/* CSS Document */
body {
    
	font-family : Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-size:12px;

	margin: 0px; 
	padding:0px; 
	text-align: center;
	
	background-color: #2A411D;
} 
.all {
  width: 900px;
  text-align: left;
  margin: 0px auto;
}

.left {
  width: 157px;
  float: left;
}
.content {
 width: 583px;
 float: right;
}


.menu {
 background-image: url(men.jpg);
 width: 157px;
 margin: 0px;
 padding: 0px;
}
.men_inner {
}

.login {
 background-image: url(men_u.jpg);
 background-repeat: no-repeat;
 font-size: 10px;
 height: 241px;
 padding-top: 10px;
}
.banner {
  background-image: url(b_o.jpg);
  width: 750px; 
  height: 127px
}


.copy {
margin: 15px;
 text-align: center;
 color: #ffffff;
 font-size: 10px;
}
.clear {
 clear: both;
 height: 10px;
}

a{
 color: #003300;
 text-decoration: underline;
}
a:hover{
 color: #006600;
 text-decoration: none;
}
.td_dark { 
 background-color: #679D46;
}
.td_light {
 background-color: #87bD66;
}
h3, h1 {
 font-size: 20px;
}

input{
 font-size: 12px;
 color:#ffffff;
 background-color: #447744;
 border: 1px solid black;
}
select{
 font-size: 12px;
 color:#ffffff;
 background-color: #447744;
 border: 1px solid black;
}
textarea{
 font-size: 12px;
 color:#ffffff;
 background-color: #447744;
 border: 1px solid black;
}

*{
 	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-size:12px;
}



.m_top, .m_top_1 {
 padding-left: 5px;
 margin-top: 6px;
 border-bottom: 1px solid black;
 border-top: 1px solid black;
 border-right: 1px solid black;
 width: 130px;
 background-color: #AAC0AA;
}
.m_top_1 {
 margin-top: 0px;
}

.menu a{
  font-size: 12px;
  color: #000000;
  text-decoration:none;
  margin-left: 9px;
  padding-left: 3px;
  border-left: 1px solid black;
}
.menu a:hover{
  font-size: 12px;
  text-decoration:underline;
  border-color: #fff;
  
  
}


.einzug {
 margin-left: 20px;
 }


.login input{
 font-size: 10px;
 color:#ffffff;
 height: 15px;
 width: 80px;
 background-color: #447744;
 border: 1px solid;
}
.login input:focus {
 background-color: #449944;
}
.login a{
 font-size: 10px;
}
.button {
 
 border: 1px solid black;
 text-decoration: none;
 background-color: #447744;
 color: #ffffff;
 padding: 2px;
 margin: 0px;
 width: 70px;
 text-align: center;
 
}
.button:hover{
  color: #ffffff;
  background-color: #449944;
}



.copy a{
 color: #bbbbbb;
 font-size: 10px;
}
.copy a:hover{
 color: #ffffff;
 font-size: 10px;
}
.border {
 border: 1px solid black;
}

