/* GLOBALE DEFINITIONEN  */

body {
background: #d5d6d8;
font-size: 12px;
font-family: Verdana, Arial, Sans-Serif;
color:#ffffff;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
font-size: 12px;
text-transform:uppercase;
background-color: #40c118;
background:#40c118 url(images/site/bg_header.jpg) repeat-x;
padding:5px 15px;
margin:0px }

h2 {
font-size:14px;
font-weight: bold;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

h3 {
font-size: 12px;
text-transform:uppercase;
background-color: #40c118;
background:#40c118 url(images/site/bg_footer.jpg) repeat-x;
padding:5px 15px;
margin:0px }


/* CONTAINER */

#container {
width: 780px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #eeeeee;
}




/* BANNER */

#banner {
background-color: #d5d6d8;
margin: 0px;
padding: 0px;
text-align: left;
}
#banner img {padding:0px 0px; display:block;} 




/* CONTENT */

#content {
background: #d5d6d8 url(images/site/bg_wallpaper_index.jpg) repeat-x;
color: #000000;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
text-align: center;
}

div#content { 
min-height:300px;
height:expression(this.scrollHeight > 300 ? "auto":"300px"); 
}

p, pre{
padding: 5px 15px;
margin:0px;
}

#content a {color: #000000;text-decoration: none;}
#content a:visited {color:#000000;text-decoration: none;}
#content a:hover {color: #555555;text-decoration: none;}
#content a:active { color:#000000;text-decoration: none;}

#content a:link img {
  border: solid 1px #fff;
}

#content a:visited img {
  border: solid 1px #fff;
}

#content a:hover img {
  border: solid 1px #fff;
}


#content li {
font-size: 12px;
font-weight: normal;
text-transform:normal;
padding:0px 0px;
margin:0px }




/* FOOTER */

#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }

#footer a {color: #000000;}
#footer a:visited {color:#000000;}
#footer a:hover {color: #555555;}
#footer a:active { color:#000000;}
