/* ==================================================================================
Stylesheet
Datei: stylesheet1.css
===================================================================================== */

body  
{
margin : 0;
padding : 0;
font-family : verdana, sans-serif;
font-size : 14px;
text-align : center;
color : #333;
background-image: url(images/xmas_11.gif);
background-repeat : repeat-x;
background-color : #ffffff;
}
a:link {
color : #b52c07;
}
a:visited {
color : #600;
}
a:hover, a:active {
color : #fff;
background-color : #b52c07;
}
h1 {
color : #003366;
font : 125% verdana;
font-weight : bold;
margin : 0 0 2px 0;
}
h1 a {
text-decoration : none;
}
h2 {
color : #0099cc;
font : 106% verdana;
font-weight : bold;
margin-top : 0;
}
#container {
margin : auto;
width : 90%;
text-align : left;
background-color : #fff;
border : 1px none #fff;
}
#header {
height : 200px;
width : 100%;
background-image : url(images/header_tag.jpg);
background-repeat : no-repeat;
background-position : 0 0;
border-bottom : 1px solid #fff;
position : relative;
border : 1px none #fff;
border-bottom : 1px solid #fff;
}
#logo {
padding : 32px 0 0 300px;
color : #003366;
text-decoration : none;
font-size : 28px;
}
#logo2 {
padding : 32px 0 0 450px;
color : #003366;
text-decoration : none;
font-size : 32px;
}


#mainnav ul {
list-style-type : none;
}
#mainnav li {
display : inline;
}
#menu {
float : right;
width : 165px;
border-left : 1px solid #003366;
padding-left : 15px;
}
#contents {
margin : 0 0 40px 20px;
}
#contents p {
line-height : 1.5;
}
.rechts {
border-bottom : 1px solid #003366;
}
.imagefloat {
float : left;
border: 2px solid #003366;
}


#footer {
clear : both;
font-size: 90%;
height:25px;
padding:0px;
background-color : #fff;

} 
/* ================================================
   Ende des Stylesheets
   ================================================ */
