#hintergrund	
{
position: absolute;
top: 0px;
left: 0px;
width : 100%;
height: 120%;
background-image: url(../img/verlauf-grey_03_1x1400.jpg);
background-repeat : repeat-x;
padding : 0;
margin : 0;
border : 0;
overflow: auto;
}


#centerbox
{
position: absolute;
width: 900px;
left: 50%;
margin-left: -450px;
}

#header
{
float: left;
width: 900px;
height: 118px;
position: absolute;
top: 30px;
left: 0px;
background-image: url(../img/01_header_osl_900breit.gif); 
padding-bottom: 0px;
display: block;
}


#mainnavi
{
float: left;
height: 20px;
width: 360px;
position:absolute;
top: 83px;
left: 300px;
padding: 0;
margin: 0;
border: 0;
/* background: gray; */
display: block;
}
* html #mainnavi { margin-top: 0px; margin-bottom: 0px;}

#subnavi
{
float: left;
height: 20px;
width: 450px;
position:absolute;
top: 119px;
left: 322px;/
/* background: gray; */
display: block;
}
* html #subnavi { margin-top: 0px; margin-bottom: 0px;}



#container
{
width:900px;
position: absolute;
top: 148px;
left: 0px;
background: white;
overflow: visible;
}

#linkebox
{
float: left;
text-align: left;
width: 236px;
min-height: 340px;
background: white;
border-right: 0px solid #EC1C24;
border-top: 1px solid #EC1C24;
font-family: arial, verdana, sans-serif;
margin-left: 40px;
margin-bottom: 60px;
display: inline; /* zur Verhinderung des doppelten aussenabstands bei margin-left und float left im IE6 */
}
* html #linkebox {width: 236px; height: 400px; margin-left: 40px;}

#maininhalt
{
float: left;
width: 533px;
min-height: 400px;
background: white;
border-top: 1px solid #EC1C24;
border-left: 1px solid #EC1C24;
font-family: arial, verdana, sans-serif;
text-align: left;
padding-left: 30px;
margin-right: 60px;
margin-bottom: 20px;
}
* html #maininhalt {width: 564px; height: 400px; padding-top: 20px;}


#impressum
{
float: left;
width: 900px;
height: 15px;
text-align: right;
font-size: 70%;
font-family: arial, verdana, sans-serif;
text-decoration: none;
padding-right: 0px;
margin: 0;
padding: 0;
background: #EC1C24;
}

/* +++++++++++ FORMATIERUNGEN ++++++++++++++  */


p.bodytext 	{
	font-size: 80%;
	color: black;
	margin: 10px;
	/* text-align: justify; */
	}


h1 	{
	font-size: 100%;
	color: #EC1C24;
	}

a {text-decoration: none; color: #EC1C24;}

a.internal-link	{text-decoration: none; color: #EC1C24;}	

a.impressum-link	{text-decoration: none; color: white;}	
a.fomlink		{text-decoration: none; color: black;}

table.csc-loginform { font-size: 10pt;}

input { font-size: 8pt;}

.csc-textpic-caption {font-size: 70%;}

ul	{font-size: 80%; padding-right: 20px; color: #EC1C24;}


div.trennstrich {color: white; background-image: url('../img/trennstrich_rot_520breit.gif'); background-repeat: no-repeat; clear:both;}



