body {
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #7d7e7d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
#container {
	width: 955px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/hintergrund.gif);
	border: none;
	background-repeat: repeat-y;
}
#buttonspalte {
	width: 35px;
	float: right;
	margin-top: 16px;
}
#header {
	background-image: url(images/kopf.jpg);
	height: 131px;
	background-repeat: no-repeat;
	background-position: 9px 0px;
}
#sidebar1 {
	float: left;
	width: 200px;
	padding-top: 19px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#mainContent {
	margin-top: 00px;
	margin-right: 80px;
	margin-bottom: 40px;
	margin-left: 240px;
	padding: 0;
}
#spalte_rechts {
	font-size: 80%;
	padding: 4px;
	float: right;
	width: 180px;
	margin-left: 15px;
	margin-top: 44px;
	margin-bottom: 10px;
	border: 1px dotted #999999;
	border-left: 5px solid #FF6600;
	background-color: #eeeeee;
	overflow: hidden;
}
#footer {
	background-image: url(images/fuss.gif);
	height: 51px;
	padding-top: 10px;
	padding-right: 55px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	text-align: right;
	color: #FFFFFF;
	font-size: 80%;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:link {
	color: #003300;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #003300;
}
a:link.fuss {
	color: #ffffff;
	text-decoration: underline;
}
a:visited.fuss {
	text-decoration: underline;
	color: #ffffff;
}
a:hover.fuss {
	text-decoration: underline;
	color: #CC0000;
}
a:active.fuss {
	text-decoration: underline;
	color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 170%;
	color: #73b32b;
	margin-bottom: 10px;
}
h2 {
	font-size: 120%;
	color: #73b32b;
	margin-bottom: 10px;
}
h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 130%;
	color: #FF6600;
}
p {
	line-height: 170%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}
ul {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
li {
	margin:0;
	padding:0;
	margin-bottom: 10px;
}
li p {
	margin-bottom:0;
}
.input_text {
font-size: 10pt; 
width: 240px;
margin-bottom: 18px;
}
.infoformular {
	float: left;
	width: 180px;
	padding-top: 2px;
	margin-bottom: 15px;
	font-weight: bold;
	display: block;
}
.abc {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top: 1px dotted #666666;
}


.applemenu{
margin: 0;
padding: 0;
width: 170px; /*width of menu*/
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
}

.applemenu{
margin: 0;
margin-left: 1px;
padding: 0;
width: 199px; /*width of menu*/
}

.applemenu div.silverheader a{
background: black url(images/silvergradient.gif);
height: 28px;
color: #000000;
font-weight: bold;
font-size: 105%;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding-top: 10px;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #000000;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(images/silvergradientover.gif);
color: #000000;
}

.suggestionsBox {
position: relative;
left: 130px;
margin: 10px 0px 10px 0px;
width: 300px;
background-color: #ffffff;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border: 1px dotted #666666;	
color: #000000;
}
	
.suggestionList {
margin: 0px;
padding: 0px;
}
	
.suggestionList li {
margin: 0px 0px 3px 0px;
padding: 3px;
cursor: pointer;
}
	
.suggestionList li:hover {
background-color: #FF6600;
}
