/* -------------------------------------------------------------------------- */
/* Globale Elemente */
a:link, a:visited, a:active {
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:link.head, a:visited.head, a:active.head {
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: underline;
	color: #0072BC;
}
a:hover.head {
	text-decoration: none;
}
img {
	border: 0px;
}
a:link.blau, a:visited.blau, a:active.blau {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	color: #1d5f82;
}
a:hover.blau {
	text-decoration: none;
}
/* -------------------------------------------------------------------------- */
/* ZENTRALE ELEMENTE*/
body {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
td {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	margin-right: 0px;
	margin-left: 2px;
	padding-right: 0px;
}
#logoContainer {
	float: left;
	clear: left;
	padding-left: 35px;
	padding-top: 76px;
}
#leftmenue {
	float: left;
	clear: left;
	width: 215px;
	padding: 76px 5px 5px 20px;
}
#leftmenue img {
  padding-left: 15px;
}
#wrapperpon {
	margin: 0 auto;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	width: 978px;
	padding: 0;
	min-height: 600px;
}
#content {
	float: right;
	clear: right;
	width: 690px;
	padding: 20px;
	padding-top: 150px;
}

}
#rahmen {
	background: #F4F3F3;
	position: absolute;
	top: 3px;
	left: 240px;
	bottom: 10px;
	width: 125px;
	border: 1px solid #E1E1E1;
	padding: 5px;
	color: gray;
	text-align: right;
	min-height: 650px;
	height: 650px;
	/* padding-top: 47%;
*/
	vertical-align: text-bottom;
	font-size: 8pt;
}
.highlight {
	background-color: yellow;
}
.wide {
	width: 100%;
}
div.box {
	background-color: #F4F3F3;
	border: 1px solid #E1E1E1;
	padding: 5px;
	width: 98.5%;
	margin-left: 0px;
	margin-bottom: 15px;
}
td.guide {
	background-color: #F4F3F3;
	border: 1px solid #E1E1E1;
	padding: 5px;
	margin-left: 0px;
	color: gray;
}
.green {
	color: green;
}
.red {
	color: red;
}
.small {
	font-size: 8pt;
	color: gray;
}
.ab {
	padding-top: 3px;
	clear: both;
}
.bez {
	float: left;
	width: 120px;
	text-align: right;
	font-weight: bold;
}
.formw {
	float: right;
	width: 220px;
	text-align: left;
}
.formbox {
	width: 350px;
	height: 280px;
	padding: 5px;
}
td.right {
	text-align: right;
}
td.rightbold {
	text-align: right;
	font-weight: bold;
}
td.bold {
	font-weight: bold;
}
h1 {
	font-family: Trebuchet, Verdana;
	font-size: 16pt;
	font-weight: bold;
	background-repeat: no-repeat;
}
h2 {
	font-family: Trebuchet, Verdana;
	font-size: 13pt;
	font-weight: bold;
}
.tr1 {
	background-color: transparent;
	vertical-align: middle;
}
.tr2 {
	background-color: transparent;
	vertical-align: middle;
}
.tr3 {
	background-color: #D7FBDF;
	background-image: url(../images/tr3bg.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
}
.tr4 {
	background-color: #FDE8E9;
	background-image: url(../images/tr4bg.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
}
.head, th {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #0072BC;
}
hr {
	border: 1px dotted #CCCCCC;
}
/* -------------------------------------------------------------------------- */
/* Form */
fieldset {
	border: 1px solid #CCCCCC;
	padding: 11px;
}
legend {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
input.radio {
	width: 10px;
	border: 0px;
	background: transparent;
}
input, textarea, select, input.button {
	font-family: Verdana;
	font-size: 11px;
	margin: 1px;
	color: #000000;
	border: 1px solid #CCCCCC;
	padding: 1px 2px;
	width: 200px;
	background-color: #FFFFFF;
}
select {
	text-decoration: none;
	padding: 0px 0px 0px 2px;
}
input.button, input.button_disabled {
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	color: #000000;
	padding: 1px 8px;
	background: url(../images/buttons/bg.gif) repeat-x #FFFFFF;
	border: 1px solid #CCCCCC;
}
input.button:active {
	background: url(../images/buttons/bg2.gif) repeat-x #FFFFFF;
}
input.button_disabled {
	color: #CCCCCC;
}
input:hover, input:focus, select:hover , select:focus, textarea:hover, textarea:focus {
	border: 1px solid #999999;
}