body {
	background-color: #c3c3c3;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Trebuchet MS', 'Helvetica', 'Arial', sans-serif; 
	font-size: 10pt; 
	font-weight: normal;

}
img {
	border-style:none;
}

p {
	margin: 0px;
}

a { 
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

a.menu { 
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

a.menuselected { 
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

a.menu:hover { 
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}


.rot {
	color: #990000;
}
.grau {
	color: #BBBBBB;
}

.hellgruen {
	color: #99CC33;
}

.dunkelgruen {
	color: #003333;
}

.gruen {
	color: #006666;
}
.smallfont {
	font-size: 8pt; 
}
.rotBig {
	color: #990000;
	font-size: 12pt; 
}
.gruenBig {
	font-size: 12pt; 
	color: #006666;
}

.centrale {
	position: absolute;
	left: 0px;
	top:0px;
	padding: 0px;
	width: 1000px;
	height: 600px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	vertical-align: top;
	background-color: #ffffff;
	margin-bottom: 0px;
}

.topmenu {
	text-align: left;
	width: 100%;
	height: 119px;
	background: url('../images/rasen_verlauf.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10pt;
}

.pwd {
	font-family: 'Arial', 'Helvetica', sans;
	color: #990000;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	left: 20px;
	top: 60px;
	text-transform: uppercase;
}
.menu1 {
	font-family: 'Arial', 'Helvetica', sans;
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	position: relative;
	left: 200px;
	top: 25px; /* was 35 */
}
.menu2 {
	font-family: 'Arial', 'Helvetica', sans;
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	position: relative;
	left: 200px;
	top: 25px; /* was 35 */
}
span.menuitem {
	font-size: 10pt;
	width: 95px;
}
.menu1 > span.menuitem {
	width: 95px;
	display: block;
	float:left;
}
.menu2 > span.menuitem {
	width: 95px;
	display: block;
	float:left;
}

div.leftcol {
	position: absolute;
	left: 10px;
	top: 150px;
	align: left;
	text-align:right;
	width:200px;
	line-height: 28px;
}

div.rightcol {
	position: absolute;
	left: 700px;
	top: 150px;
	align: left;
	text-align:left;
	width:250px;
	line-height: 28px;
}

div.content {
	position: absolute;
	top: 150px;
	left: 270px;
	height: 400px;
	width: 400px;
	text-align: left;
	/*
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	*/
	overflow: auto;

}
/* photo ecken fuer den content */
.cornerNO {
	position:absolute;
	left: 260px;					  
	top: 140px;
	width: 16px;
	height: 16px;
	background-image: url('../images/ecke_no.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.cornerNW {
	position:absolute;
	left: 660px;					  
	top: 140px;
	width: 16px;
	height: 16px;
	background-image: url('../images/ecke_nw.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.cornerSO {
	position:absolute;
	left: 260px;					  
	top: 540px;
	width: 16px;
	height: 16px;
	background-image: url('../images/ecke_so.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.cornerSW {
	position:absolute;
	left: 660px;					  
	top: 540px;
	width: 16px;
	height: 16px;
	background-image: url('../images/ecke_sw.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

