body {
	background: #C4A788; /* Hintergrund gesamt, aberwarum beides?: none #C4A788 */
	color: #000000;
	text-align: center; /* To Make Content Centered */
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

p { 
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

b, strong { 
	color: #666666;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

a:link { 
	text-decoration: none; 
	color: #000000;
}

a:visited { 
	text-decoration: none; 
	color: #FFFFFF;
}

img {
	border-style: none;
}

#container { 
	background-color: #0E0364; /*  #081C1D=dunkeltürkis; #C8B9FF=lila  */
	width: 800px;
	min-height: 600px;   
	margin: 0px auto;
	text-align: left;
	border: 1px solid #aeaeae;
	/* background: url(../images/sidebar.png) repeat-y;*/
	float:none;
}

#pageHeader {
	background: repeat-x  url(../images/Landschaft2.png);
	border-bottom: 1px solid #aeaeae;
	height: 101px;
}

#pageHeader h1 { 
	color: #000000;
	text-shadow: 0px 1px 2px #004400;
	margin: 0px;
	margin-top: 0px;
	margin-left: 242px;
	padding-top: 10px; /* Abstand zwischen Homepageüberschrift und "oben" */
	font-weight: bold;
	font-size: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent {
	margin: 0px;
}

#mainContent #sidebar {
	float: left;
 	width: 220px;
	background: none; /* Hintergrund Navigationsleiste */
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#mainContent #content {
	float: none;
	padding: 0px 0px 0px 0px;
	background:  #E0E4CC; /* #E0E4CC Hintergrundfarbe Inhalt */
	margin: 0px 0px 0px 230px;
	text-align:left; /* justify=Blocksatz */
}

#footer {
	width: 680px;
	margin: 10px auto;
	text-align: left;
	/*border: 1px solid #000000;*/
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background: none; /*   #372824;*/
}

#sidecontainer
{
	margin: 5px;
}

#subheader {
	/* background: url(../images/sub_header.png) repeat-x;*/
	background-color: #041627;
	height: 10px;
	padding-right: 10px;
	text-align: right;
}

#navcontainer {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 220px;
	float:left;
}

#navcontainer #current {
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background: url(../images/button_normal.gif) no-repeat;	
}

#navcontainer ul{
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

#navcontainer a {
	display: block;
	color: #000000;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 0px;
	background: url(../images/button_normal.gif) no-repeat;
	height: 19px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 10px;
	margin-top: 0px;
}

#navcontainer a:hover
{
	color: #FFB70F; /*Schriftfarbe in der Navigationsleiste beim Zeigen*/
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background: url(../images/button_normal.gif) no-repeat;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;/*#9A9A9A*/
	margin: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;/*#67ce3d*/
	margin: 0px;
}

b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #67ce3d;
}

.imageStyle {
	padding-left: 10px;
	padding-top: 0px;
	margin: 0px;
}

#textlink a:hover {
	color: #000000;
	font-weight:bold
	text-shadow: 0px 1px 1px #666666;
	text-decoration: underlined;
}

#textlink {
	color: #000000;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
}

#content a:hover { 
	text-decoration: underline; 
	color: #000000;
}

#content a { 
	text-decoration: none; 
	color: #000000;
}

#footer a:hover {
	text-decoration: underline; 
	color: #FFB70F;
}
#footer a {
	text-decoration: underline; 
	color: #FFFFFF;
}
#Logopic img {
  height:100%;
  width:100%;
}
