@charset "UTF-8";
/* CSS Document */
#all{
	margin:auto;
	width:1130px;
	}
img{  border-style: none;
}

#header{
	width:1130px;
	height:90px;
	border:none;
	}
#nav{
	width:1130px;
	height:50px;
	padding-right:25px;
	margin-bottom:10px;
	margin-top:10px;
	}
	.nav{
		width:140px;
		height:20px;
		margin-top:10px;
		padding-top:15px;
		padding-bottom:15px;
		float:left;
		}
		
	.navblank{
		width:270px;
		height:20px;
		margin-top:10px;
		padding-top:15px;
		padding-bottom:15px;
		float:left;
		}
		
#content{
	height:400px;
/*	margin-top:10px; */
	}
			
#content-left{
	height:348px;
   	margin-top:10px;
	padding-left:0px;
	width:120px;
	float:left;
	border:none;
	}
#content-leftwide{
	height:348px;
   	margin-top:20px;
	padding-left:0px;
	width:452px;
	float:left;
	border:none;
	}
	
#content-rightwide{
	height:348px;
   	margin-top:10px;
	padding-left:20px;
	width:650px;
	float:left;
	font-family:Calibri;
	font-size:19px;
	}
	
#content-leftlong{
	height:348px;
   	margin-top:10px;
	padding-left:0px;
	width:270px;
	float:left;
	border:none;
	}	
	
#content-right{
	height:345px;
   	margin-top:10px;
	padding-left:10px;
	width:785px;
	float:left;
	font-family:Calibri;
	font-size:19px;
	}

#content-middle{
	height:345px;
   	margin-top:10px;
	padding-left:10px;
	width:140px;
	float:left;
	font-family:Calibri;
	font-size:19px;
	}

#content-leftxmas{
	height:348px;
   	margin-top:20px;
	padding-left:0px;
	width:570px;
	float:left;
	border:none;
	}
	
#content-rightxmas{
	height:348px;
   	margin-top:10px;
	padding-left:20px;
	width:490px;
	float:left;
	font-family:Georgia;
	font-size:19px;
	font-weight:bold;	
	}
	
#impressum-left{
	height:390px;
   	margin-top:10px;
	padding-left:0px;
	width:565px;
	float:left;
	border:none;
	}
	
#impressum-right{
	height:400px;
   	margin-top:10px;
	padding-left:10px;
	width:550px;
	float:left;
	font-family:Calibri;
	font-size:15px;
	}

#footer-line{
	clear:left;
	}
#footer-left{
	width:160px;
	float:left;
	}
	
#footer-middle{
	width:790px;
	float:left;
	}
		
#footer-right{
	width:180px;
	float:left;
	}
	
<!-- Schriften und Farben -->
#all{
	font-family:Calibri;
	}
#slide-txt{
	font-size:20px;
	font-family:"Adobe Garamond Pro Bold";
	}
.nav{
	text-align:center;
	}
	a{
		text-decoration:none;
		font-size:18px;
		font-family:Calibri;
		background-color: white;
		color: #336699;
		cursor:default;
		}
	.nav:hover{
        color: white;
        background-color: #336699;
	}
		
	.nav:active{
		color: white;
		background-color: #336699;
	
/*
		background-color:#03F;
		color:#FFF;
*/		
		}
hr{
	background-color:#C30;
	}
		
#footer-line,
#footer-left,
#footer-middle,
#footer-right,
#footer-left a
    {
	color:#336699;
	text-decoration:none;
	font-size:12px;
	font-family:Calibri;
	background-color: white;
	cursor:default;
	}	
