body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100.001%;
	background-color: #eafefe; /* Hellblau Tuerkis*/
	margin: 0;
	background-image: url("../images/fake_border.gif");
	background-repeat: repeat-y;
}

#navigation {
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 200px;
	z-index: 2;
	background-color: #00808d; /* Dunkel Tuerkis */
	color: #fff;
	font-size: 80%;
}


#logo {
	width: 200px;
	padding-left: 25px;
}

#main {
	position: relative;
	top: 0;
	left: 0;
	background-color: #eafefe; /* Hellblau Tuerkis*/
	height: 100%;
	width: 100%;
	z-index: 1;
	font-size: 80%;
	background-image: url("../images/fake_border.gif");
	background-repeat: repeat-y;	
		
}
#content {	
	margin: 0 0 0 200px;
	padding: 1.8em 1em 1em 1em;
	background-color: #eafefe; /* Hellblau Tuerkis*/
	max-width: 900px;

}

#footer {
	z-index: 3;
}


#content div.left_column{
	float: left;
	width: 50%;
}

#content div.right_column {
	float: left;
	width: 50%;
}                                               

.holidayCamps th {
	text-align: left;
	padding: 0 0 0 12px;
}            
.holidayCampsRow td, .holidayCampsRow th{
	border-top: 1px solid #cc0066;
}
.kursDesc {
	color: #cc0066;        
	font-size:14px;
}
