body, html {
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
background-color:#FFFFFF;
}

img {
border:none;
}

#container {
margin:0px auto;
width:980px;
min-height:500px;
padding:0;
}


/*---------------header----------------*/

#header	{
width:980px;
height:66px;
margin:0 auto;
padding:0;
border-top:solid 30px #FFFFFF;
border-bottom:solid 4px #FFFFFF;
background-color:#FF0000;
background-image:url(images/impressum-logo.png);
background-position:right;
background-repeat:no-repeat;
}

#header h1 {
font-size:35px;
font-weight:bold;
margin:0;
padding:0 0 0 10px;
color:#FFFFFF;
}

#header h2 {
font-size:14px;
font-weight:normal;
margin:0;
padding:5px 0 0 10px;
color:#FFFFFF;
}

/*---------------navigation----------------*/

#navi {
width:980px;
height:30px;
padding:0;
background-color:#FF9999;
border-bottom:solid 1px;
border-color:#000000;
}

#subnavi {
float:left;
width:175px;
height:inherit;
border-bottom:1px solid #000000;
margin:30px 0 0 0;
}

/*---------------content----------------*/
#content {
float:left;
width:550px;
height:inherit;
font-size:12px;
line-height:18px;
margin:30px 0 0 20px;
}

#content h1 {
font-size:16px;
background-color:#CCCCCC;
height:24px;
line-height:24px;
margin:0 0 14px 0;
padding:0 0 0 4px;
}

#content h2 {
font-size:14px;
margin:16px 0 4px 0;
padding:0;
}


#content h3 {
font-size:12px;
margin:10px 0 4px 0;
padding:0;
}

#content h4 {
font-size:14px;
background-color:#CCCCCC;
height:20px;
line-height:20px;
margin:0 0 8px 0;
padding:0 0 0 4px;
}


#content a:link, #content a:visited {
color:#FF0000;
text-decoration:none;
}

#content a:hover {
color:#000000;
}

#content input, #content textarea {
background-color: #FFFFFF;
border:solid #000000 1px;
margin: 3px;
padding: 2px;
}

#content input:focus, #content input:hover, #content textarea:focus, #content textarea:hover {
background-color: #FFCCCC;
border:solid #000000 1px;
}	


/*---------------sidebar----------------*/

#sidebar {
float:left;
width:210px;
height:inherit;
margin:30px 0 0 20px;
}

.wrapperSidebar {
border:1px solid #000000;
padding:5px;
background-color:#FFCCCC;
}

/*---------------footer----------------*/

#footer {
width:980px;
height:20px;
border-top:solid #FFFFFF 20px ;
background-color:#FF0000;
margin:0 auto;
clear:both;
}

#footer h3 {
font-size:11px;
color:#FFFFFF;
font-weight:normal;
margin:0;
padding:0 0 0 10px;
line-height:20px;
}

#footer h3 a {
text-decoration:none;
color:#FFFFFF;
}

#footer h3 a:hover {
color:#FF9999;
}

/*---------------Sitemap----------------*/

#sitemap {
}

#sitemap ul {
list-style-type:none;
margin:0;
padding:0;
}

.sitemap_level_1 {
background-color: #FFCCCC;
list-style-type:none;
margin:5px 0 0 0;
padding:0 0 0 4px;
}

.sitemap_level_2 {

}

.sitemap_level_3 {

}

/*****************************************************/

.headlineSidebar, .headlineSidebar a:link, .headlineSidebar a:visited, .headlineSidebar a:active {
padding-bottom:5px;
margin-bottom:10px;
border-bottom:1px solid #000000;
font-size:14px;
color:#FF0000;
text-decoration:none;
}

.headlineSidebar a:hover {
color:#000000;
}

.sidebarContent, .sidebarContentNews {
padding:0;
margin:0;
font-size:12px;
color:#000000;
}

.sidebarContent a:link, .sidebarContent a:active, .sidebarContent a:visited, .sidebarContentNews a:link, .sidebarContentNews a:active, .sidebarContentNews a:visited {
font-size:12px;
color:#FF0000;
text-decoration:none;
}

.sidebarContent a:hover {
color:#000000;
}

.sidebarContentNews a:link, .sidebarContentNews a:active, .sidebarContentNews a:visited {
color:#FF0000;
}

.sidebarContentNews a:hover {
color:#000000;
}

.sidebarContentNews input:focus, input:hover {
background-color:#FFFFFF;
}

.newsletterButton {
border: 1px solid #000000;
width:auto;
background-color:#FFFFFF;
color:#000000;
margin-bottom:10px;
cursor:pointer;
}

.newsletterInput {
border: 1px solid #000000;
width:196px;
background-color:#FFFFFF;
color:#000000;
}

.antifloat {clear:right;}
