/* main Container in the middle of the homepage */
#mainHeadDivCenter
{
	text-align: center;
	background-color: #FFFFFF;
	position: relative;
	margin: 0 auto;
	width: 800px;
	margin-left: 6px;
	min-height: 500px;
	margin-bottom: 10px;
	padding-bottom: 15px;

}

/* shadows */
#RightShadow
{
	background-image: url(../media/images/verlauf.png);
	background-repeat: repeat-y;
	width: 812px;
	background-position: right;
	margin: 0 auto
}

#LeftShadow
{
	background-image: url(../media/images/verlauf-link.png);
	background-repeat: repeat-y;
	width: 807px;
}

/* picture container */
#mainHeadPicture
{
	width: 800px;
	height: 457px;
	overflow: hidden;
}

/* navigation in the picture */
#headLeftNavigation
{
	left: 0px;
	position: absolute;
	display: block;
	top: 85px;
	float: left;
	background-color: #FFFFFF;
	height: 457px;
	width: 205px;
	
	/* opacity for all browsers */
	opacity: 0.65;
}

/* navigation styles */
#headLeftNavigation ul
{
	font-size: medium;
	text-align: left;

	list-style-type: none;
	padding: 0px;
}


#headLeftNavigation ul li a
{
	text-decoration: none;
	padding-top: 4px;
	padding-left: 15px;
}

#headLeftNavigation ul li a:hover
{
	border-bottom: 2px solid black;
}

/* sub navigation */
#headLeftNavigation ul li ul
{
	font-size: medium;
	text-align: left;

	list-style-type: disc;
	padding-left: 35px;
}

#headLeftNavigation ul li ul li a
{
	text-decoration: none;
	padding-top: 4px;
	padding-left: 0px;
}

/* main content container with text */
#pTextContainer
{
	float: left;
	width: 90%;
	padding-left: 10px;
	text-align: left;
	line-height: 22px;
}

/* small sidebar with infos */
#pNavigationSidebar
{
	margin-top: 15px;
	text-align: right;
	float: right;
	width: 170px;
	padding-right: 8px;
	overflow: hidden;
}

/* text at the bottom */
#footerText
{
	padding-top: 10px;
	border-top: 1px solid #E0E0E0;
	font-size: 60%;
	text-align: center;

	background-color: white;
}

h1,h2,h3,h4,h5,h6
{
	color: #596bd5;
	border-bottom: 1px dotted;
	
}

a
{
	color: #000000;
}

img
{
	border: 0;
}

html,body
{

	margin-top: 0px;
	height: 100%;
	font-family: DeJaVuSans, Verdana;
	font-size: small;
}

body
{
	background: url('../images/background.gif') repeat-x;
	background-color: #91c842;
}
