body {
	background-color: #FFCB37;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 6px;
}
h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.8em;
	color: #888;
}
h2 {
	margin: 5px 0 5px;
	padding: 0;
	font-size: 1.1em;
}
p {
	line-height: 140%;
	margin: 0 0 16px 0;
}
p.projektliste {
	line-height: 100%;
	margin: 0 0 4px 0;
	font-size: 0.8em;
}
p.zumseitenanfang {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	text-align: right;
	line-height: 100%;
}
p.hinweis {
	font-size: 0.9em;
	margin: 0 0 6px 0;
	padding: 0px;
	line-height: 110%;
	font-style: italic;
}
.mitglied {
	font-size: 0.9em;
	margin: 0 0 6px 0;
	line-height: 110%;
}
span.achtung {
	font-weight: bold;
	color: #FF0000;
}
li {
	line-height: 140%;
	margin: 0 0 10px 0;
}
table.projektliste {
	margin: 0px;
	padding: 0px;
	width: 99%;
	border: 0px;
}
td.projektliste_spalte1 {
	width: 50%;
	vertical-align: top;
}
td.projektliste_spalte2 {
	width: 50%;
	vertical-align: top;
}
.oben-links-transparentesgif {
	border: 0px none;
}
div.hintergrundorange {
	background-color: #F9B700;
}
div.text {
	overflow: visible;
	border: thin solid;
	position: relative;
	visibility: inherit;
	height: auto;
	width: auto;
}
div.kastenrahmen {
	border: thin solid #000000;
}
div.kastenrahmen1grau {
	border: 2px solid #666666;
	background-color: #DDDDDD;
}
div.kastenabstand {
	margin-left: 8px;
	padding-right: 8px;
}
div.kategorieitem {
	margin: 8px;
}
a.kategorieitem {
	font-weight: normal;
}
a.kategorieitem:hover {
	text-decoration: none;
	background-color: #CCCCCC;
}

.fehlermeldung {
	font-weight: bold;
	color: #660000;
	background-color: #FFFF00;
	border: 2px solid #000000;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
div.artikelbearbeitenmeldung {
	font-weight: bold;
	color: #000000;
	background-color: #33CC00;
	border: 2px solid #000000;
	padding: 0px;
	text-align: center;
	margin: 0px;
}
a {
	color: teal;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
}
a:link {
	color: teal;
}
a:hover {
	text-decoration: underline;
}
a.hochladen {
	background-color: #FFAA55;
	border: medium double #333333;
	font-size: 0.8em;
	color: #000000;
	padding: 4px;
}
a.hochladen:hover {
	background-color: #FF6600;
	border: medium double #333333;
	font-size: 0.8em;
	color: #000000;
	padding: 4px;
	text-decoration: none;
}
acronym {
	cursor: help; 
	border-bottom: 1px dashed #555;
}
/*Alle Inhaltsboxen geh&ouml;ren zur content-Klasse*/

#menu {
	background: #F9B700;
}
ul.menupoints {
	margin: 10px 5px 0px;
	padding-left: 0px;
}
li.menupoint0 {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 1.2em;
}
#login {
	padding: 5px;
	font-size: 0.8em;
	border-top: 1px solid;
	background-color: #CC3300;
}
div.logindata {
	text-align: center;
	
}
input.loginfeld {
	width: 145px;
	height: 18px;
	font-size: 12px;
}
input.loginbutton {
	margin-top: 5px;
	background-color:#CCCCCC; 
	color:#000000; 
	border:3px ridge #CCCCCC;
	width: 150px;
}

form.loginform {
	margin: 0;
	padding: 0;
}
.versteckt {
	display: none;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 790px;  /* bmh */	
}
#content {
	padding: 15px;
}
#navleft {
	background: #F9B700;
	width: 160px;
	height: 100%;
	float: left;
	text-align: left;
	overflow: hidden;
}
a.menupoint0 {

}
a.menupoint0:hover {
	background-color: #CCCCCC;
	text-decoration: none;
}
#container {
	margin: 0 0 0 160px;
	color: black;
	background: white;
	overflow: visible;
	border-left: 1px solid black;
}
#pfad {
	background-color: #F9B700;
	padding: 5px;
	font-size: 0.8em;
}
#header {
	position: relative;
	font-size: 0.9em;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 790px;  /* bmh */
}


img.ro {
	float: right;
	padding-top: 15px;
	padding-left: 7px;
	border: 0px;
}
img.lo {
	float: left;
	padding-right: 7px;
	border: 0px;
}
img.infobutton {
	border: 0px;
	bottom: 0px;
	top: 3px;
	position: relative;

}


/* BUTTONS */
input.button97blue {
	margin-top: 2px;
	background-color:#00CCFF; 
	color:#000000; 
	border:3px ridge #00CCFF;
	width: 97px;
}
input.button200blue {
	margin-top: 2px;
	background-color:#00CCFF; 
	color:#000000; 
	border:3px ridge #00CCFF;
	width: 200px;
}
input.button200green {
	margin-top: 2px;
	background-color:#33CC33; 
	color:#000000; 
	border:3px ridge #33CC00;
	width: 200px;
}
input.button200grey {
	margin-top: 2px;
	background-color:#CCCCCC; 
	color:#000000; 
	border:3px ridge #CCCCCC;
	width: 200px;
}
input.buttonbiggreen {
	margin-top: 2px;
	background-color:#33CC33; 
	color:#000000; 
	border:3px ridge #33CC00;
	width: 99%;
}
input.button200red {
	margin-top: 2px;
	background-color:#FF0000;
	color:#000000;
	border:3px ridge #FF3300;
	width: 200px;
	font-weight: bold;
}
input.projektdatenfeld {
	width: 300px;
}
input.projektdatenfeld300 {
	width: 300px;
}
input.projektdatenfeld500 {
	width: 500px;
}
input.projektdatenfeld-50 {
	width: 50px;
}