body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #F4F4F4;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.titelGrau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9A9A9A;
	background-color: #F4F4F4;
	text-decoration: none;
	line-height: normal;
}

.titelGruen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #00CC00;
	background-color: #F4F4F4;
	text-decoration: none;
}

.naviGrau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9A9A9A;
	text-decoration: none;
}

.naviGruen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00CC00;
	text-decoration: none;
}

.textGrau {
	color: #9A9A9A;
}

.textGruen {
	color: #00CC00;
}

.artikelText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.artikelTextSpalte {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 500px;
}

.loginLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9A9A9A;
	text-decoration: underline;
}

.fett {
	font-weight: bold;
}

.userlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	border-style: solid;
	border-width: thin;
	vertical-align: top;
}

#Kopf {
	position:fixed;
	top:     20px;
	left:    20px;
	width:  900px;
	height: 100px;
	z-index:    10;
	
}

#Navi {
	position:fixed;
	top:    140px;
	left:    20px;
	width:  180px;
	overflow: auto;
	z-index:    2;
	line-height: 1.5;

}

#Inhalt {
	position:absolute;
	top:    140px;
	left:   220px;
	width:  700px;
	overflow: auto;
	z-index:    3;
}

#Admin {
	position:absolute;
	top:    140px;
	left:   220px;
	width:  750px;
	z-index: 3;
}

#Navi a:link {
	text-decoration: none;
}

#Navi a:visited {
	text-decoration: none;
}

#Navi a:hover {
	text-decoration: underline;
}

#Navi a:active {
	text-decoration: underline;
}

#Admin table tr th {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	height: 2.2em;
}

#Admin #terminliste td {
	padding-bottom: 1em;
	padding-right: 0.5em;
}

#Admin #terminliste .offline a{
	font-weight: bold;
	color: #F00;
}

#Admin #terminliste .abgelaufen a{
	font-weight: bold;
	color:  maroon;
}

#Admin #terminliste tr td {
	text-align: left;
	vertical-align: top;
	height: 25px;
}

#terminliste th, #terminliste td {
	border: thin solid #333;
	margin: 5px;
	padding: 5px;
}

form #text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	float: left;
	width: 710px;
	height: 300px;
	overflow: scroll;
}

.btn_termin {
	width: 80px;
	margin-right: auto;
	margin-left: auto;
}

.bild_links {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

.bild_rechts {
	float: right;
	padding-bottom: 10px;
	padding-left: 15px;
}
.clear_all {
	clear: both;
}

