html, body {
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	margin: 0px;
	padding: 0px;
	line-height: normal;
	color: #000000;
}

table {
	border: inherit;
	font-size: 12px;
	color: #000000;
}

#divHeader {
	height: 49px;
	background-repeat: repeat-y;
	margin-bottom: 0px;
}

.pLogo {
	position: absolute;
	left: 500px;
	top: 0px;
}

#divTeaser,
#divTopnavi,
#divContprint {
	background-image: none;
	visibility: hidden;
	position: absolute;
}

#divContent {
	clear: both;
}

#divNavileft {
	clear: both;
}

#divNavileft h1 {
	color: #30489F;
	font-size: 1.1em;
	font-weight: bold;
}

#divNavileft ul {
	margin: 0px;
}

#divNavileft li {
	display: block;
	list-style-type: none;
	width: auto;
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;
}

#divNavileft li a,
#divNavileft li#active {
	display: block; 
	width: 100%; /* IE5+ */
	margin: 0px;
	color: #A73AAB;
	text-decoration: none;
	font-size: 0.8em;
}

#divNavileft li a:hover,
#divNavileft li#active {
	color: #385BA0;
	font-weight: bold;
	background-color: #385BA0;
}

#divFilelinks {
	margin-top: 30px;
	padding-bottom: 30px;
}

#divFilelinks a {
	color: #385BA0;
	text-decoration: none;
}

#divFilelinks .filelink img {
	margin-top: 2px;
	margin-right: 5px;
	float: left;
}

#divFilelinks .textlink {
	padding-top: 5px;
	margin-left: 21px;
}


/* Content */

#divMaincont {
	margin-left: 0px;
	margin-right: 10px;
}

#divMaincont h1 {
	color: #385BA0;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 0px;
	background-image: none;
}

#divMaincont h2 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 20px;
}

#imgContainer {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

#imgContainer img {
	border: 0px;
}

#imgContainer #imgCaption {
	font-size: 0.8em;
	display: block;
	line-height: normal;
	margin-top: -3px;
	padding: 5px; 
	color: #385BA0;
}




