h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #3F0404; /*#CC3333;*/
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: -20px;
    padding-top: 0;
    margin-top: 0;
}


h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #3F0404; /*#CC3333;*/
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

#co_inhalt {
    font-family: Arial, Helvetica, sans-serif;
    color: #3F0404; /*#CC3333;*/
    font-size: 1em;
    background-image: url(../_images/bg_home.gif);
    background-repeat: no-repeat;
    padding-top: 65px;
    height: 100%;
    
}

.special {
	font-size: 0.85em; 
	background-color: #FFECCF; 
	border: 4px solid #fff; 
	float: right;
	width: 200px;
	margin: 0 3em 3em 3em;
}

.special p {
	 padding: 1em;
	 margin:0;
}

.special div {
	padding: 1em; 
	background-color: #FBCA9A;
	font-weight: bold;
}

.special ul {
	margin: 1em; 
	padding: 0; 
	list-style: none;
	list-style-type: none;
}

.special ul li {
	padding-bottom: 0.5em;
	list-style: none;
	list-style-type: none;
}	      	


#inhalt {
    width: 60em;
    
}


#inhalt div {
	
}

#footer {
    font-family: Arial, Helvetica, sans-serif;
    color: #3F0404;
    font-weight: bold;
    font-size: 0.9em;
    width: 90em;
}

#footer_left {
    background-image: url(../_images/leiste.gif);
    background-repeat: repeat-x;
    line-height: 25px;
    width: 20em;
    float: left;
}

#footer_middle {
    background-image: url(../_images/leiste.gif);
    background-repeat: repeat-x;
    line-height: 25px;
    width: 40em;
    float: left;
}

#footer_right {
    background-image: url(../_images/leisteende.gif);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 25px;
    margin-left: 60em;
}

 
a:link, a:visited, a:hover, a:active, a:focus {
    
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    color: #00394D; /*#CC3333;*/
    font-weight: bold;
    font-size: 1em;
} 

a:hover {
    color: #3F0404;
    text-decoration: underline;
}

#footer a { color: #3F0404; /*#CC3333;*/ }
