body {	
font-family: Arial;
font-weight: normal;
font-style: normal;
font-size : 12px;
color: #313131;
background-color:#403C40;
margin-top:20px;
margin-left:20px;
}

/* background-color:#444C2A; */
a {
text-decoration: none;
font-weight: bold;
color: #282828;
}

a:hover {
text-decoration: underline;
color: #404040;
}

.outline {
border-width: 6px; 
border-color: #989099;
border-style: solid;
background-color: #EEEEDD;
}

.ueberschrift {
font-family: Arial;
font-size: 14px;
font-style: normal;
font-weight: normal;
background-color: #515151;
color: #AaACB8;
/*	background-image: url(../img/perfectTabellenHintergrund.jpg);  url zum bild */
/*	background-position: right;  oben links positioniert */
/*	background-repeat: no-repeat;  bild soll sich nicht wiederholen */
/*	background-attachment: fixed;  hintergrund soll nicht mitscrollen */
}

/* wie ueberschrift */
.header {
font-family: Arial;
font-size: 14px;
font-style: normal;
font-weight: normal;
background-color: #515151;
color: #AaACB8;
}

.ueberschrift_mixed {
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: normal;
background-color: #cacCB8;
color: #222211;
}

.ueberschrift_mixed_2 {
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: bold;
background-color: #616351;
color: #cacCB8;
}

.inhalt {
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: normal;
background-color: #EEEEDD;
}

.inhaltred
 {
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #ffffff;
/* background-color: #EE5C45; */
background-color: #B65346;
}


.inhalt2 {
font-family: Arial;
font-size: 12px;
font-style: normal;
font-weight: normal;
background-color: #ECE3C6;
}

/* eigentlich nur zum Artikelseiten blättern */
.inhalthell {
font-family: Verdana, Arial;
font-size: 12px;
font-style: normal;
font-weight: normal;
background-color: #EEEEDD;
}

/* Pflichtfelder in Formularen */

.eintragen {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #cc0000;
background-color: #EEEEDD;
}

.text	{
font-family: Arial;
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 : 6px;
font-family : Verdana, Arial,Helvetica,sans-serif;
}

form {
padding:0px;
margin:0px;
}


