/* COLOR : Green */

/* ******************************* ALLGEMEINE STYLES ******/
body {
	background-image: url(../img/bg/orange.png);
	background-repeat:repeat-x;
	background-color:#EE7D37;
}


h1{color:#EE7D37;}

a:link {
	color: #6f6f6f;
}
a:visited {
	color: #6f6f6f;
}
a:hover {
	color: #EE7D37;
}
a:active {
	color: #EE7D37;
}





/* ******************************* NAVIGATION ******/
/* Green Sub Menu */
#naviAktivSub{
	background-image:url(../img/navi/literatur_projekte_bg.png); 
	padding-left:25px; 
	padding-top:10px; 
	padding-bottom:10px; 
	width:213px; 
	background-repeat:repeat-y;
}

*html #naviAktivSub{
 width:188px;
}

#imgBorder{
	border:5px solid #EE7D37;
}

.aktivlink{
	color: #EE7D37;
	text-decoration:none;
	font-style:normal;
}

.color {color:#EE7D37;}

