body{
	color			: #f0f0f0;
	font-family		: arial,tahoma,verdana,helvertica;
	text-align		: left;
	text-decoration		: none;
	background-color	: #f0f0f0;
	font-size		: 10pt;
	margin			: 0;
	padding			: 0;
}

a:link, a:visited{
	color			: #0000ff;
	text-decoration		: none;
}
a:hover, a:active {
	color			: #ff0000;
	text-decoration		: none;
}

p {
	/*text-indent		: 11pt;*/
	text-align		: justify;
	vertical-align		: top;
}

td.head {
	border-style		: solid;
	border-width		: 1px;
	background-color	: #ffffff;
	font-style		: normal;
	font-weight		: normal; /* was bold; */
	text-align		: left;
	font-size		: 10pt;
}

td.sub{
	background-color	: white;
	color			: #000000;
	font-style		: normal;
	font-weight		: normal;
	text-align		: justify;
	vertical-align		: top;
}

td.ueberschrift {
	font-size		: 18pt;
	font-width		: bold;
	color			: #111111;
}


input, select {
	background-color        : #f4f4f4;
        color                   : #777777;
        width                   : 220px;
        border                  : solid 1px #c4c4c4;
}

textarea {
        background-color        : #f4f4f4;
        color                   : #777777;
        width                   : 550px;
        border                  : solid 1px #c4c4c4;
}

/*=========== menue ===========*/

#menu09  {
	width:180px;
	margin: 0px;
	padding:10px;
}

#menu09 ul ,#menu09 li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu09 li a:link , #menu09 li a:visited , #menu09 li a:active {
	display:block;height:26px;
	line-height:26px;
	background-color:#efd3d3;
	border-bottom: solid 1px #CCBBBB;
	border-left: solid 1px #CCBBBB;
	border-right: solid 1px #CCBBBB;
        color:#956F6F;
        text-decoration:none;
        font-size: 11px;
        font-family: verdana, sans-serif;
	padding-left:10px;
        padding-bottom:0px;
        margin:0px;
}

#menu09 li a:hover {
	background-color:#FEFFFF;
        color:#C8A762;
}

#menu11 li a:hover {
	background-color:#FDFDFD;
	color:#866464;
        text-decoration:none;
	text-align:right;
	background:TRANSPARENT;
	border: solid 1px #555B5E;
}

