@charset "utf-8";
/* CSS Document */

* {
	outline: 0;
	margin: 0;
	padding: 0;
}
html {

	height: 100%
}

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

#footer ul li a, li a:link, #footer ul li a:visited {
	background: transparent url(../images/link.png) no-repeat scroll 0 50%;
	color: #264F91;
	padding: 0 0 0 12px;
	text-decoration: none;
}

a:hover { color:#EB580F!important; }


h2 {
	color: #264F91;
	font-size: 12px;
	margin: 0 0 8px;
}

h3 {
	color: #264F91;
	font-size: 14px;
	margin: 0 0 8px;
	width: 600px;
	padding-top: 15px;
}

h4 {
	color: #264F91;
	font-size: 12px;
	margin: 0 0 8px;
	width: 600px;
	padding-top: 15px;
}

#wrapper {
	background-color: #FFF;
	color: #000000;
	width: 990px;
	margin: 0 auto;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height:100%;
}

#contain  {
	padding: 0 0 20px 0;
	float: left;
	display: inline;
	background-color: #FFF;
	width: 100%;
	height: auto;
}

#head {
	background: transparent url(../images/head.jpg) no-repeat;
	width: 990px;
	height: 200px;
}

#head span {
	position: absolute;
	top: 60px;
	right: 228px;
	font-size: 12px;
	font-weight: normal;
	color: #0A1F4E;
}

#head span.txt {
	position: absolute;
	top: 122px;
	left: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #0A1F4E;
}

#head span.sip {
	position: absolute;
	top: 20px;
	right: 30px;
	height: auto;
	width: auto;
}


ul#navi {
	position: absolute;
	top: 172px;
	left: 2px;
	height: 24px;
	margin-top: 0px;
	padding: 0 0 0 10px;
	width: 750px;
	z-index: 100;
	/*background: #FC6;*/
}

ul#navi li {
	float: left;
	height: 24px;
	line-height: 24px;
	list-style-type: none;
	margin: 0;
	padding: 0 5px 0 0!important;
}

ul#navi li a {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background :url("/images/nav2.gif") no-repeat scroll right top transparent;
	display: block;
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}

ul#navi li a:hover {
	color: #0b264e!important;
}

ul#navi li a span {
	background: url("/images/nav1.gif") no-repeat scroll 0 0 transparent;
	display: block;
	padding: 0 0 0 10px;
	margin: 0;
}

ul#navi li a span.active {
	color: #0b264e;
}



#content {
	width: 762px;
	min-height: 459px;
	margin-left: 12px;
	float: left;
	display: inline;
}

#content .unterseite {
	height: auto!important;
}

.content2 {
	width: 762px;
	height: auto;
	position: relative;
	padding-left: 12px;
	padding-top: 20px;
	float: left;
	display: inline;
	background: #FFF url(../images/runde-kanten2.png) no-repeat 0px 20px;
	line-height: 18px;
}

* html .content2 {
	width: 745px;
}

.content2.first {
	background: #FFF url(../images/runde-kanten.png) no-repeat top left!important;
}


.content2.last {
	padding-bottom: 45px;
}

.content2 p {
	color: #264F91;
	float: left;
	width: 550px;
	font-size: 12px;
	margin-bottom: 15px;
}

* html .content2 p {
	width: 520px;
}

.content2 ul {
	margin: 20px 0 20px 30px;
}

* html .content2 ul {
	width: 420px;
	margin: 20px 0 20px 0px;
}

.content2 ul li {
	font-size: 12px;
	color:#264F91;
	padding: 5px 0 5px 0;
}

.contentbild {
	float: right;
	margin: 15px 50px 0 10px;
}

.clearing {
	clear: both;	
}


.info {
	width: 740px;
	height: 80px;
	position: relative;
	padding: 15px;
	float: left;
	display: inline;
	background: #FFF url(../images/info.png) no-repeat 0px 0px;
	margin-top: 40px;
}

.info p {
	color: #FFF;
	font-size: 14px;
	line-height: auto;
}


#send {
	margin-left: 120px;
	margin-top: 100px;
	float: left;
	display: inline;
}

#send h2 {
	color: #264F91;
	font-size: 16px;	
}

