/* BODY */
body
{
	background-color:#F9F4E1;
	font-family: Verdana,Arial,Helvecita;
	font-size: 8pt;
	color: #000000;
}

/* Hyperlinks */

a:link, a:visited
{
  text-decoration: none;
    color: #352818;
}
a:active, a:hover
{
  text-decoration: underline;
    color: #6C5032;
}

/* BILDER */
img
{
	border:0px;
}

/* TABELLEN */
table
{
	border-collapse:collapse;
	border:1px solid black;
}
th
{
	background-color:#BEAA64;
	padding:2px;
	border-bottom:1px solid black;
}
td
{
	background-color:#E4D39B;
	padding:2px;
}
/* CONTAINER */
#header
{
	border:1px solid #000000;
}
#textnav
{
    float:left;
    width: 13em;
    padding:1px;
    background-color:#F0E6C4;
    border-bottom:1px solid #000000;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
}
#content
{
	background-image:url(background.gif);
    background-repeat:no-repeat;

    background-position:bottom center;
    margin-left: 15em;
    padding: 0 1em;
    background-color:#E4D39B;
    border-bottom:1px solid #000000;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
}

#navHead
{
	margin: 0px;
	background:#CDBD85;
	text-align:left;
	width:99%;
	border: 1px solid;
	color: Black;
	font-size: 10pt;
	font-weight:bold;
}

#box
{
	background-color:#F0E6C4;
	border:1px solid black;
	text-align:center;
}

#bgDunkel
{
	background-color:#CDBD85;
}
#bgHell
{
	background-color:#F0E6C4;
}

/* Wechselfarben */
#color1
{
	background-color:#E8D8A0;
}

#color2
{
	background-color:#F0E6C4;
}

/*
   Formularelemente
   ------------------------------
*/
input,formfield, textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    border: 1px solid #3A3218;
    background-color: #F7F2DF;
    color: #000000;
    margin: 0 0 0 0;
}

select,option
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    border: 0px;
    background-color: #D2D2D2;
    color: #000000;
    margin: 0 0 0 0;
}
