/* ThomasDuermeier.CSS */
/* Einstellungen für die ganze Seite */

html, body 
{
	margin: 0px;
	padding: 0px;
/*	font-family:Arial,Sans-Serif;*/
}

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

/* Vertikale Aufteilung */

#header 
{
	text-align: center;
	font-weight: bold;
	font-size: 24pt;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.separator
{
	clear: both;
	background-image: url(images/apfel5.jpg);
	height: 40px;
	width: 100%;
	border: 1px solid #1C6E24;
	border-left:0px; 
	border-right:0px;
	font-size:11px;
/*	margin-bottom: 10px;
	margin-top: 10px;	*/
}
.separator a
{
	color: #990000;
	text-decoration: none;
}

#middle
{
	border:none; 
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 1%;
	margin-right: 1%;
}

#middle-titel
{
	border:none; 
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10%;
	margin-right: 10%;
}

#foot
{	
	clear: both;
	font-size: 10pt;
	text-align: right;
	margin-right: 5px;
	margin-top: 10px;
	height: 25px; 
}

/* horizontale Aufteilung */

#nav 
{
	position: relative; left: 5px;
	background-color: #FFFFE0; /*#1C6E24; */
	height: auto; 
	width: 15%;
	float: left;
	margin: 0px;
}
#inhalt, #inhalt2sp
{
	height: auto; 
	width: 61%;
	float: left;
	margin: 0px;
	padding-left:15px;
	padding-right:15px;
}
* html #inhalt
{
	width: 45%;
}
#inhalt2sp
{
	width: auto;
	margin-left:30px;
}

#rechts
{
	position: relative;
	right: 5px;
	background-color: #FFFFE0;
	width: 15%;
	float: right;
	margin: 0px;
	margin-left: 0px;
}

/* Navigation */

.menuitem
{
	background-color: #FFFFE0;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;   /*1px*/
	text-align: left;
	color: #1C6E24;
	border: 1px solid #1C6E24;
	border-top: 0px;
	font-weight: bold; 
}
.menuitem-top
{
	background-color: #FFFFE0;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;   /*1px*/
	text-align: left;
	color: #1C6E24;
	border: 1px solid #1C6E24;
	font-weight: bold; 
}
.submenuitem
{
	background-color: #FFFFE0;
	padding-left: 15px;
	padding-right: 5px;
	margin: 0px;   /*1px*/
	text-align: left;
	font-size:12px;
	color: #1C6E24;
	border: 1px solid #1C6E24;
	border-top: 0px;
}


.notselected
{
	color: #1C6E24;
	text-decoration: none;	
}

.selected
{
	color: #990000;
	text-decoration: none;
}

/* Anzeige der Links im rechten Bereich 

#rechts a
{
	color: #990000;
	text-decoration: none;
}
*/
.linkbox
{
	background-color: #FFFFE0;
	font-size: 10pt;
	padding-left: 5px;
	padding-right: 5px;	
	margin: 0px;
	text-align: left;
	color: #1C6E24;
	border: 1px solid #1C6E24;
	border-top: 0px;
}
.linkbox-top
{
	background-color: #FFFFE0;
	font-size: 10pt;
	padding-left: 5px;
	padding-right: 5px;	
	margin: 0px;
	text-align: left;
	color: #1C6E24;
	border: 1px solid #1C6E24;
}
.linkheading
{
	font-weight: bold;
	border-bottom: 1px solid #1C6E24;
}
.linkitem
{
	margin-top: 5px;
	width: 100%;
}

/* Allgemeine Elemente */

.spacer 
{
	clear: both;
}

