@charset "UTF-8";
/* CSS Document */

html * { 
font-size: 100.01%;
}

html{
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
background-image:url(../imgs/html_bg.jpg);
background-repeat:repeat;
color:#2d2d2d;
}

body{
margin:0 auto 0 auto;
width:1090px;
}

#schatten{
background-image:url(../imgs/bg_content.png);
width:1040px;
background-repeat:repeat-y;
padding-left:50px;
}

* html #schatten{
background-image:url(../imgs/bg_content_ie.jpg);
}

#header{
background-image:url(../imgs/header.jpg);
width:990px;
height:223px;
border-left:1px solid #cd2f26;
border-right:1px solid #cd2f26;
}

#content{
background-image:url(../imgs/bg_content_top.jpg);
background-repeat:no-repeat;
width:990px;
height:;
border-left:1px solid #cd2f26;
border-right:1px solid #cd2f26;
}

#footer{
background-image:url(../imgs/footer.png);
width:750px;
height:47px;
padding:5px 0 0 340px;
}

* html #footer{
background-image:url(../imgs/footer_ie.jpg);
}

#footer img{
margin-left:15px;
}

img{
border:none;
}

a{
text-decoration:underline;
outline:none;
color:#cd2f26;
}

h1{
text-indent:-9999px;
background-image:url(../imgs/logo.gif);
width:235px;
height:45px;
margin:115px 0 0 35px;
}

h2{
font-size:16px;
font-weight:bold;
color:#2d2d2d;
margin-bottom:5px;
}

h3{
font-weight:bold;
color:#2d2d2d;
margin-top:0;
}

h4{
margin:0;
font-size:16px;
font-weight:bold;
color:#cd2f26;
}

