/* CSS Document */
html{
text-align:center;
}

body{
margin:auto;
text-align:center;
background-image:url(images/back.jpg);
background-repeat:repeat-x;
background-color:#0F5590;
}

#container{
margin:auto; 
text-align:left;
width:869px;
height:auto;
background:url(images/menubg-trans.png) no-repeat left 212px  ;

}

#header{
margin-left:-2px;
background-image:url(images/header.jpg);
width:869px;
height:211px;
}

#menubg{
float:left;
width:228px;
min-height:374px;
height:auto !important;  /* Mindest h�he auch im IE6 */
height:auto;  /*H�he f�r den IE6 */
}

#content{
float:left;
background-image:url(images/contentbg-trans.png);
width:631px;
min-height:374px;
height:auto !important;  /* Mindest h�he auch im IE6 */
height:auto;  /*H�he f�r den IE6 */
}

#footer{
clear:both;
background-image:url(images/footer-trans.png);
height:20px;
width:869px;
margin:auto;
}

#text{ 
padding-left:20px;
padding-top:20px;
font-family:Arial; /* Aussehen vom Text */
color:#0F5590;
font-size:12px;
width:580px;
min-height:354px;
height:auto !important;  /* Mindest h�he auch im IE6 */
height:auto;  /*H�he f�r den IE6 */
}

a:link{
color:#18558C;}

a:visited{
color:#18558C;}

a:hover{
color:#FBCF00;}

h1{
font-size:18px;
font-weight:bold;}

/*MEN�*/
#mainmenu{
margin-left:55px;
margin-top:28px;
float:left;
}

#text li {
background-repeat:no-repeat;
background-image:url(images/pfeil.jpg);
list-style:none;
margin-left:-2px;
padding-left:35px;
}

