BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 1.5em;
	margin-right: 10px;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
}

p {
	margin-top: 0em;
	margin-bottom: 1.5em;
	margin-right: 10px;
}

em {
	font-style: normal;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	text-align: left;
}

img { 
	border: none;
}

/* Links */
a:LINK {text-decoration: underline; color: #999999;}
a:VISITED {text-decoration: underline; color: #999999;}
a:HOVER {text-decoration: none; color: #000000;}
a:ACTIVE {text-decoration: none; color: #000000;}

/* Titel-Typo */
.title-typo {
	margin-left: 15px;
	margin-top: 15px;
	float: left;
}

/* Aufzählung */
.enum {
	margin-left: 1.0em;
	text-indent : -1.0em;
	margin-bottom: 0px;
}

/* Pfeile */
.arrow-h {
	width: 4px;
	height: 8px;
	margin-top:2px;
	margin-right: 2px;
}
.arrow-v {
	width: 8px;
	height: 4px;
	margin-bottom: 1px;	
}

/* linke Spalte - Navigation */
.col-l {
	padding-top : 25px;
	padding-bottom: 70px;
	padding-left: 25px;
	vertical-align: top;
}

/* mittlere Spalte - Content*/
.col-m {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;	
	padding-right: 0px;
	vertical-align: top;
	line-height: 15px;
}

/* rechte Spalte - Kontakt */
.col-r {
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 5px;
	line-height: 15px;
	background-color: #eeeeee;
	color: #333333;	
}
.col-r strong {
	color: #666666;
	font-weight: bold;
}

/* Seitenanfang-DIV */
.up-back {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: -30px;
	margin-right: 20px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 10px;
	text-align: right;
	background-color: #eeeeee;
	color: #333333;	
}
.up-back a:LINK {text-decoration: none; color: #999999;}
.up-back a:VISITED {text-decoration: none; color: #999999;}
.up-back a:HOVER {text-decoration: none; color: #666666;}
.up-back a:ACTIVE {text-decoration: none; color: #666666;}

/* Seitenanfang-DIV Forschung*/
.up-back-f {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: -30px;
	margin-right: 20px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 10px;
	text-align: right;
	background-color: #aaccee;
	color: #333333;	
}

/* Navigation */
.navi {
	padding-left:12px;
	padding-top: 3px;
	padding-bottom: 4px;
	background-image: url(navipfeil_h.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}
.navi a:LINK {text-decoration: none; color: #ffffff;}
.navi a:VISITED {text-decoration: none; color: #ffffff;}
.navi a:HOVER {text-decoration: none; color: #333333;}
.navi a:ACTIVE {text-decoration: none; color: #333333;}

/* selektierte Navi-Punkte */
.sel {
	color: #666666;
	font-weight: bold;
	background-image: url(navipfeil_d.gif);
}
.sel a:LINK {text-decoration: none; color: #666666;}
.sel a:VISITED {text-decoration: none; color: #666666;}
.sel a:HOVER {text-decoration: none; color: #333333;}
.sel a:ACTIVE {text-decoration: none; color: #333333;}

/* selektierter Navi-Punkt mit Unterpunkten */
.down {
	background-image: url(navipfeil_unten.gif);
	background-position: 4px 8px;
	padding-left: 15px;
}

/* Sub-Navi-Punkte */
.sub {
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 24px;
	background-image: url(navipfeil_d.gif);
	background-position: 16px 6px;
	background-repeat: no-repeat;
}
.sub a:LINK {text-decoration: none; color: #666666;}
.sub a:VISITED {text-decoration: none; color: #666666;}
.sub a:HOVER {text-decoration: none; color: #333333;}
.sub a:ACTIVE {text-decoration: none; color: #333333;}



