body {
	background-color:white;
	margin:0px;
	}
	
#header {
	 height:220px; 
	 background-image:url(../img/header_tile.png);
	 background-repeat:repeat-x;
	 }
	 
#content {
	width:500px; 
	/*height:450px; */
	float:left; 
	/*overflow:auto;*/
	}

#menu {
	width:200px; 
	height:1315px; 
	float:left; 
	margin-left:75px;
	margin-top:10px;
	}	 
	
#left_col {
	width:300px; 
	height:1780px; 
	background-image:url(../img/typo.png); 
	background-repeat:no-repeat;
	float:left;
	}	
	
input, textarea {
	border:0px;
	background-color:rgb(204,234,251);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}	
	
input.btn {
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:white;
	}		
	
.nodec-links a:link {
		color:black;
		text-decoration:none;
}

.nodec-links a:visited {
		color:black;
		text-decoration:none;
}

.nodec-links a:active {
		color:black;
		text-decoration:none;
}

#spielplan-links a:link {
		color:black;
		text-decoration:none;
}

#spielplan-links a:visited {
		color:black;
		text-decoration:none;
}

#spielplan-links a:active {
		color:black;
		text-decoration:none;
}

#spielplan-links a:hover {
		color:black;
		text-decoration:underline;
}