#send h3 {
	color: #264F91;
	font-size: 14px;	
}

#kontaktformular {
	background: transparent url(../images/kontakt.png) no-repeat;
	width: 193px;
	height: 459px;
	margin-right: 12px;
	float: right;
	display: inline;
}

#kontaktformular p {
	color: #FEFEFE;
	font-size: 12px;
	margin-top: 140px;
	padding: 12px;
	line-height: 15px;
}

#kontaktformular fieldset {
	border: none;
	padding-left: 5px;
	margin-top: 24px;
}

#kontaktformular fieldset input {
	margin-bottom: 5px;
	border: none;
	font-size: 11px;
	width: 140px;
	height: 15px;
	padding: 2px;
	line-height: 12px;
	color: #0A1F4E;
	font-family: Arial,Helvetica,sans-serif;
}

#kontaktformular fieldset input.button {
	margin-top: 10px;
	margin-left: 40px;
	width: 105px;
	height: 26px;
}
* html #kontaktformular fieldset input.button {
	margin-top: 5px;
}

#kontaktformular fieldset textarea {
	border: none;
	font-size: 11px;
	width: 179px;
	height: 70px;
	padding: 2px;
	line-height: 12px;
	color: #0A1F4E;
	font-family: Arial,Helvetica,sans-serif;
}

#boxeins {
	width: 192px;
	height: 176px;
	margin-right: 12px;
	margin-top: 12px;
	float: right;
	display: inline;
}

#boxzwei {
	width: 192px;
	height: 176px;
	margin-right: 12px;
	margin-top: 12px;
	float: right;
	display: inline;
}


#footer {
	background: transparent url(../images/bg_footer.gif) repeat-x;
	float:left;
	width:100%;
	height: 210px;
}

#footer ul {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	font-size: 11px;
	padding: 2px 35px 2px 0;
}


/* Toggle */

#boxinfos {
	width: 558px;
	margin-top: 12px;
	float: left;
	display: inline;
}

strong.trigger {
	width: 558px;

	float: left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-variant:normal;

}
strong.trigger a {
	color: #264F91;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: transparent url(../images/add.png) 0 2px no-repeat;
	padding-left: 15px;
}

strong.trigger a:hover { color: #264F91; }

.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	width: 570px;
	clear: both;
}




strong.trigger3 {
	width: 762px;
	float: left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-variant: normal;
	margin-top: 15px;
}

strong.trigger3 a {
	color: #264F91;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: transparent url(../images/add2.png) 0 2px no-repeat;
	padding-left: 15px;
}

strong.trigger3 a:hover { color: #264F91; }

.toggle_container3 {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	width: 776px;
	clear: both;
}

.boxinfobg3 {
	background: transparent url(../images/dropdown2.png) no-repeat;
	width: 751px;
	height: 36px;
	padding: 11px 0 0 11px;
	margin-left: 12px;
	display: block;
}

strong.trigger3.active a {
	background: transparent url(../images/del2.png) 0 2px no-repeat !important;
	color:#EB580F!important;
}

.block3 {
	position: relative;
	font-size: 11px;
	padding: 0 0 15px 15px!important;
}




.toggle_container2 .block {
	padding: 0px;
}

strong.trigger.active a {
	background: transparent url(../images/del.png) 0 2px no-repeat !important;
	color:#EB580F!important;
}

.block {
	position: relative;
	font-size: 11px;
	padding: 0 38px 15px 15px;
}


.block img.imgright{
	border:1px solid #AAAAAA;
	margin-right: 160px;
	padding:2px;
	float: right;
}

.block img.imgleft{
	margin-bottom: 15px;
}

.disclaimer {
	font-size: 9px;
	color: #CCCCCC;
}
.impressum {
	padding-top: 25px;
}

.optionen {
	padding-top: 0px;
}


.disclaimer p, p{
	margin: 3px 0 10px;	
}

.boxinfobg {
	background: transparent url(../images/dropdown.png) no-repeat;
	width: 558px;
	height: 36px;
	padding: 11px 0 0 11px;
	margin-left: 12px;
	display: block;
}

#logger {
	position: absolute;
	top: 37px;
	right: 560px;
}
#logger div a {
	display:none;
}
