/*Style definition for main interface*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #FFFFFF;
	margin: 0;
	padding-top: 10px;
	line-height: 120%;
	background-image: url(../images/css_main_bg.png);
	background-position: center 10px;
	background-repeat: no-repeat;
}
.Content {
	background-color: #FFFFFF;
	padding: 10px;
}
/*h3 is defined for all headers*/
h3 { color: #e37f1d; padding-top: 3px; padding-bottom: 3px; text-transform: uppercase; font-size: 14px; background-color: #fff5e2}
/*h3 { color: #e37f1d; border-width: 1px; border-color: #d6d6d6; padding-top: 3px; padding-bottom: 3px; text-transform: uppercase; font-size: 14px; border-style: solid none; }*/

li {
	font-size: 11px;
	color: #969696;
	text-decoration: none;
}

a {
	color: #969696;
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
	color: #dea940;
}
a:visited {
	/*color: #999999;*/
}
/*Style definition for Main Navigation*/
.NavMain{
	display: block;
	width:100%;
	text-align: right;
	border-width: 1px;
	border-top-style:none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #d6d6d6;
	vertical-align: middle;
	padding-top:5px;
	padding-bottom:5px;
}
a.NavMain  {	
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;}
	
a:hover.NavMain{
	color: #dea940;}

a.NavMain.Active{
	color: #dea940;
	font-weight:bold;
	text-transform: uppercase;
	}
	
/*Style definition for Subnavigation*/	
.NavSub{
	display: block;
	width:95%;
	text-align: right;
	border-width: 1px;
	border-top-style:none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #d6d6d6;
	vertical-align: middle;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:3px

	
}

a.NavSub  {	
	text-decoration: none;
	text-transform:none;
	font-size: 10px;
	color: #969696;}
	
a.NavSub.Active  {	
	color: #dea940;
	font-weight:bold;
	background-color: #fff5e2
}
	
a:hover.NavSub{
	color: #dea940;}


/* Stile Definition of Title and Footer. See "Max Mustermann | Interaktives Gestalten | WS 2006-2007 | FH-Mainz"*/
.Title{
	color: #969696;
	font-size: 10px;
	text-transform: uppercase;}
	
.footer	{ color: #969696; size:10px; border-width: 1px; border-color: #d6d6d6; padding-top: 5px; padding-bottom: 5px; margin-top:60px; font-size: 10px; text-decoration: none; border-style: solid none; }
