/* COLOR : Green */

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


h1{color:#6256AD;}

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





/* ******************************* NAVIGATION ******/
/* Green Sub Menu */
#naviAktivSub{
	background-image:url(../img/navi/presse_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 #6256AD;

}

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

.tableTitle{
	background-color:#F2C7D8;
	padding:3px;
}
.tableCell1{
	background-color:#f4f4f4;
	vertical-align:top;

}

