@charset "utf-8";
/********************** body *********************/
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
body {
	background-color: #ebebeb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a img {border: none;}


.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
 }
.body-wrapper-left {
	width: 974px;
	background-image: url(images/shadow_left.jpg);
	background-repeat: repeat-y;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	

}
.body-wrapper-right {
	width: 974px;
	padding-right: 12px;
	background-color: #FFFFFF;
	background-image: url(images/shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px;
	

}
.naviBig {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}


/********************** header *********************/
.header-wrapper {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 26px top;
	height: 75px;
}
.header-logo {
	background-image: url(images/leibniz_logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	width: 370px;
	margin-left: 32px;
	padding-left: 0px;
	padding-top: 50px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	float: left;
}
.header-navi {
	height: 20px;
	width: 620px;
	padding-left: 0px;
	padding-top: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	float: right;
	padding-right: 2px;
	padding-bottom: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.header-navi a {
	text-decoration:none;
	color: #000000;
}

.header-navi a:hover {
	text-decoration:underline;
}
/********************** content *********************/
.content {
	padding-right: 0px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	min-height: 300px;
}
.topicTitle, .topicTitle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-bottom: 5px;
	text-decoration:none;
}
.topicTitle a:hover {
	text-decoration:underline;
}
.topicSubTitle, .topicSubTitle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a0a0a0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration:none;
}
.topicSubTitle a:hover {
	text-decoration:underline;
}
.imgClass {
	text-align: center;
}
/********************** footer *********************/
.foter-wrapper {
	width: 998px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a0a0a0;
	text-align: center;
	height: 40px;
}
.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a0a0a0;
	margin-left: 10px;
}
.footerLink a {
		color: #a0a0a0;
		text-decoration:none;
}
.footerLink a:hover {
	text-decoration:underline;
}
/********************** main navi *********************/
.subnavi {
	line-height: 25px;	

}
.naviDL {
	margin: 0px;
	padding: 0px;
}
.naviDT {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}
.naviDTActive {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
.naviBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.naviBig:hover {
	text-decoration: underline;
}
#DESCRIPTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 40px;
	margin-right: 20px;
	padding-right: 40px;
}
.naviElement {
	float: left;
	width: 230px;
}

