body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: #0D4B1A;
}

p, td, tr, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: rgb(60,100,80);
	line-height: 18px;
	margin-top: 0px;/* geaendert von 10px */
	/*margin-right: 10px;*/
}

p {
	margin-bottom: 13px;
}

h1 {
	display: block;
	background-color: rgb(240,245,250);
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	/*width: 100%;*/
	font-size: 16px;
	color: rgb(60,100,80);
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 16px;
}

h2 {
	font-size: 14px;
	color: rgb(60,100,80);
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
}

h3 {
	font-size: 13px;
	font-style: italic;
	color: rgb(60,100,80);
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
}

.normal {
	font-weight: normal;
	font-size: 16px;
}

.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: rgb(60,100,80);
}


ul {
	list-style-image:url(images/fonds/ua_bullet_rot_10px.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #505A64;
	margin-left: 15px;
	margin-top: 0px;
}

li {
	padding-left: 10px;
	margin-bottom: 0px;
}


.zelle_dunkel {
	background-color: rgb(200,205,210);
}

.zelle_hell {
	background-color: rgb(240,245,250);
}


a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 13px;*/
	color:  rgb(25,50,125);
    text-decoration: none;
	font-weight: normal;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 13px;*/
	color:  rgb(25,150,50);
	text-decoration: underline;
	font-weight: normal;
}
 
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(./images/schalter/mainmenu_bg.jpg) no-repeat;
	font-size: 15px;
	font-weight: normal;
	font-variant: small-caps;
	/* font-variant: small-caps; so werden Kapitaelchen erzeugt + Auskommentierungen */
	color: rgb(80,120,100);
	text-align: left;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 20px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	display: block;
	background-position: 0px -50px;
	text-decoration: none;
	color: #FFFFFF;
}

a.mainlevel#active_menu {
	display: block;
	background-position: 0px -100px;
	color:#FFFFFF;
	font-weight: bold;
}

.randtext_gruen {
	font-size: 11px;
	color: rgb(60,100,80);
    text-decoration: none;
	font-weight: normal;
	line-height: 14px;
}

.linkgrau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505A64;
    text-decoration: none;
	font-weight: normal;
}

.linkgrau a:link, .linkgrau a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505A64;
    text-decoration: none;
	font-weight: normal;
}

.linkgrau a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F07800;
	text-decoration: underline;
	font-weight: bold;
}