/* Layout Stylesheet */


* {padding:0; margin:0;}

body {
	position: relative;
	font: 95% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #220309;    
	margin: 0 auto;
	margin-bottom: 0;
    width:960px;
	height:auto;	
	text-align: center;
	border-left: 1px #1c0207 solid;
	border-right: 4px #1c0207 solid;
	border-bottom: 2px #1c0207 solid;
	
	
	}
	
	#container {
	
	text-align: center;
	width:100%;
	height:100%;	
	margin:0px  0px 0px 0px;
	background-image: url(../images/hinter.png);
	padding: 0px  0px 0px 0px;

}
	
	#hdrs {
	 font-size: 0px; 
	 width: 100%;
	 padding: 0px  0px 0px 0px;
	 margin:0px  0px 0px 0px;
	
	
}
	
	

	
#bar {
	font-size: 0px; 
	height: 17px;
	width: 100%;
	left: -17px;
	background: #230309;
	color: #230309;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: 150px;
	margin:0px  0px 0px 0px;
	padding: 0px  0px 0px 0px ;
	
		
	
}


#main { 
   
    color: #333333; 
    height: 100%;
    width: 100%;
    margin: 0px 0px 0px 0px ;
    padding: 0px 0px 0px 0px ;
 }


#lcol {
	float :left;
	height: auto;
	width: 175px;
	text-align: Left;	
	background-repeat: no-repeat;
    margin: 0px;
	padding-top: 20px;
	
	
}

#cont {
    float: left;
	width: 750px;
	height: 600px;
	background-repeat: no-repeat;
    border-left: 0px #1c0207 solid;
	border-right: 6px #1c0207 solid;
	border-top: 0px #1c0207 solid;
	border-bottom: 6px #1c0207 solid;
	padding: 10px 5px 0px 5px;
	margin-bottom:0px;
	
	

		
	
}


#ftr {
	clear: left;
	height: 36px;
	width: auto;
	background-image: url(../images/ftr.png);
	color: #999999;

}

.Titel { font-size: x-large; color: #666666;}
.Untertitel { font-size: medium; color: #999999;}
.Text { font-size: small; color: #8B8B8B; }
.Text2 { font-size: small; color: #999999; }
.Text3 { font-size: small; color: #CCCCCC; }
.Lincks {font-size: 80%; color: #999999;}

a:link { text-decoration: none;color: #999999;}
a:visited { text-decoration: none;color: #999999;}
a:hover { text-decoration: none; }
a:active {text-decoration: none;}

