@charset "UTF-8"; 

@media screen, projection {
/* Kommentar */

body {
	color:#003333;
	background-color:#a0ffff;
	font-family:tahoma,helvetica;
	font-size:0.9em;
	font-style:normal;
	font-weight:normal;
	line-height:130%;
	letter-spacing:1px;
	}

h1 {
	text-align: center;
	font: normal bold 2em 'tahoma',sans-serif;
	letter-spacing:2px;
	line-height:60px;
	margin: 0px;
	}

h2 {
	font: normal bold 1.4em 'tahoma',sans-serif;
	letter-spacing:2px;
	margin-top:15px;
	margin-bottom:0px;
	}

ul {
	margin-top:5px;
	}

p{
	margin: 0px;
	}

a:link {
	text-decoration:underline;
	color:#006666;
	font-weight:bold;
	} 

a:visited {
	text-decoration:underline;
	color:#006666;
	font-weight:bold;
	} 

a:focus {
	text-decoration:none;
	color:#009999;
	} 

a:hover {
	text-decoration:none;
	color:#009999;
	} 

a:active {
	text-decoration:none;
	color:#00cccc;
	text-decoration:line-through;
	}

#center {
	text-align: center;
	}

#left{
	text-align: left;
	width: 40%;
	position: absolute;
	top: 250px;
	left: 220px;
	}

#right{
	text-align: left;
	width: 40%;
	position:absolute;
	right: 0px;
	top: 250px;
	}

#hauptnav {
	position:absolute;
	top: 170px;
	left: 15px;
	width: 180px;
	}

#hauptnav ul {
	list-style-type: none;
	text-align: center;
	}

#hauptnav li {
	position:relative; 
	top:0px; 
	left:-20px;
	line-height: 35px;
	margin: 0px;
	}

#freemain{
	width: 70%;
	position:absolute;
	top: 100px;
	left: 220px;
	margin-right: 50px;
	padding-bottom: 20px;
	}

#mrechte{
	position: absolute;
	top: 0%;
	left: 40%;
	width: 60%;
	}
#suchfeld{
	text-align:center;
	margin:30px;
	}
#warnung {
	padding:5px;
	position:absolute;
	top:20px;
	left:50%;
	border-width:1px;
	border-style: dotted;
	border-color: #ff0000;
	background-color: #e0ffe0;
	color: #ff0000;
	}
#abbr{
	position:absolute;
	top:0px;
	right:0px;
	border-width:0px;
	}
#abbr img{
	border-width:0;
	}
#nachricht{
	width:85%;
	height:120px;
	}
.gbformularjs{
	position:fixed;
	top:150px;
	left:250px;
	right:50px;
	bottom:50px;
	overflow:auto;
	background-color:#cccccc;
	padding:20px;
	}
.mail {
	width:600px;
	height:250px;
	background-image:url(../getimage.php?imgname=brief.png);
	}

.blind {
	position:absolute; 
	top:-10000px; 
	left:-10000px; 
	font-size:0px;
	}

a.optilink {
	color:#003333;
	text-decoration:none;
	font-weight:normal;
	cursor: text;
}

.sterntext{
	color:#ff3333;
	font-size:0.6em;
}
.adminbuttons li{
	width:100px;
	display: inline;
	}
.posting{
	border-style:dotted;
	border-width:1px;
	padding:5px;
	}
}

@media print {

body { 
	margin-left:0.5cm; 
	margin-right:0.5cm; 
	}

h1 {
	text-align: center;
	font: normal bold 2em 'tahoma',sans-serif;
	letter-spacing:2px;
	line-height:60px;
	margin: 0px;
	} 

#hauptnav {
	position:absolute; 
	top:-10000px; 
	left:-10000px; 
	font-size:0px; 
	}

#wbng {
	position:absolute; 
	top:-10000px; 
	left:-10000px; 
	font-size:0px; 
	}

.blind {
	position:absolute; 
	top:-10000px; 
	left:-10000px; 
	font-size:0px; 
	} 

.noprint {
	position:absolute; 
	top:-10000px; 
	left:-10000px; 
	font-size:0px; 
	} 
}