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

* {
margin:0;
padding:0;
}

body {
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
}

img, a img {
border:0 none;
}

a:link {
color: #e30102;
text-decoration: none;
}

a:visited {
color: #e30102;
text-decoration: none;
}

a:hover {
color: #ffffff;
text-decoration: none;
}

a:focus {
color: #e30102;
text-decoration: none;
}

a:active {
color: #e30102;
text-decoration: none;
}

#header {
width:100%;
margin:0 0 20px 0;
background-image:url(../images/template/header-bg.gif);
background-position:left top;
background-repeat:repeat-x;
}

#wrapper {
width:960px;
}

#bilder {
width:300px; /* Breite: 335px */
padding:0 25px 0 10px;
float:left;
}

#content {
width:455px;
float:left;
}

#banner {
width:122px;
padding:0 0 0 48px;
float:left;
text-align:center;
}

#banner h5 {
font-size:11px;
margin:0 0 10px 0;
}

.footer {
text-align:center;
margin:150px 0 0 0;
}


/* Allgemeine Klassen
--------------------------------------------------------------------------------*/

.clear { /* Clear Float - http://sonspring.com/journal/clearing-floats */
     clear:both;
     display:block;
     overflow:hidden;
     width:0px;
     height:0px;
}


