/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:20px;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:20px;
	color:#3A537F;
}

table {
	border:none;
}

a:link {
	color:#3A537F;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #3A537F;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #E58E2F;
	text-decoration:none;
	font-weight:bold;
}
a:active {
	color: #3A537F;
	text-decoration:none;
	font-weight:bold;
}

h1 {
	font-size:20px;
	margin:2px;
	margin-left:0px;
	letter-spacing:2px;
}

.table_body_rl {
	margin-bottom:1px;
	margin-left:1px;
	margin-right:1px;
	margin-top:0px;
}

.bold_orange {
	font-weight:bold;
	color:#E58E2F;
}

.bold_blue {
	font-weight:bold;
}

.bg_header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
.bg_menue_l {
	background-image:url(../images/menue_l.jpg);
	background-repeat:no-repeat;
}
.bg_body_l {
	background-image:url(../images/body_l.jpg);
	background-repeat:no-repeat;
}
.bg_body_m {
	background-image:url(../images/body_m.jpg);
	background-repeat:no-repeat;
}
.bg_body_r {
	background-image:url(../images/body_r.jpg);
	background-repeat:no-repeat;
}
.bg_footer_m {
	background-image:url(../images/footer_m.jpg);
	background-repeat:no-repeat;
}
.bg_footer_r {
	background-image:url(../images/footer_r.jpg);
	background-repeat:no-repeat;
}
.small_blue {
	font-size:10px;
}
.xsmall_blue {
	font-size:5px;
}
.small_orange {
	font-size:10px;
	color:#F1BA41;
}
#zentriert {
  position:absolute;
  top:50%;
  left:50%;
  width:400px;
  height:400px;
  margin-left:-200px;
  margin-top:-200px;
}
.div_over {
	overflow:auto;
	height:449px;
	width:100%;
}
p {
	margin-top:1px;
	margin-bottom:4px;
}
.ul_WB {
	margin-left:-1px;
	text-indent:0px;
}
.li_WB {
	margin-left:0px;
	text-indent:0px;
}
