html, body {
	background-color: #D0CC00 ; /* #D3E9D0;*/
	font-family: "Lucida Sans Unicode","Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align:center;
	line-height: 1.4em;
	margin-top:10px;
}

h1 {
	color: #c5a332;
	font-size: 14pt;
	margin: 3px 0 10px 0;
}

#top {
	color: white;
	font-size: 20pt;
	margin: 3px 3px 3px 0;
	font-weight: bold;
	text-align: right;
}

h3 {
	color:#c5a332;
	border-bottom:2px dotted #c5a332;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-left:2px;
	margin: 0px;
	margin-bottom:9px;
}


/*** HEADER ***/

div.header {
	width: 740px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/site/header2.jpg);
	margin-bottom: 20px;
	background-position: left;
	background-repeat: no-repeat;
	padding-top:5px;
}

div.header h1 {
	font-size:24px;
	color:#FFFFFF;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:right;
	padding-right:5px;
}


/* Navigation im Kopfbereich /////////////*/
div.nav {
	padding-top:190px;
	padding-left:5px;
	text-align:left;

}

.nav a, .nav a:hover, .nav a:visited {
	color: BLACK;
	text-decoration: none;
	margin-right: 10px;
	border-top: 3px solid black;
	font-weight: bold;

}

.nav a:hover, .nav a.active {
	border-top:3px solid red;

}

.active {
	font-weight: bold;
	margin-right: 10px;
	border-top:3px solid red;

}

#breadcrumb, #breadcrumb a {
	color: gray;
	font-size: 0.8em;
	text-decoration: none;
	margin-bottom: 10px;
}

#breadcrumb a:hover {
	text-decoration: underline;
}


/** Content Bereich **/
#left{
	float:left;
	width:510px; 

}


/** Footer **/
div.footer {
	text-align: center;
	width: 740px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	color: #8E8B00;
}


/** 2nd Level navigation **/
a.Level2 {
	color: Gray;
	font-weight: bold;
	text-decoration:none;
	display: block; 
	padding-bottom: 3px;
}

a.Level2:hover {
	color:red;
}

.Level2:before{
	
}

/**************/
/*** BOXES ***/

div.upperleft {
	/*  width: 520px; */ 
	background-color: White;
	background-image: url('../img/site/upperleft.png');
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
}

div.upperright {
	background-image: url('../img/site/upperright.png');
	background-repeat: no-repeat;
	background-position: top right;
}

div.lowerleft {
	background-image: url('../img/site/lowerleft.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.lowerright {
	background-image: url('../img/site/lowerright.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-left:7px;
	padding-top:3px;
	padding-right:10px;
	padding-bottom:25px:
}

