@charset "utf-8";
/* CSS Document */
#container{
	width:798px;
	height:auto;
	background-image:url(images/textur.gif);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	color: #333;
	}	
	#head{		
		background-image:url(images/layer.jpg);
		width:798px;
		height:100px;
	}
	#navi {
		padding:10px;
		text-align: center;
	}
	#navi a:link{
	text-decoration: none;
	color: #333;
	font-size: 13px;
	padding-left: 15px;
	font-weight: bold;
		
	}
	#navi a:visited{
	text-decoration: none;
	color: #333;
	font-size: 13px;
	padding-left: 15px;
	font-weight: bold;
	}
	#navi a:hover{
		text-decoration: underline;
		color: #003;
		font-size: 13px;
		
	}
	
	
	#main{
	padding:10px;
	width:750px;
	background:#FFF;
	margin: 0 auto;
	font-size: 15px;
	}
	
	#main a:link{	
	font-size: 15px;
	background-color: #FFF;
	color: #000;
	text-decoration: underline;
	}
#projekte td {
	padding: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}

	
	#main a:visited{	
	font-size: 15px;
	background-color: #FFF;
	color: #000;
	text-decoration: underline;
	}
	
	#main a:hover{
	font-size: 15px;
	background-color: #000;
	color: #666;
	text-decoration: underline;
	}
	
	
	H1{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	}
	#foot{
		padding:10px;
		
		font-size:12px;	
	}
	#oben{
	padding:1px;
	font-size:12px;
	}
	
body {
	background-color: #333;
	}

