/* Global Styles */
html { overflow-y:scroll; }

body
{
font-family:Verdana;
font-size:14px;
margin:0px;
background-color: #ffffff;
}
h1 {font-size:18px;color:#000000;margin-bottom:0px;}
h2 {
	font-size:16px;
	color:#000000;
	margin-bottom:0px;
}
h3 {font-size:12px;color:#0000ff;}
p {margin-top:0px;}

code {font-size:14px;color:#0000ff;}
pre
{
font-size:14px;
color:#000;
padding:3px;
}
a:link, a:visited, a:active, a:hover
{
	text-decoration:none;
	font-weight:bold;
	color:#04762C;
	font-size:14px;
}
a.menu:link, a.menu:visited
{
	text-decoration:none;
	color:#000000;
	font-size:12px;
	display:block;
	padding:5px;
	background-color:#FFF;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}
a.menu:active, a.menu:hover
{
	text-decoration:none;
	color:#000;
	font-size:12px;
	display:block;
	padding:5px;
	background-color: #D4E6DC;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: groove;
	border-left-style: ridge;
}

/* Die Titelzeile */
#title {
	height:160px;
	border-bottom-style: ridge;
	background-color: #ffffff;
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/* Das Menü */
#menucontainer {
	text-decoration: none;
	display:block;
	padding: 30px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	float: left;
	width:12%;
}

#left {
background-color:#E4E6E4;
width:100%;
float:left;
}

/* Der Inhalt */
#content {
	float:right;
	width:80%;
	margin-top:30px;
	clear: right;
	min-height:600px;
}

/*aktuelle Seite */
#currentSite
{
font-style: italic;
}	
	
.Stil1 {
font-size: 10px; font-weight: bold; color:#CC0000; 
}

#fehler
{
font-size: 12px;
color:#FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
background-color: #04762C;
font-weight: bold;
padding:5px;
}

