body {	
font-family: Verdana,Arial;
font-weight: normal;
font-style: normal;
font-size : 12px;
color: #A8ACB8;
/* background-color:#616D3B; */
background-color: rgb(97, 109, 59);
margin-top:0px;
margin-left:0px;
}
/*background-color: #FF5759; auch schön erdbeer */

a {
text-decoration: none;
color: #ffffff;
}

a:hover {
text-decoration: underline;
color: #A8ACB8;
}

.outline {
border-width: 2px; 
border-color: #976320;
border-style: groove;
}

.ueberschrift {
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: normal;
background-color: #616D3B;
color: #AaACB8;
}


.header {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
background-color: #596336;
color: #ffffff;      
}

.inhalt {
font-family: Arial;
font-size: 15px;
font-style: normal;
font-weight: normal;
background-color: #616D3B;
color: #A2A1A1;
}

.inhalt_white {
font-family: Arial;
font-size: 15px;
font-style: normal;
font-weight: normal;
background-color: #616D3B;
color: #3d3d3d;
}

.inhalthell {
font-family: Verdana, Arial;
font-size: 15px;
font-style: normal;
font-weight: normal;
background-color: #989099;
color: #A2A1A1;
}

/* für die Shop navigation */
.navigation {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
background-color: #C4A765;
}


td.splitter {
background-color: #676360;
height:1px;
padding:1px;
}      


/* Pflichtfelder in Formularen
** Form fields which have to be filled */   
.musthave {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #cc0000;
}

.text	{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.errortext {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-align : center;
color: #cc0000;
}


big		{
font-size : 30px;
font-family : Verdana, Arial,Helvetica,sans-serif;
}


small	{
font-size : 9px;
font-family : Verdana, Arial,Helvetica,sans-serif;
}

hr {
color: #ffffff;
}

form {
padding:0px;
margin:0px;

}


