/*
---------------------------------------------------------
| container -> kopf
|           -> links									|	     
|           -> mitte									|
|			-> rechts									|
|			-> footer									|
|														|
|  CSS & HTML - Jan Pietruska, im Oktober 2006 			|
---------------------------------------------------------
*/ 
HTML, BODY {
	margin: 0;
	padding: 0;
	height: 100%;
	widht: 100%;
	background-color: #58171F;	
	font-family: Tahoma, Verdana, Arial;
	}
/*############################# CONTAINER #############################*/	
#container {
	width: 996px;
	height: 585px;
	border: 5px solid #FFFDC4;
	margin: auto;
	}
	#container .float{
		float: left;
	}
	#container .flash {
	width: 294px;
	height: 278px;
	background-image: url(bilder/start5.jpg);
	float: left;
		}
	#container .weiter {
		width: 294px;
		height: 216px;
		background-image: url(bilder/start8.jpg);
		float: left;
		text-align: center;
		}
	#container .weiter A {
		color: #999999;
		text-decoration: none;
		font-size: 0.8em;
		line-height: 60px;
                border-bottom: 1px dotted #999999;
		}
	#container H1 {	
		font-size: 0.8em;
                margin: 10px 0 5px 0;
                color: #999999;
		}
	#container P {
		font-size: 0.7em;
                color: #999999;
                margin: 5px 0 0 0;
		}
/*############################# FOOTER ################################*/			
	#container .footer {
		width: 996px;
		height: 24px;
		clear: both;
		background-position: right;
		background-color: #FFFDC4;
		color: #673035;
		font-size: 0.7em;
		}	
			#container .footer .hnm {
				width: 138px;
				float: left;
				padding: 7px 0 0 5px;				
				}
				#container .footer .hnm A {
					color: #868CA4;
					text-decoration: none;
					}
			#container .footer .sprache {
				display: inline;
				margin-left: 10px;
				}		
			#container .footer .sprache IMG {
				margin: 0 2px;
				height: 12px;
				width: 24px;
				}					
			#container .footer .daten {
				width: 721px;
				float: left;
				text-align: center;
				padding-top: 7px;
				}
				#container .footer .daten SPAN {
					margin: 0 15px;
					}
			#container .footer .link {
				widht: 137px;
				text-align: center;
				padding-top: 7px;
				}		
				#container .footer .link A {
					color: #673035;
					text-decoration: none;
					}
