
body, a, h1, h2, h3, h4, form, tr, li, .logo, .head, .menu, .text, .copyright {
	font-family:"DejaVu Sans","Bitstream Vera Sans",Tahoma,Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	color:#000000;
	background-color:#DDDDCC;
	}

body {background-color:#FFFFFF}

a:link {font-size:12px; color:#006666;}
a:active {font-size:12px; color:#006666;}
a:visited {font-size:12px; color:#006666;}
a:hover {font-size:12px; color:#339999;}

h1 {font-size:15px;}
h2 {font-size:14px; padding-top:14px;}
h3 {font-size:13px; padding-top:12px; font-style:italic;}
h4 {font-size:12px; font-weight:bold;}

img {border:none;}
form {padding:10px; background-color:#DDDDDD;}
tr {background-color:#DDDDDD;}
li {padding-bottom:5px;	padding-right:50px;}

.logo {position:absolute; left:40px; top:35px;}

.head {
	position:absolute;
	left:20px;
	top:20px;
	width:530px;
	height:40px;
	padding:10px;
	padding-left:200px;
	font-size:18px;
	text-align:center;
	color:#006666;
	}

.menu {
	position:absolute;
	left:20px;
	top:90px;
	width:150px;
	padding:20px;
	font-size:11px;
	line-height:16px;
	}
	
.menu a {font-size:11px;}

.text {
	position:absolute;
	left:220px;
	top:90px;
	width:500px;
	padding:20px;
	line-height:20px;
	border-bottom:20px solid #FFFFFF;
	}

a .selected {color:#006666;}
.copyright {font-size:9px; text-align:center; padding-top:50px;}
.copyright a {font-size:9px; text-align:center;}

.fig {
	width:500px;
	font-size:10px;
	color:#333333;
	padding-top:20px;
	padding-bottom:20px;
	line-height:14px;
	}

.fig_left {
	width:250px;
	font-size:10px;
	color:#333333;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	}

.fig_right {
	width:250px;
	font-size:10px;
	color:#333333;
	float:right;
	padding-top:20px;
	padding-bottom:20px;
	}



/* Hier noch die CSS-Vorgaben für den Webblog */

.blog {
	padding:10px;
	margin-top:20px;
	background-color:#DAA520
	}



/* Hier noch die CSS-Vorgaben für die Tooltip-Popups */

a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active {
   position:relative;
	text-decoration:none;
   font-style:bold;
   font-size:11px;
   line-height:14px;
   border-bottom:0px dotted #4dbcf3;
   }

a.tooltip span {display:none; text-decoration:none;}

a.tooltip:hover span {
   display:block;
   position:absolute;
   top:25px;
   left:0px;
   width:200px;
   z-index:100;
   color:#000000;
   padding:10px;
   background: #CCCCCC;
   font-size:10px;
   line-height:14px;
   }

