html {
	overflow: auto;
}

body {
	margin:	0px;
	text-align:	center;
	background: url( images/bg.gif ) repeat-y 50% 0;
	background-color: #FFCAA6;
	font-family: Verdana, Arial, sans-serif;
	font-size:	12px;
	color:	#484848;
	line-height: 16px;
}

p {	
	line-height: 18px;
}

H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	margin: 15px 0px 20px 0px;
	line-height: 30px;
}

H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	padding-top: 15px;
}

UL {
	margin-top:	8px;
	padding-left: 35px;
}

A {
	color: #94989A;
	text-decoration: underline;
	font-weight: bold;
}

A:visited {
	color: #94989A;
	text-decoration: none;
}

A:hover {
	color: #666666;
	text-decoration: underline;
}

#pageContainer {
	position: relative;
	top: 15px;
	margin: auto;
	width: 930px;
	background-color: #FFFFFF;
}

#headerContainer {
	text-align:	left;
	margin:	0px 15px 0px 15px;
	padding: 0px;
}

#logo {
	margin:	4px 0px 0px 0px;
	float: left;
	position: relative;
	left: 0px;
}

#headerImage {
	clear: both;
	border-top: 1px solid #e6e6e6;
	padding-top: 3px;
}

#content img {
	margin:	5px 25px 5px 0px;
}

#menuMain {
	padding-top: 3px;
	margin-top:	3px;
	border-top:	1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

#menuMain UL, #menuMain UL LI {
	list-style:	none;
	padding: 0px;
	margin:	0px;
	float: left;
	height: 25px;
}

#menuTopRight {
	float: right;
	margin-top:	55px;
	width: 100px;
	color: #94989A;
}

#menuTopRight a{
	font-weight: bold;
	font-size: 12px;
}
#menuTopRight .menuTopRightSpc {
	height: 10px;
	line-height: 10px;
}

#menuTopRight .menuTopRightItem {
	background-image: url(images/pfeil2.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 14px;
	margin-top:	4px;

}

#contentContainer {
	margin:	25px 20px 40px 25px;
	text-align: left;
}

#content {
	margin-top: 1px;
	float: left;
	width: 825px;
}



/* - - - - - - - - - - - - - - - -  NAVIGATION START - - - - - - - -*/

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	width: 150px;
}

#menu li ul {/* second-level lists */
	position: absolute;
	display: block; 
	top: 2em;
    left: 0;
}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }
#menu li:hover>ul { visibility:visible; }
#menu ul ul { visibility:hidden; }		

/* Make-up syles */
#menu ul, li {
    margin: 0 0 0 0; 
}

/* Styles for Menu Items */
#menu ul a {
	font-family: Verdana,Arial,sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background: url(images/menuBg.png) 100% 100% no-repeat; /* IE6 Bug */
	padding: 4px;
	background: url(images/menuBg.png) 100% 100% no-repeat;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-left: 7px;
}
/* Hover Styles */
#menu ul a:hover { 
	text-decoration: underline;
	color: #FFFFFF; 
	background: url(images/menuBg.png) 100% 100% no-repeat;
} 

/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: #FFFFFF;
	background: url(images/menuBg.png) 100% 100% no-repeat; /* IE6 Bug */
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;	
	padding: 4px;
	padding-left: 7px;
	background: url(images/menuBg.png) 100% 100% no-repeat;
} 

/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	text-decoration: underline;
	color: #FFFFFF; 
	background: url(images/menuBg.png) 100% 100% no-repeat;
}
.aktiv {
	border-bottom: solid 3px #fff;
}

/*- - - - - - - - - - - - - - - - -  NAVIGATION ENDE - - - - - - - - - - -*/

/* ---------------------------------------- footer */
#footer {
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
	width: 875px;
	color: #666;
	font-size: 11px;
	margin: 0 auto;
	padding: 0px 10px 0;
	text-align: left;
	border-top: dashed 1px #ccc;
	clear: both;
	margin-top: 30px;
	height: 80px;
}
#footer p {
	margin: 15px 0 0;
	padding: 0;
	line-height: 14px;
}
#footer a {
	font-weight: normal;
	text-decoration: underline;
	margin: 0 2px;
	color: #666;
}
#footer a:hover {
	font-weight: normal;
	text-decoration: underline;
	margin: 0 2px;
	color: #333333;
}
#footer #copyright {
	margin-top: 10px;
}
