/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-image:url(/images/background.gif);
	background-repeat:repeat-x;
	font:0.7em Verdana, Arial, Helvetica, sans-serif;
}
div.contentline {
	background-image:url(/images/line.gif);
	background-repeat:no-repeat;
	margin:10px;
	height:1px;
	display:block;
}
div.page {
	width:960px;
	height:auto;
	background-image:url(/images/background_page.gif);
	background-repeat:repeat-y;
}
div.page_wide {
	width:960px;
	height:auto;
	background-image:url(/images/background_page_wide.gif);
	background-repeat:repeat-y;
}
div.threecols {
	height:auto;
	width:960px;
}
div.header {
	background-image:url(/images/background_header.jpg);
	background-repeat:no-repeat;
	height:81px;
	text-align:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
div.headerarea {
	background-color:#134681;
	height:25px;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	color:#FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div.pathfollower {
	float:left;
	width:auto;
	color:#FFFFFF;
	padding:0px 0px 0px 0px;
	padding:0px 0px 0px 220px;
	line-height:25px;
}
div.pathfollower ul {
	width:300px;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div.pathfollower ul li,
div.pathfollower ul li.first {
	display:inline;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	width:70px;
	background-image:url(/images/arrow_header.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
div.pathfollower ul li.first {
	background-image:none;
}
div.pathfollower ul#pathfollower li a {
	font-weight:normal;
	text-decoration:none;
}
div.pathfollower ul#pathfollower li a:hover {
	font-weight:normal;
	text-decoration:underline;
}
div.pathfollower ul#pathfollower li a, #pathfollower li a:link {
	margin:0px;
	padding:0px 0px 0px 0px;
	color:#FFFFFF;
}
div.headernavigation {
	float:right;
	text-align:right;
	color:#FFFFFF;
	margin:0px 0px 0px 0px;
	line-height:25px;
}
div.headernavigation ul {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 0px;
}
div.headernavigation ul li {
	display:inline;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div.headernavigation ul#headernavigation li a {
	font-weight:normal;
	text-decoration:none;
}
div.headernavigation ul#headernavigation li a:hover {
	font-weight:normal;
	text-decoration:underline;
}
div.headernavigation ul#headernavigation li a, #headernavigation li a:link {
	margin:0px;
	padding:0px 0px 0px 0px;
	color:#FFFFFF;
}
div.navigation {
	width:208px;
	float:left;
}
div.navigation ul#navigation {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.navigation ul#navigation  li {
	display:block;
	height:25px;
	line-height:25px;
	background-image:url(/images/navigation_inactive.gif);
	background-repeat:no-repeat;
}
div.navigation ul#navigation li a,
div.navigation ul#navigation li a:hover {
	font-weight:normal;
	color:#134681;
	text-decoration:none;
	padding-left:17px;
	height:25px;
	line-height:25px;
	color:#424242;
}
div.navigation ul#navigation li a:hover {
	font-weight:bold;
	background-image:url(/images/navigation_active.gif);
	background-repeat:no-repeat;
	height:25px;
	display:block;
	line-height:25px;
	margin:0px;
	overflow:hidden;
	color:#424242;
}
div.navigation ul#navigation li#aktiv {
	font-weight:bold;
	background-image:url(/images/navigation_active.gif);
	height:25px;
	line-height:25px;
	color:#424242;
}
div.navigation ul#navigation li#aktiv a {
	background-image:none;
	font-weight:bold;
	color:#424242;
}
div.contentbox {
	width:505px;
	float:left;
	margin:0px 5px 50px 5px;
}
div.contentbox_wide {
	width:739px;
	float:left;
	margin:0px 5px 50px 5px;
}
div.contentbox h1,
div.contentbox_wide h1 {
	margin:18px 10px 18px 10px;
}
div.contentbox h1 span,
div.contentbox_wide h1 span {
	display:none;
}
div.mp h1 {
	margin:18px 10px 18px 10px;
}
div.mp h1 span {
	display:none;
}
div.mp a {
	display:block;
}
div.freitext {
	padding:10px;
}
div.freitext h1 {
	margin-left:0px;
}
div.contentbox p,
div.contentbox_wide p,
div.contentbox div.slim,
div.contentbox_wide div.slim,
div.mp div.slim {
	margin:10px;
}
div.contentbox div.borderme,
div.contentbox div.slim div.borderme,
div.mp div.borderme, p.borderme,
div.contentbox_wide div.borderme,
div.contentbox_wide div.slim div.borderme {
	background-color:#F9F9F9;
	border:1px solid #CDCDCD;
	padding:10px;
	overflow:hidden;
	height:auto;
}
div.contentbox p a,
div.contentbox p a:hover,
div.contentbox div.slim a, 
div.contentbox div.slim a:hover,
div.contentbox_wide p a,
div.contentbox_wide p a:hover,
div.contentbox_wide div.slim a, 
div.contentbox_wide div.slim a:hover{
	font-weight:bold;
	color:#134681;
	text-decoration:none;
	background-image:url(/images/content_linkarrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:13px;
	width:70px;
}
div.contentbox p a:hover,
div.contentbox div.slim a:hover,
div.contentbox_wide p a:hover,
div.contentbox_wide div.slim a:hover{
	text-decoration:underline;
}
div.contentbox div.searchbox div a,
div.contentbox div.searchbox div a:hover,
div.contentbox_wide div.searchbox div a,
div.contentbox_wide div.searchbox div a:hover{
	font-weight:bold;
	color:#134681;
	text-decoration:none;
	background-image:url(/images/suche_linkarrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:13px;
	width:70px;
}
div.contentbox div.searchbox div a:hover,
div.contentbox_wide div.searchbox div a:hover{
	text-decoration:underline;
}
div.contentbox div.contenttop,
div.contentbox_wide div.contenttop{
	display:inline;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div.contentbox div.searchbox,
div.contentbox_wide div.searchbox {
	margin:35px 10px 10px 10px;
}
div.contentbox div.searchbox div,
div.contentbox_wide div.searchbox div{
	background-image:url(/images/background_suchen.gif);
	background-repeat:repeat-y;
	margin:0px 0px 0px 0px;
	padding:15px 15px 15px 15px;
}
div.contentbox div.searchbox div div.iefix {
	background-image:url(/images/background_suchen.gif);
	background-repeat:repeat-y;
	margin:0px; 
	padding:0px; 
	width:380px;
}
div.contentbox div.searchbox div div.iefix div.left {
	float:left; 
	overflow:auto;
	text-align:left;
	padding:0px;
}
div.contentbox div.searchbox div div.iefix div.right {
	line-height:40px; 
	float:right; 
	padding:0px 25px 0px 0px;
	white-space:nowrap;
}
div.contentbox div.searchbox h1,
div.contentbox_wide div.searchbox h1{
	margin:0px;
}
div.contentbox div.searchbox h1 span,
div.contentbox_wide div.searchbox h1 span{
	display:none;
}
div.contentbox div.searchbox h2,
div.contentbox_wide div.searchbox h2{
	color:#134681;
	font-weight:bold;
	font-size:1.0em;
	margin-top:25px;
}
div.navigation h2 {
	color:#134681;
	font-weight:bold;
	font-size:1.0em;
	margin-top:25px;
}
div.contentbox h3,
div.contentbox_wide h3{
	color:#134681;
	font-weight:bold;
	font-size:1.2em;
}
div.contentbox div.searchbox div.footerelement,
div.contentbox_wide div.searchbox div.footerelement{
	height:5px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(/images/footer_suchen.gif);
	background-repeat:no-repeat;
	clear:left;
}
ul.alphabetisierung {
	list-style-type:none;
	margin:10px;
	padding:0px;
}
ul.alphabetisierung li {
	display:inline;
	margin:1px;
	padding:0px;
}
ul.alphabetisierung li a,
ul.alphabetisierung li a:hover { 
	text-decoration:none;
	color:#7A8089;
	font-weight:bold;
}
ul.alphabetisierung li a:hover { 
	text-decoration:underline;
}
ul.alphabetisierung li#current a {
	color:#CC0033;
}
div.contentbox div.slim div.adminlinks {
	background-color:#F9F9F9;
	color:#134681;
	border:1px solid #CDCDCD;
	padding:10px;
	margin:0px 0px 25px 0px;
}
div.adminlinks {
	background-color:#F9F9F9;
	color:#134681;
	border:1px solid #CDCDCD;
	padding:10px;
	margin:0px 10px 25px 10px;
}
div.unternehmenstext {
	margin:10px;
}
div.unternehmenstext a,
div.unternehmenstext a:hover {
	font-weight:bold;
	color:#134681;
	text-decoration:none;
	background-image:url(/images/suche_linkarrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:13px;
	width:70px;
}
div.unternehmenstext a:hover {
	text-decoration:underline;
}
div.contentbox div.slim div.adminlinks a {
	color:#020202;
	padding-right:15px;
}
div.adminlinks a,
div.adminlinks a:hover {
	color:#134681;
	padding-right:15px;
	font-weight:bold;
	text-decoration:none;
}
div.adminlinks a:hover {
	text-decoration:underline;
}
div.mp {
	width:234px;
	float:left;
}
div.mp img {
	margin:21px 7px 25px 7px;
}
div.mp img.line {
	margin:0px;
}
div.mp h2 {
	font-size:1.0em;
	font-weight:bold;
	margin:7px;
}
div.mp p {
	font-size:1.0em;
	font-weight:normal;
	margin:7px;
}
div.mp p a,
div.mp p a:hover {
	font-weight:bold;
	color:#134681;
	text-decoration:none;
	background-image:url(/images/mp_linkarrow.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:13px;
}
div.mp p a:hover {
	text-decoration:underline;
}
div.mp table {
	margin:7px;
	width:auto;
	font-size:1.0em;
}
div.mp table a,
div.mp table a:hover {
	font-weight:bold;
	color:#134681;
	text-decoration:none;
	font-size:1.0em;
}
div.mp table a:hover {
	text-decoration:underline;
}
table.calender {
	margin:10px;
	width:485px;
	font-size:1.0em;
	background-color:#DADADA;
}
table.calender a,
table.calender a:hover {
	color:#134681;
	text-decoration:none;
}
table.calender a:hover {
	text-decoration:underline;
}
table.calender th {
	background-color:#134681;
	color:white;
}
table.cms {
	margin:10px;
	width:485px;
}
table.cms a,
table.cms a:hover {
	color:#134681;
	text-decoration:none;
	font-weight:bold;
}
table.cms a:hover {
	text-decoration:underline;
}
div.ontop {
	background-image:url(/images/background_ontop.gif);
	background-repeat:no-repeat;
	height:25px;
	border:0px;
	line-height:25px;
	margin:0px 0px 0px 0px;
	padding:0px 252px 0px 0px;
	text-align:right;
	clear:both;
}
div.ontop_wide {
	background-image:url(/images/background_ontop_wide.gif);
	background-repeat:no-repeat;
	height:25px;
	border:0px;
	line-height:25px;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 0px;
	text-align:right;
	clear:both;
}
div.ontop a,
div.ontop a:hover,
div.ontop_wide a,
div.ontop_wide a:hover {
	font-weight:bold;
	text-decoration:none;
	background-image:url(/images/ontop_linkarrow.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:13px;
	color:#333333;
	width:70px;
}
div.ontop a:hover,
div.ontop_wide a:hover {
	text-decoration:underline;
}
div.footerholder {
	width:960px; 
	padding-top: 10px;
	padding-bottom: 10px;
}
div.footer {
	color:#999999;
	float:left;
	padding-left:20px;
	padding-bottom:10px;
	width:350px;
}
div.footernavigation {
	float:right;
	width:300px;
	color:#999999;
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 0px;
	text-align:right;
}
div.footernavigation ul {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div.footernavigation ul li {
	display:inline;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div.footernavigation ul#footernavigation li a {
	font-weight:normal;
	text-decoration:none;
}
div.footernavigation ul#footernavigation li a:hover {
	font-weight:normal;
	text-decoration:underline;
}
div.footernavigation ul#footernavigation li a, #footernavigation li a:link {
	margin:0px;
	padding:0px 0px 0px 0px;
	color:#808080;
}
.c {
	clear:both;
}
form.inputform {
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
form.inputform input {
	width:420px;
	/*background-image:url(/images/inputfield_wide.gif);
	background-repeat:no-repeat;*/
	border:1px solid #CDCDCD;
	height:24px;
	padding-left:5px;
	padding-right:5px;
	float:left;
}
form.inputform input.middle {
	width:292px;
	/*background-image:url(/images/inputfield_middle.gif);
	background-repeat:no-repeat;*/
	border:1px solid #CDCDCD;
	height:24px;
	padding-left:5px;
	padding-right:5px;
	float:left;
}
form.inputform input.middlestr {
	width:232px;
	/*background-image:url(/images/inputfield_middle_s.gif);
	background-repeat:no-repeat;*/
	border:1px solid #CDCDCD;
	height:24px;
	padding-left:5px;
	padding-right:5px;
	float:left;
}
form.inputform input.number {
	width:20px;
	/*background-image:url(/images/inputfield_number.gif);
	background-repeat:no-repeat;*/
	border:1px solid #CDCDCD;
	height:24px;
	padding-left:5px;
	padding-right:5px;
	margin-right:10px;
	float:left;
}
form.inputform input.number3 {
	width:20px;
	/*background-image:url(/images/inputfield_number.gif);
	background-repeat:no-repeat;*/
	border:1px solid #CDCDCD;
	height:24px;
	margin-right:3px;
	padding-left:5px;
	padding-right:5px;
	float:right;
}
form.inputform input.number1 {
	width:30px;
	/*background-image:url(/images/inputfield_number.gif);
	background-repeat:no-repeat;*/
	border:1px solid #CDCDCD;
	height:24px;
	margin-right:10px;
	padding-left:5px;
	padding.right:5px;
	float:left;
}
form.inputform input.plz {
	width:40px;
	/*background-image:url(/images/inputfield_plz.gif);
	background-repeat:no-repeat;*/
	border:1px solid #CDCDCD;
	height:24px;
	padding-left:5px;
	padding-right:5px;
	float:left;
}
form.inputform input.small {
	width:180px;
	/*background-image:url(/images/inputfield_small.gif);
	background-repeat:no-repeat;*/
	border:1px solid #CDCDCD;
	height:24px;
	padding-left:5px;
	padding-right:5px;
	margin-top:6px;
}
form.inputform textarea {
	border:1px solid #CDCDCD;
	margin-top:6px;
	width:440px;
	padding-left:5px;
	padding-right:5px;
}
form.inputform .button {
	width:190px;
	height:27px;
	margin-top:6px;
	overflow:hidden;
	padding-left:0px;
	padding-right:0px;
	border:0px;
}
form.inputform .checkbox {
	width:20px;
	height:20x;
	border:0px;
	background-color:#F9F9F9;
	background-image:none;
}
form.inputform .radio {
	width:auto;
	height:auto;
	border:0px;
	background-color:#F9F9F9;
	background-image:none;
}
form.inputform label {
	display:block;
	float:left;
	width:150px;
	line-height:24px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
select {
 background-color: #FFFFFF;
 border:1px solid #CDCDCD;
 height:24px;
 line-height:20px;
}
.contentbox a img {
	border: 0;
}
.homebox {
	border-bottom:1px solid #cdcdcd;
	margin:10px;
}
.introtext a.more,
.introtext a:hover.more {
	width:200px;
	 background-position:2px left;
}
.gotonewsletter {
	background:#d2dae6;
	color:#134681;
	padding:15px;
	width:170px;
	float:right;
	margin-left:10px;
}
.gotonewsletter h2 {
	margin-top:0px;
}
.gotonewsletter h2 a,
.gotonewsletter h2 a:hover {
	font-weight:normal;
	font-size:16px;
	border-left:3px solid #7b93b3;
	padding-left:5px;
	color:#134681;
}
.gotonewsletter a,
.gotonewsletter a:hover {
	color:#134681;
	text-decoration:none;
	font-weight:bold;
}
.gotonewsletter a:hover {
	text-decoration:underline;
}
.c {
	clear:both;
}

