body, html input {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg_main.png);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#container {
	width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	
	
}

#container-header {
	width: 670px;
	height: 85px;
	padding: 20px 40px 0px 40px;
	background-image: url(images/bg_header.png);
	line-height: 85px;
	font-size:28px;
	font-weight:bold;
}

#container-name {
	float: left;
}

#container-text{
	float: right;
	font-size: 18px;
	font-weight: normal;
	/*font-style: italic;*/
	padding-right: 10px;
}

span, #container-name span,#container-slogan span {
	color: #58ac25;
	font-size: 20px;
}

#container-eyecatcher {
	width: 670px;
	padding: 0px 40px 0px 40px;
	height: 175px;	
	background-image: url(images/bg_banner.png);}


#container-content {
	width:670px;
	background-image: url(images/bg_content.gif);
	background-repeat: no-repeat;
	padding: 20px 40px 0px 40px;
	margin: 0 0 0 0;
	height: auto;
}

#content {
	width: 420px;
	float: right;
	padding: 6px;
}

#border {
	width: 230px;
	margin-left: 0px;
	
}

/* menu ================================================== */
#menu	{
	width: 214px;
	background-color: #f5f5f5;
	color: #006AC3;
	margin-top:12px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	font: 14px;
	font-weight: bold;
}

#menu ul, #menu li	{
	list-style-type:none; 
	padding: 0px;
	margin: 0px;
	color: #2c3229;
}

#menu li a:link, #menu li a:visited, #menu li a:active	{
	display: block;
	border-bottom: dashed 1px #000;
	color: #34505c;
	text-decoration: none;
	background: transparent;
	margin-bottom: 2px;
	margin-top: 2px;
	height: 24px;
	line-height: 24px;
}

#menu li a:hover	{
	background-color: #deefdf;
	color: #58ac25;
	border-bottom: dashed 1px #000;
	text-align: right;
	color: #2c3229;
}

/* menu ende ================================================== */

#container-footer {
	
	width: 750px;
	height: 80px;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	color: #aeaeae;
	background-image:url(images/bg_footer.png);
 	background-repeat:no-repeat;
}

#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #aeaeae;
}

#container-footer a:hover {
	color: #58ac25;
}

#footer {
	font-size: 11px;
	color: #aeaeae;
	width: 750px;
	margin-bottom: 35px;
}

#footer-copyright {
	float: left;
	width: 210px;
	padding-left:50px;
}

#footer-meta {
	font-size:11px;
	float: right;
	text-align: right;
	width: 100pxpx;
	padding-right: 50px;
	
}

#footer-middle {
	text-decoration: none;
	font-sze:11px;
	float: left;
	text-align: center;
	width: 210px;
	padding-right: 10px;
	padding-right: 10px;
	text-decoration:none;
}
#footer-middle a{
	text-decoration: none;
}
	

.clearer {
	clear: both;
}

h1 {
	font-size: 17px;
	color: #666666;
	margin: 0 0 0 0;
	padding: 0px 0 15px 20px;
	background-image: url(images/circle.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	line-height: 24px;
}

h2 {
	font-size: 15px;
	color: #58ac25;
	padding: 5px 0 5px 25px;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
}

h3 {
	font-size: 13px;
	color: #58ac25;
	padding: 5px 0 0px 25px;
	letter-spacing: -0.5px;
	}
	
h4 {
	font-size: 12px;
	color: #006AC3;
	letter-spacing: -0.5px;
	}

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}

#content p {
	line-height: 19px;
	color: #666666;
	margin: 0 0 10px 25px;
}

#content p a, #border p a {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
	padding: 2px 2px 2px 2px;
}

#content p a:hover, #border p a:hover  {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006AC3;
	padding: 2px 2px 2px 2px;
}

#content li {
	line-height: 20px;
	color: #666666;
	/*margin: 0 0 0 10px;*/
}



#border p {
	line-height: 17px;
	font-size: 11px;
	color: #666666;
	margin: 0 0 15px 10px;
}

ul#text {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	background-image: none;
}

subnavigation li {
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#subnavigation li a {
	font-weight:bold;
	text-decoration: none;
	color: #0066CC;
	
	
}

#subnavigation li a:hover {
	text-decoration: none;
	
}


ul#textnavigation {
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 0px 25px;
	background-image: none;
	color: #666;
	
}

#textnavigation li {
	list-style-type: circle;
	color: #666666;
	padding: 2px 0px 2px 2px;
	margin: 0px 0px 5px 10px;
}

#textnavigation li a {
	font-weight:bold;
	color: #666666;
	text-decoration: none;
	
	
	
}

#textnavigation li a:hover {
	text-decoration: none;
	color: #333;
	
}

ul#textnavigation2 {
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 0px 25px;
	background-image: none;
	color: #666;
}
#textnavigation2 li {
	list-style-type:disc;
	color: #666666;
	padding: 2px 0px 2px 2px;
	margin: 0px 0px 5px 10px;
}

#profil {
	list-style-type: none;
	color: #666666;
	padding: 0px 0px 2px 18px;
	margin: 0px 0px 5px 10px;
}
#profil  li {
	color: #666666;
	padding: 2px 0px 2px 2px;
	margin: 0px 0px 5px 10px;
}
	
	


ul#links {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

#links li {
	list-style: none;
	background-image: url(images/li_circle.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 15px;
	margin: 0 0 15px 0px;
}

#content img {
	background-color: #deefdf;
	padding: 4px;
	border: 1px solid #58ac25;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}
