@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	background-image: url(/images/1000px-Rhederbrug.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
img {
	border: 0;
}
.design_top {
	background-image: url(/images/Rhederbrug_01.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 254px;
	width: 953px;
}
.design_middle {
	background-image: url(/images/Rhederbrug_02.png);
	background-position: left;
	background-repeat: repeat-y;
	min-height: 5px;
	width: 953px;
}
.design_bottom {
	background-image: url(/images/Rhederbrug_03.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 52px;
	width: 953px;
	text-align:center;
}
.table_middle {
	table-layout:fixed;
	margin-left: 40px;
	margin-right: 40px;
	width: 880px;
}
.top_polaroid {
	background-image: url(/images/polaroid/polaroid_1.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 10px;
	width: 149px;
	font-size:2px;
}
.left_polaroid {
	background-image: url(/images/polaroid/polaroid_2.png);
	background-position: left;
	background-repeat:repeat-y;
	width: 11px;
	font-size:2px;
}
.right_polaroid {
	background-image: url(/images/polaroid/polaroid_3.png);
	background-position: left;
	background-repeat:repeat-y;
	width: 6px;
	font-size:2px;
}
.middle_polaroid {
	background-color:#000;
	width: 132px;
	font-size:2px;
}
.bottom_polaroid {
	background-image: url(/images/polaroid/polaroid_4.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 43px;
	width: 149px;
	font-size:12px;
	text-align:center;
}
.headline {
	border-bottom: 1px solid #FF3300;
	font-weight: bold;
}

.naviblock {
	width:280px;
	text-align:center;
	border: 1px solid #AAAAAA;
	padding:5px; 
	background-color:#FFFFFF;	
}

a.navi {
	font-family: Tahoma;
	color: #444444;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;		
}

a.navi:hover {
	text-decoration: underline;	
}
.codeblock {
	background-color: #FFFFEE; 
	font-family: courier new; 
	font-size: 12px; 
	padding: 5px; 
	width: 90%; 
	border: 1px solid #AAAAAA; 
	margin-left: 10px;
	margin-top: 5px;
}

 .codeblock td {
 	font-family: courier new; 
	font-size: 12px; 
	vertical-align: top;
	color: #000088;
 }

.list {
	line-height: 20px;	
}

.red {
	color: #FF3300;	
}

.blue {
	color: #0000FF;	
}

.green {
	color: #008080;
}

.darkblue {
	color: #000088;
}

.info {
	color: #EE0000;
	font-size:10px;
}
.table_1 {
	width:25%;
}
.table_2 {
	width:1%;
}
.table_3 {
	width:74%;
}
.title_top {
	margin-left:300px;
	margin-top:50px;
	cursor:pointer;
}
.month{
    width:600px;
    float:left;
    border:1px solid #ccc;
    margin:8px;
    border-collapse:collapse;
	background-color:#FFF;
}
.actday{
	color:#fff;
    font-weight:bold;
	background-color:#CCC;
}
.days{
    background-color:#f1f1f1;
}
.month td {
    color:#555;
    text-align:left;
	vertical-align:top;
	width:14%;
	height:12.5%;
}

.month th {
    color:#000;
}
.calitm {
	text-decoration:none;
	display:block;
	cursor:default;
	color:#000;
	margin:0px;
	padding:0px;
	border-bottom:1px dashed #CCC;
}
.hide {
	display:none;
	margin:0px;
	padding:0px;
	width:1px;
}
.clear{
	clear:both;
}
.txtnobg {
	background:none;
	border:0px;
	border-bottom:1px dashed #000;
}
