/*
CI gruen: #72bf44
hellgrau (trennline) #c7c8ca
CI headlines #909090
Typo allgemein #5f5f5f
*/


body,html {
	/*background: #f8f7f6;*/
    background: white;
	font-family:Helvetica, Arial, sans-serif;
	line-height:20px;
	text-align: center;
	color:#5f5f5f;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

#mainContainer{
    width:1024px;
    height:100%;
    margin: 0 auto;
}

#container {
	margin: 0 auto;
	width:960px;
	text-align:left;
	font-weight:normal;
}

@font-face {  
    font-family: engel;  
    src: url( ../fonts/HelveticaLight.eot ); /* IE */  
    src: local(" Helvetica Light "), url( ../fonts/HelveticaLight.ttf ) format("truetype"); /* non-IE */  
} 


a {
	color:#909090;
    font-family:Helvetica,Arial,sans-serif;
    text-decoration:none;
    font-size: 12px;
}	

a:hover {
	color:#72bf44;
}

.active 
{
	color:#72bf44;
}

.newsItem a, #footer a, #projectSubBar a, #contentLeft a{

	background-image: url(../img/Menu/arrow_down.png);	
	background-repeat:no-repeat;
	padding-left:17px;
	margin-left:0px;

}



p {
	font-family:Helvetica, Arial, sans-serif;
    text-decoration:none;
    font-size: 12px;
    font-weight:normal;
}

h1 {
	font-size:20px;
	font-family:engel, Helvetica, sans-serif;
	color:#5f5f5f;
	font-weight:normal;
}

h2,h3 {
	padding-top:10px;
	font-size:16px;
	font-family:engel, Helvetica, sans-serif;
	color:#5f5f5f;
	display:inline;
	font-weight:normal;
}




/*datum formatierung*/
h4 {
	font-size:11px;
	font-family:Helvetica, Arial, sans-serif;
	color:#72bf44;
	display:inline;
	font-weight:normal;
	line-height:2px;
}



#seperator {
	clear:left;
	width:100%;
	height:1px;
	background-color:#c7c8ca;
	position:relative;
	top:0px;
}






