
body {
background-color:  White;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0;
margin:0;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #E0A3B7;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0 }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
width: 948px;
margin-bottom: 10px;
margin:0 auto;
background-color: #EBD3E0;
}



/* -----------------Inhalt--------------------- */
#content {
background-color: #ffffff;
padding: 0;
margin: 0px;
background-image: url('/images/infinyta_backdrop.png');
}

#contentcontainer
{
 background-image: url('/images/infinyta_contentbackground.png'); 
 height: 458px;
 width: 729px;
 background-repeat: no-repeat; 
 background-position:center;
 margin-top: 8px;

margin-left: auto;
margin-right: auto;
}
div#content { 
min-height:800px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0;
color: White;
font-family: Verdana;
font-size: 12px;
}



