/*------------------- CSS RESET ---------------------
---------------------------------------------------*/

* {
padding: 0;
margin: 0;
}

html {
height: 101%;
}

b,
strong {
font-weight: bold;
}

ul{
margin-left: 15px;
}

ol{
list-style-type: disc;
margin-left: 15px;
}


.article_separator{display:none;}
/*------------------SCHRIFT / GRÖSSE ----------------
---------------------------------------------------*/
body {

font-family: Arial,Helvetica,sans-serif;
font-size: 100%;
color: #464646;
line-height: 1.2em;
text-align: left; 
background: url(../images/bg.jpg)repeat;    
}                                                                       

h1 {
font-size: 1.1em;
margin-bottom: 15px;
}

h2 {
font-size: 1.0em;
}

h3 {
font-size: 0.9em;
}

h4{
font-size: 0.8em;
}

p{
margin-bottom: 15px;
}

.bold {
font-weight: bold;
}

/*------------------- ALLGEMEIN --------------------
---------------------------------------------------*/

ul.list {
padding: 0px 0px 0px 0px;
list-style-position:  outside;
list-style-type: disc;
}

/*------------------- LAYOUT ---------------------
---------------------------------------------------*/

#mainContainer {
width: 920px;
position: relative;
margin: 20px auto;
border: solid 1px #fff; 
background:  transparent;
}

#header{ 
width: 920px; 
background: url(../images/header.jpg);
height: 190px;
float: right;
border-bottom: solid 1px #fff;
margin-bottom: 0px;   
}

#header a:link,
#header a:hover,
#header a:visited{
color: #fff;
padding: 15px 50px 20px 0px;
}

#logo{  
margin: 15px;
line-height: 1.3em;
letter-spacing: 1.0px;
color: #be0000;
color: #fff;
padding-top: 16px;
font-size: 28px;
}

#content{ 
float: left;
width: 920px;
min-height: 0px;
background: #fff;
}

#mainContent{
font-size: 80%;
min-height: 360px;
width: 680px;
float: right; 
margin: 40px 0px 30px 0px;
padding: 0px 20px 0px 20px;
}

#mainContent .item-page_home{
margin-left: -40px;
}

#mainContent ul{
margin-top: -15px;
margin-bottom: -15px;
}

#mainMenu{
width: 200px;
float: left;
margin: 35px 0px 20px 0px;
}

#mainMenu ul li{
list-style: none;
padding: 5px 0px 6px 0px;
border-bottom: #efefef solid 1px;
}

#mainMenu ul li ul li{
border: none;
padding: 2px 0px 2px 0px;
}

#footerContent{
width: 920px; 
float: left;
border-top: solid 1px #fff;
padding-top: 12px;
font-size: 12px;
text-align: center;
color: #fff;
letter-spacing: 0.05em;
background-color: #eb5508;
background: url(../images/footer_bg.jpg) repeat-x;
}

#footer{ 
clear: both;
margin-left: 18%;
}

#footerText{
color: #464646;
font-size: 10px;
float:left;
padding-left: 15px;
}



/*-------------------   NAVUGATION    ---------------------
---------------------------------------------------*/                   

#footerText a:link, #footerText a:visited{
color: #464646;
text-decoration: none;
}

#footerText a:hover{
color: #000;
}

#mainContent a:link,
#mainContent a:visited{
color: #ea3001;
}

#mainContent a:hover{
color: #ea3001;
text-decoration: underline;
}
                   
.menu ul,
.menu ol {
list-style: none;
}

.menu li{
list-style: none;
font-weight: ;
font-size: 14px;
text-decoration: none;
display: block;

}

a:link, a:visited{
color: #464646;
text-decoration: none;
}  


a:hover, li.active> a {
color: #ea3001;
text-decoration: none;
}

#impressum .menu li{
color: #464646;
font-size: 10px;
float: left;
padding-left: 2px;
}

#impressum li.item-107 a:hover,
#impressum li.item-107.active> a{
color: #000;
}



.countdown_div{
display: none;
}

