
body {
	color: #333; 
	background: #fff; 
	font-family: arial, helvetica;
	/*padding-right: 10px;*/
	margin: 10px 0px 10px 0px;
}

#head {
	/*min-height: 50px;*/
	max-width: 1150px;
	background-color: #fff;
	margin: auto;
	/*min-width: 100%;*/
}

#header_left {
	width: 800px; 
	margin: auto; 
	text-align: left; 
	background: #fff;
	float: left;
}

#header_right {
	width: 350px; 
	margin: auto; 
	text-align: right; 
	background: #fff;
	float: right;
}

#fixing{
	/*width: 1150px;*/
	width: 100%;
	margin: auto;
	float: left;
	text-align: left; 
	background-color: #53DC1D;
	min-height: 5px;
	z-index: 0;
	font-size: 10px;
	color: #FFFFFF;
	padding:5px;
}

#main {
	min-height: 50px;
	max-width: 1150px;
	background-color: #fff;
	margin: auto;
	/*position: relative;*/
}

#navi {
	width: 150px; 
	/*margin: auto; */
	text-align: left; 
	background: #fff;
	float: left;
}

/*Darstellung Navigationstext*/
.navBut {  /* Links */
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	/*font-weight: normal;*/
	font-weight: bold;
	color: #333;
}

/*Buttondarstellung*/
a.menue:link  { 
	border:1px solid #53DC1D;
	padding:8px;
	/* background-color:#636365; */
	background-color: #53DC1D;	
	display:block; width:132px; height:20;
	font-family:Arial, Helvetica;
	font-size:14px;
	color:#333;
	text-decoration:none;
	/*font-weight: normal;*/
	font-weight: bold;
}
a.menue:active {
	border:1px solid #53DC1D;
	padding:8px;
	background-color: #53DC1D;	
	display:block; width:132px; height:20;
	font-family:Arial, Helvetica;
	font-size:14px;
	color:#333;
	text-decoration:none;
	/*font-weight: normal;*/
	font-weight: bold;
}
a.menue:visited {
	border:1px solid #53DC1D;
	padding:8px;
	background-color: #53DC1D;	
	display:block; width:132px; height:20;
	font-family:Arial, Helvetica;
	font-size:14px;
	color:#333;
	text-decoration:none;
	/*font-weight: normal;*/
	font-weight: bold;
}
a.menue:hover {
	border:1px solid #53DC1D;
	padding:8px;
	background-color:#FFFFFF;
	display:block; width:132px; height:20;
	font-family:Arial, Helvetica;
	font-size:14px;
	color:#333333;
	text-decoration:none;
	/*font-weight: normal;*/
	font-weight: bold;
}

#maintext {
	width: 970px; 
	/*margin: auto; */
	text-align: left; 
	background: #fff;
	float: left;
	padding: 15px;
}

#footer {
	/*min-height: 50px;*/
	max-width: 1150px;
	background-color: #fff;
	margin: auto;
	padding: 10px 0px 10px 0px;
}

.clear {
    clear: both;
}

/*----------------------------------------------------------------------------*/

.maillink:link{
	background-color:#FFFFFF;
	/*color: #e20018;*/
	color: #53DC1D;
	/*display:block; width:200px; height:20;*/
	text-decoration:none;
}
.maillink:active {
	background-color:#FFFFFF;	
	color: #53DC1D;
	/*display:block; width:200px; height:20;*/
	text-decoration:none;
}
.maillink:visited {
	background-color:#FFFFFF;
	color: #53DC1D;
	/*display:block; width:200px; height:20;*/
	text-decoration:none;
}
.maillink:hover  {
	background-color: #53DC1D;
	color:#FFFFFF;
	/*display:block; width:200px; height:20;*/
	text-decoration:none;
}

/*----------------------------------------------------------------------------*/

.noef:link{
	background-color:#FFFFFF;
	color: #333;
	text-decoration:none;
}
.noef:active {
	background-color:#FFFFFF;	
	color: #333;
	text-decoration:none;
}
.noef:visited {
	background-color:#FFFFFF;
	color: #333;
	text-decoration:none;
}
.noef:hover  {
	background-color: #FFFFFF;
	color:#333;
	text-decoration:none;
}

