* {
		margin:0;
		padding:0;
}

html, body {
    height:100%;
}

body {
    background-color:#333333;
		color:#000000;
		font:100.01%/1.4 sans-serif; 
		text-align:center; /* horizontale zentrierung für IE Win quirks */
}

a {text-decoration: none;}
a:link {color: #AC0404;}
a:visited {color: #AC0404;}
a:focus {color: #000000;}
a:hover {color: #000000;}
a:active {color: #000000;}

#distance {
		width:1px;
		height:50%;
		background-color:#333333;
		margin-bottom:-246px; /* halbe container höhe */
		float:left;
}

#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height: 492px;
		width:970px;
		clear:left;
    background: #ffffff url("../images/container_hg.gif") top left repeat-y;
}

#innen_startseite {	
		position:absolute;
    top: 0px;
    left: 21px;
    height: 492px;
		width: 943px;
    margin:0;
    background: url("../images/startseite_hg.gif") top left no-repeat;
}

#innen_folgeseite {	
		position:absolute;
    top: 0px;
    left: 21px;
    height: 492px;
		width: 943px;
    margin:0;
    background: url("../images/folgeseite_hg.gif") top left no-repeat;
}

#content_flaeche {	
		position:absolute;
    top: 0px;
    left: 0px;
    height: 380px;
		width: 943px;
    margin:0;   
}

#text_inhalt {
    font-family: Arial,Helvetica,sans-serif;	
    font-size: 12px;
		position:absolute;
    top: 10px;
    left: 234px;
    height: 360px;
		width: 655px;
    margin:0;
    padding: 20px;
    overflow: hidden;
}

#bilderseite_inhalt {
    text-align: right;
    margin:0;   
} 

#logo_button_flaeche {	
		position:absolute;
    top: 430px;
    left: 10px;
		height: 32px;
		width: 220px;
    margin: 0;
    z-index: 4;	
}

#pfeil_flaeche {	
		position:absolute;
    top: 433px;
    left: 894px;
		height: 32px;
		width: 38px;
    margin:0;
    z-index: 5;   
}

#menue_flaeche_startseite {	
		position:absolute;
    top: 323px;
    left: 346px;
		height: 80px;
		width: 600px;
    margin:0;
}

#menue_flaeche {	
		position:absolute;
    top: 434px; 
    left: 252px;
		height: 50px;
		width: 690px;
    margin:0;
}

#link_rechts_flaeche {
    font-family: Arial,Helvetica,sans-serif;	
    font-size: 11px;	
    text-align: right;
		position:absolute;
    top: 30px; 
    left: 18px;
		height: 20px;
		width: 200px;
    margin:0;    
}

#bilder_breadcrumb_flaeche {
    font-family: Arial,Helvetica,sans-serif;	
    font-size: 11px;
    font-weight: normal;	
    text-align: right;
		position:absolute;
    top: 406px; 
    left: 429px;
		height: 20px;
		width: 500px;
    margin:0;   
}

#bilderseite {
    text-align: right;
    margin: 0px;
    top:0;
}

#menue_rahmen {	
		position:relative;
    top: 0px;
    left: 0px;		
}

#menue_rahmen_oben {	
		position:relative;
    top: 0px;
    left: 0px;	
    margin:0;	
}

#menue_rahmen_unten {	
    clear:left;
		position:relative;
    top: 10px;
    left: 0px;	
    margin:0;	
}

