@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../Bilder/bg-klein.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	color:#000;
	}
	
	
/*---------container------------*/

			
			#container1{
				background-image:url(../Bilder/.png);
				background-repeat:no-repeat;
				background-position:top;
				width: 1000px;
				height: 658px;
				margin:0 auto;
				margin-bottom:18px;				
				}
			
			
			#container2{
				background-color:#ffffff;
				width: 800px;
				height: 612px;
				margin:auto;
				border: 0px solid #c1022c;
				}
				
			#container1-index{
				background-image:url(../Bilder/index1.jpg);
				background-position:center;
				background-repeat:no-repeat;
				width: 465px;
				height: 208px;
				margin:0 auto;
				margin-bottom:18px;	
				font-size:9px;
				padding-top:450px;
				padding-left:535px;			
				}
			
			.index:link{color:#000000; text-decoration:none;}					
			.index:visited{color:#000000; text-decoration:none;}
			.index:hover{color:#c1022c; text-decoration:none;}
			.index:activ{color:#c1022c; text-decoration:none;}	
		
	
/*---------header------------*/	

			#header{
				background-image:url(../Bilder/header_solo_left.jpg);
				background-position:center;
				background-repeat:no-repeat;
				width:794px;
				height:142px;
				border: 3px solid #c1022c;
				}
				
/*---------main------------*/

			#main{
				background-color:#c1022c;
				width:501px;
				height:30px;
				padding-left:299px;	
				}
				
/*---------sub------------*/	

			#sub{
				background-color:#75787a;
				width:492px;
				height:35px;
				margin-left:243px;
				padding-top:10px;
				padding-left:62px;
				border-right: 3px solid #c1022c;
				}
				
/*---------content------------*/	
				
			#left{
				width:240px;
				height:434px;
				float:left;
				border-bottom: 3px solid #c1022c;
				border-left: 3px solid #c1022c;
				}
				
					div.breaker {
						height: 1px;
						clear:both;
						overflow:hidden;
						}
				
			#content{
				width:451px;
				height:354px;
				overflow:auto;
				margin-left:243px;
				padding-top:35px;
				padding-right:43px;
				padding-left:60px;
				color:#75787a;
				border-right: 3px solid #c1022c;
				border-bottom: 3px solid #c1022c;
				}			
				
/*---------footer------------*/				
				
			#footer{
				background-color:#75787a;
				width:800px;
				height:20px;
				}
				
			#grey{
					background-color:#2e3337;
					width:243px;
					height:20px;
					float:left;
					}
					
			#impressum{
				width:495px;
				height:20px;
				padding-left:62px;
				}
				
			.ico{
				color:#cccccc;
				text-decoration:none;
				}
					
			.impressum:link{color:#000000; text-decoration:none;}					
			.impressum:visited{color:#000000; text-decoration:none;}
			.impressum:hover{color:ffffff; text-decoration:none;}
			.impressum:activ{color:ffffff; text-decoration:none;}	
				
			.imprint:link{color:#75787a; text-decoration:underline;}					
			.imprint:visited{color:#75787a; text-decoration:underline;}
			.imprint:hover{color:#333333; text-decoration:none;}
			.imprint:activ{color:#333333; text-decoration:none;}	
	
