/*Undo browser defaults
------------------------------------------------------------ */
:link,:visited { text-decoration: none; }
a img, :link img, :visited img { border: none; }

/*Body & Links
------------------------------------------------------------ */
* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:#565656;
	margin-top:0px;
	min-height: 100%; 
	height:auto !important; }
	
A:link
{ text-decoration:none; color:#000000; font-weight: bold;}
A:visited
{ text-decoration:none; color:#000000; font-weight: bold;}
A:active
{ text-decoration:none; color:#000000; font-weight: bold;}
A:hover
{ text-decoration:none; color:#5a5a5a; font-weight: bold;}	

A.mehr:link
{ text-decoration:none; color:#678c00; font-weight:bold; font-style:italic;}
A.mehr:visited
{ text-decoration:none; color:#678c00; font-weight:bold; font-style:italic;}
A.mehr:active
{ text-decoration:none; color:#678c00; font-weight:bold; font-style:italic;}
A.mehr:hover
{ text-decoration:none; color:#7eab00; font-weight:bold; font-style:italic;}

/*Basic 
------------------------------------------------------------ */

.wrapper{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}
	
#content{
	float: left;
	color: #000000;
	background-color:#ffffff;
	min-height: 100%; 
	width: 800px;
	display: inline;
	position:relative; left:50%; margin-left:-400px; margin-top: 0px; margin-bottom:0px;
	padding-bottom: 30px;}
	
#text{
margin-left:45px;
margin-right:45px;}	

.picture {
border: solild 5px #b6b6b6;
}
	
/*Footer
------------------------------------------------------------ */
#footer {
	padding: 15px;
	border-top: solid 8px #89ba00;;
	background: #565656;
	height: 50px;
	clear: both;
	color: #ffffff;
	font-size: 10px;}
		
.footer-column {
	float: left;
	margin-right: 30px;
	padding-bottom: 20px;
	color: #ffffff;}
	
A.none:link
{ text-decoration:none; color:#ffffff;}
A.none::visited
{ text-decoration:none; color:#ffffff;}
A.none::active
{ text-decoration:none; color:#ffffff;}
A.none::hover
{ text-decoration:none; color:#ffffff;}	

.footer-column a {
color : #ffffff;
text-decoration: none;}

.footer-column a:hover{
text-decoration: none;
color : #ffffff;}	

#footer-uschrift { width:246px; border-bottom: #ffffff solid 1px; font-weight:bold;}
#footer-left.footer-column { width: 246px; text-align:justify; margin-left:0px; margin-right:30px;}
#footer-mid.footer-column  { width: 246px; text-align:justify; margin-right:30px;}
#footer-right.footer-column { width: 246px; text-align:justify; margin-right:0px;}
	

/*Miscellaneous
---------------------------------------*/

	
.big {font-size: 17px;}
.biggreen {font-size: 17px; color:#89ba00;}
.biggreen3 {font-size: 15px; color:#89ba00;}

.start-column {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000000;}
	
#start-left.start-column { width: 210px; text-align:justify; margin-left:45px; margin-right:30px;}
#start-mid.start-column { width: 210px; text-align:justify; margin-right:30px;}
#start-right.start-column { width: 210px; text-align:justify; margin-right:45spx;}

.clear:after, li.comment:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
div.skip-content { display: none; }

.box {
	background-color: #dfdfdf;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin:5px;
	margin-left:0px;
	padding:10px;
	width:470px;}

.linkbox{ font-size:9px;
	font-style:italic;
	color:#6c6c6c;
    margin: 0px;
    padding: 5px;
	width:400px;
    background: #dfdfdf;		
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;}

	
/*Formular
---------------------------------------*/	
textarea, input {
	padding: 2px;
	border: 1px solid #89ba00;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;}

textarea {
	width: 288px;
	height: 130px;
	margin: 1px 0 2px 0;
	padding: 2px 0 2px 0;
	max-width: 298px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;}

input {
	width: 230px;
	margin: 0 0 2px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	}

.submit {
	background-color: #89ba00;
	width: 100px;}

.submit:hover {
	cursor: pointer;
	background-color: #89ba00;
	color:#FFFFFF;}

