body, td {
	font-family: arial, verdana, helevetica, sans-serif;
	font-size: 12px;
	color: #000041;
	margin: 15px;
}

.bold {
	font-weight: bold;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.fleft {
	float: left;
}

.clear {
	clear: both;
}

.padding5 {
	padding: 5px;
}

.padding8 {
	padding: 8px;
}

.padding10 {
	padding: 10px;
}

.padding-left10 {
	padding-left: 10px;
}

.pointer {
	cursor:pointer;
}

.fleft {
	float:left;
}

.clear {
	clear:both;
}

a {
	text-decoration: none;
	color: #2983BF;
/* 	font-weight: bold; */
}

a:hover {
	text-decoration: none;
	color: #E87B10;
}

#master {
	width: 900px;	
	background: #2985BE url(/images/kachel.png) no-repeat;
	width:900px;
}

#header_back {
	background: url(/images/header_back.png) no-repeat;
	height: 135px;
}

#content {
	background: #FFFFFF url(/images/wasserzeichen.png) no-repeat right bottom;
	margin: 5px 10px 0px 10px; 
	padding-bottom: 10px;
	min-height: 600px;
	overflow: hidden;
}

#headline {
	position: relative;
	top: 105px; left: 165px;
	color: #FFFFFF;
	font-size: 12px;
}

#footer {
	background: transparent url(/images/fuss.png) no-repeat;
	height: 10px;
	margin: 0px ;
	width: 900px;
}

.box {
	-moz-border-radius: 5px;
	border: 1px solid #156AAB;
	background-color: #EBF5FD;
	margin-bottom: 10px;
	padding: 5px;
}

.box-weiss {
	-moz-border-radius: 5px;
	border: 1px solid #156AAB;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 5px;
}

.box-orange {
	-moz-border-radius: 5px;
	border: 1px solid #FF9900;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 5px;
}

.box-headline {
	color: #000041;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight:bold;
}

.box-link {
	font-size: 12px;
	margin-left: 20px;
	display:list-item;
	list-style-type: square;
	list-style-position: outside;
	text-decoration: none;
	color: #2983BF;
}

.box-link-aktiv {
	font-size: 12px;
	margin-left: 20px;
	display:list-item;
	list-style-type: square;
	list-style-position: outside;
	text-decoration: none;
	color: #000041;
}

.box-text {
	font-size: 12px;
	margin-left: 5px;
	color: #2983BF;
}

.text-blau {
	color: #000041;
}

.text-link {
	font-size: 12px;
	margin-left: 20px;
	display:list-item;
	list-style-type: square;
	list-style-position: outside;
	text-decoration: none;
	color: #2983BF;
}

.orange { 
	color: #FF9900; 
}

.rot { 
	color: #B81A07; 
}

input, select, textarea {
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #156AAB;
	margin-bottom: 5px;
	vertical-align:middle;
}

input.bold, select.bold, textarea.bold {
	font-size: 11px;
	border: 1px solid #156AAB;
	margin-bottom: 5px;
}

input.rot {
	background-color:#FF391B;
	color:#FFFFFF !important;
	border:2px outset #FF391B; 
  cursor : pointer;
}
input.orange, button.orange {
	background-color:#E9610C;
	color:#FFFFFF !important;
	border:2px outset #E9610C; 
  cursor : pointer;
}
input.gruen, button.gruen {
	background-color:#659208;
	color:#FFFFFF !important;
	border:2px outset #659208; 
  cursor : pointer;
}
input.blau, button.blau {
	background-color:#3D7CB6;
	color:#FFFFFF !important;
	border:2px outset #3D7CB6; 
  cursor : pointer;
}


