body  {
	background-attachment: fixed;
	margin: 20px;
	background-color: white;
	background-image: url(back.gif);
	background-repeat: repeat-y;
}

p,body  {
	font-size: 13px;
	font-family: Tahoma, "Arial Unicode MS"; 
	color: black;
	font-weight: normal;
	text-align: justify;
}

li  {
	font-size: 13px;
	font-family: Tahoma, "Arial Unicode MS";
	font-weight: normal;
	font-style: normal;
	color: Black;
}

td,th  {
	font-size: 13px;
	font-family: Tahoma, "Arial Unicode MS";
	font-weight: normal;
	font-style: normal;
	color: Black;
	text-align: justify;
}

th {
        font-weight:bold;
        vertical-align: top;
}


h1  {
	font-size: 24px;
	font-family: Tahoma, "Arial Unicode MS";
	font-weight: bold;
	font-style: normal;
	color: Maroon;
	text-align: left;
	margin-bottom: 18px;
}

h2  {
        font-size : 18px;
        font-family : Tahoma, "Arial Unicode MS";
        font-weight : bold;
        font-style : normal;
        color: maroon;
        margin-bottom: 18px;
}

h3  {
        font-size : 14px;
        font-family : Tahoma, "Arial Unicode MS";
        font-weight : bold;
        font-style : normal;
        color: maroon;
        margin-bottom: 18px;
}

hr  {
        width: 100%;
        color : maroon;
}

a:link  {
	text-decoration: underline;
	color: maroon;
}

a:hover  {
	text-decoration: underline;
	color: red;
}

a:active  {
	text-decoration: underline;
	color: red;
}

a:visited  {
	text-decoration: underline;
	color: maroon;
}

input,select,textarea {
        font-family : Tahoma, "Arial Unicode MS";
        color:black;
        /*border:1px solid gray;*/
        background:transparent;
}

input.button,button {
        cursor:hand;
}

input.radio,input.checkbox {
        /*border:none;*/
}
#grauerBereich {
   background-color:#ebebeb;
}
#MenuFarbe {
	color: #AD862B;
}