/*Link*/

a:link {
	color: #67805A;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weiht: bold;
	color: #67805A;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #85D0B1;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #67805A;
}

/*link navi klein*/


a.linkklein {
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	}
	
a.linkklein:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.linkklein:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.linkklein:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
a.linkklein:active {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

/*link navi gross*/
a.linkgross {
	font-size: 20px;
	font-style: bold;
	color: #67805A;
	font-weight: bold;
}
a.linkgross:link {
	color: #67805A;
	text-decoration: none;
	font-weight: bold;
}
a.linkgross:visited {
	text-decoration: none;
	color: #67805A;
	font-weight: bold;
}
a.linkgross:hover {
	text-decoration: none;
	color: #85D0B1;
	font-weight: bold;
}
a.linkgross:active {
	text-decoration: none;
	color: #85D0B1;
	font-weight: bold;
	}

body {
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
border: none;
background-color: #ffffff;
}


#container {
text-align: left;
padding: 0em;
margin: 1em auto ;
width: 950px;
color:#000000;
background-color:#FFFFFF;
border:3px solid #92995B;
}


#Banner {
height:100px;
}

#Navigation {
background-color:#FFFFFF;
color:#000000;
padding-left: 60px;
}

#Subnavigation {
background-color: #92995B;
color:#000000;
height:17px;
padding-left:60px;
}

#Text {
background-color:#FFFFFF;
height: 350px;
overflow: auto;
text-align: left;
padding-left: 60px;
padding-top:20px;
padding-right:20PX;
font-family:Arial, Helvetica, sans-serif;

}

#img {
float:left;
}

#Text p.center,  {
text-align:center;
}

#Text img.center{
text-align: left;
}

#Text span.center {
text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #67805A;
}
h2 {
	font-size: 14px;
	color: #67805A;
}
h3 {
	font-size: 12px;
	color: #67805A;
}
h4 {
	font-size: 9px;
	color: #999999;
}

#Footer {
background-color:#FFFFFF;
text-align: center;
font-size:9px;
height: 25px;
border-top-color: #92995B;
border-top-width: thin;
border-top-style:solid;
padding-top:10px;
}

#Footer span.center {
text-align:center;
}

