/*Allgemeine Einstellungen*/
* { 
	margin: 0; 
	padding: 0; 
}
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333;
	/*background: url(../images/fon.gif) repeat-y center center;*/
}
img { 
	border: 0; 
}
h1 {
	font-size:14px;
	color:#000000;
	font-variant:small-caps;
	margin:20px 0 10px;
}
h2 {
	font-size:13px;
	margin: 20px 0 10px;
	color: #000066;
}
h3 {
	font-size:12px;
	margin: 10px 0;
}
p {
	padding-bottom: 10px;
	text-align: justify;
}
p.pd0{
	padding-bottom: 0;
}
#wrapper {
	width: 920px; 
	min-height: 800px; 
	margin: 0 auto;
	padding: 20px 0 0;
	background-color: #FFFFFF;
}

/*HeaderBereich*/
#header {
	width: 920px; 
	height: 110px;
	background: url(../images/oben_mt.jpg) no-repeat left top;
	float: left;
}
#navi {
	width: 700px; 
	margin: 32px 0 20px 17px;
	float: left;
}
#navi ul {
	list-style-type: none;
	width: 700px; 
}
#navi ul li {
	display: inline;
	float: left;
	height: 25px;
}
#navi ul li a {
	display: block;
	height: 15px;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 10px;
	color: #EFEFEF;
}
#navi ul li a:hover {
	color: #FFFFFF;
	background: url(../images/navi_fon.jpg) repeat-x top;
}
a.naviaktiv {
	color: #FFFFFF;
	background: url(../images/navi_fon.jpg) repeat-x top;
}
#navi .trl {
	width: 4px;
	background: url(../images/navi_trl.gif) no-repeat center center;
}
#navi ul li a.erstlink {
	width: 150px;
	text-align: center;
}
#navi ul li a.erstlink:hover {
	color: #000000;
	background: none;
}
#mnuli1 {
	width: 55px;
}
#mnuli2 {
	width: 148px;
}
#mnuli3 {
	width: 58px;
}
#services {
	width: 90px;
	margin: 37px 23px 0 0;
	float: right;
	text-align: right;
}
#services ul li {
	list-style-type: none;
	background: url(../images/a2.gif) no-repeat right center;
	padding-right: 15px;
}
#services ul li a {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}
#servicesmenu  {
	display: none;
	position: absolute; 
	z-index: 100; 
	overflow: hidden; 
	left: 0px; 
	top: 0px; 
	width: 144px; 
	height: 60px; 
	padding: 1px; 
	background-color: #ebf0fa; 
	border: 1px solid #4b91d2;
}
#servicesmenu ul {
	list-style-type: none;
	margin: 0; 
	padding: 0;
}
#servicesmenu ul li {
	margin: 0;
	padding: 0;
	height: 28px;
	width: 141px;
	display: inline;
}
#servicesmenu ul li a {
	font-size: 11px;
	padding: 6px 0 4px 3px;
	height: 19px;
	width: 141px;
	display: block;
	color: #000000;
	text-decoration: none;
	background-color: #ebf0fa;
	border-bottom: 1px solid #ffffff;
}
#servicesmenu ul li a:hover {
	background-color: #4b91d2;
	color: #ffffff;
	border-bottom: 1px solid #4b91d2;
}

/* Mitte */
#mimnu {
	float: right;
	width: 640px;
	height: 250px;
	background: url(../images/welt2.jpg) no-repeat center left;
	padding: 50px 0 0 60px;
}
#mimnu_p1, #mimnu_p2 {
	width: 500px;
	height: 65px;
	padding: 5px;
}
#mimnu_p1 p a, #mimnu_p2 p a {
	background: url(../images/a5.gif) no-repeat left;
	padding-left: 15px;
}
#mimnu_p1 p a:hover, #mimnu_p2 p a:hover {
	background: url(../images/a5_1.gif) no-repeat left;
}

/*ContentBereich*/
#content {
	clear: both;
	float: left;
	width: 920px; 
	min-height: 700px;
	background: url(../images/fon2.gif) repeat-y left;
	margin-bottom: 5px;
}
#werbung {
	width: 200px; 
	float: left;
	min-height: 500px;
	padding-right: 2px;
	background: url(../images/fon3.gif) no-repeat top left;
}
#werb_gooleft, #werb_extra {
	max-height: 615px;
	margin-bottom: 20px;
	padding: 45px 0 0;
	text-align: center;
	overflow: hidden;
}
#werb_gooleft {
	padding: 0;
}

#info {
	width: 700px;
	float: right;
	min-height: 500px;
}
#info a, #mimnu a {
	color: #000066;
	text-decoration: none;
	border-bottom: 1px solid #000066;
	padding-bottom: 1px;
}

#info a:hover, #mimnu a:hover {
	color: #660000;
	text-decoration: none;
	border-bottom: 1px solid #660000;
	padding-bottom: 1px;
}
#info a.nobo, #mimnu a.nobo {
	border: none;
	text-decoration: none;
}

#info table {
   margin-top: 20px;
}
#info table td {
	padding: 10px;
}
#info table.einftab td {
	padding: 2px 10px;
	border-right: 2px solid #FFFFFF;
}
#info table.tabpd5 td{
	padding: 2px;
	border-right: 2px solid #FFFFFF;
}

#info ul {
	list-style-type: square;
	margin: 5px 0 10px;
}
#info li {
	margin: 5px 0 0 20px;
	padding-left: 10px;
	text-align: justify;
}
#info ul.nolist {
   list-style-type: none;
}
#info ul.nolist li {
   margin: 0 0 5px;
   padding: 0;
}

#contwerb {
	clear: both;
	float: left;
	width: 908px;
	height: 110px;
	overflow: hidden;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-top: 1px #cccccc solid;
	padding: 10px 0 0 10px;
}
.contwerb200 {
	float: left;
	width: 238px;
	height: 80px;
	overflow: hidden;
	border: 1px #FFFFFF solid;
	padding: 8px 10px;
	margin-left: 30px;
	font-size: 11px;
}
.contwerb200 a{
	color: #000066;
}
.contwerbGoYa1 {
	float: left;
	width: 470px;
	height: 80px;
	overflow: hidden;
	border: 1px #FFFFFF solid;
	padding: 8px 10px;
	margin-left: 30px;
	font-size: 11px;
}
#cw_bottom {
	clear: both;
	float: left;
	width: 900px;
	height: 20px;
	background: url(../images/block2.jpg) no-repeat top left;
	font-size: 11px;
	padding: 5px 10px 0;
}
#goowerbzeig {
	text-decoration: none;
	font-size: 12px;
	color: #EFEFEF;
	background: url(../images/a1.gif) no-repeat right center;
	padding-right: 15px;	
}
#nojs {
	clear: both;
	width: 918px;
	color: #FF0000;
	border: 1px #cccccc solid;
	margin: 10px 0;
	text-align: center;
	padding: 10px 0 0;
}

#menuoben {
	height: 30px;
	background: url(../images/fon1.gif) repeat-x right bottom;
}
#menuoben ul {
	list-style-type: none;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 0;
}
#menuoben ul li {
	width: 100px;
	height: 20px;
	float: right;
	padding: 10px 0 0 0;
	text-align: center;
	margin: 0;
	background: url(../images/fonm.gif) no-repeat top center;
}
#menuoben ul li.menuobakt {
	background: url(../images/fonma.gif) no-repeat top center;
	color: #660000;
	font-size: 11px;
}
#menuoben li a {
	color: #EFEFEF;
	font-size: 11px;
	border: none;
}
#menuoben li a:hover {
	color: #FFFFFF;
	border: none;
}
#menuoben ul li.ruckgoc {
	background: none;
	padding: 1px 0 9px 0;
	text-align: left;
}
#menuoben ul li.w100 {
	width: 190px;
}
#menuoben ul li.w300 {
	width: 390px;
}
#menuoben ul li.w400 {
	width: 490px;
}
#menuoben ul li.w500 {
	width: 590px;
}
#menuoben ul li.w600 {
	width: 690px;
}
#menuoben ul li.ruckgoc a{
	color: #660000;
	font-size: 11px;
}

/*FooterBereich*/
#footer {
	clear: both;
	width: 920px; 
	height: 20px;
	padding-top: 10px;
	padding-bottom: 60px;
}
#copy {
	font-size: 12px;
	width: 250px; 
	float: left;
	padding: 5px 0 0 10px;
}
#fnavi {
	list-style-type: none;
	float: left;
	width: 600px; 
	padding-top: 5px;
}
#fnavi li {
	float: left;
}
#fnavi li a {
	font-size: 12px;
	text-decoration: none;
	padding: 0 20px 0 17px;
	color: #999999;
}
#fnavi li a:hover {
	color: #333333;
}
#umnu2 {
	background: url(../images/um_a2.gif) no-repeat left center;
}
#umnu2:hover {
	background: url(../images/um_a.gif) no-repeat left center;
}
#umnu3 {
	background: url(../images/um_w2.jpg) no-repeat left center;
}
#umnu3:hover {
	background: url(../images/um_w.jpg) no-repeat left center;
}
#umnu4 {
	background: url(../images/um_r2.gif) no-repeat left center;
}
#umnu4:hover {
	background: url(../images/um_r.gif) no-repeat left center;
}
#umnu5 {
	background: url(../images/um_i2.jpg) no-repeat left center;
}
#umnu5:hover {
	background: url(../images/um_i.jpg) no-repeat left center;
}
#counter {
	width: 40px; 
	float: right;
	text-align: right;
}

/*InfoBereich-verschiedene*/

/*sonstige Einstellungen*/
#title_info {
	display: none;
	position: absolute; 
	z-index: 200; 
	left: 0px; 
	top: 0px; 
	max-width: 250px;
	padding: 5px; 
	background-color: #ebf0fa;
	border: 1px solid #4b91d2;
	color: #000000;
	font-size: 11px;
}
#info a.link_typ1{
	background: url(../images/a3.gif) no-repeat left center;
	padding-left: 30px;
	border-bottom: 0;
}
#info a.link_typ2{
	background: url(../images/a4.gif) no-repeat right center;
	padding-right: 15px;
}
#standardform {
	background-color: #E1ECFF;
	padding: 10px;
	color: #000000;
	border: 1px solid #CCCCCC;
}
#standardform input[type = "text"]{
	border: 1px solid  #01266F;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
}
#standardform textarea{
	border: 1px solid  #01266F;
	background: #FFFFFF url(../images/fontarea.gif) right bottom no-repeat;
	padding: 5px;
	margin: 5px;
}
#standardform input.w300{
	width: 300px;
}
#standardform input.w150{
	width: 150px;
}

/*allgemeine Klassen*/
.clall {
	clear: both;
}
.col1 {
	color: #660000;
}
.bgcol1 {
	background-color: #E1ECFF;
}
.flole {
	float: left;
}
.flori {
	float: right;
}
.tealce {
	text-align: center;
}
.tealle {
	text-align: left;
}
.tealri {
	text-align: right;
}
.mgo20 {
	margin-top: 20px;
}
.mgu20 {
	margin-bottom: 20px;
}
.mgo40 {
	margin-top: 40px;
}
.mgl10 {
	margin-left: 10px;
}
.pdo20 {
	padding-top: 20px;
}
.pdu20 {
	padding-bottom: 20px;
}
.pdr20 {
	padding-right: 20px;
}
.pdl20 {
	padding-left: 20px;
}
.pdo10 {
	padding-top: 10px;
}
.pdr10 {
	padding-right: 10px;
}
.pdl10 {
	padding-left: 10px;
}
.pdu10 {
	padding-bottom: 10px;
}

.listno {
	list-style-type: none;
}
.w50 {
	width: 50px;
}
.w400 {
	width: 400px;
}
.w490 {
	width: 490px;
}
.w160 {
	width: 160px;
}
.w540 {
	width: 540px;
}
.h50 {
	height: 50px;
}
.td1 {
	border-bottom: 1px solid #01266F;
	border-right: 1px solid #01266F;
	text-align: center;
	vertical-align: middle;
	background-color: #E1ECFF;
	font-weight: bold;
	padding: 10px 5px;
}
.td2 {
	border-bottom: 1px solid #01266F;
	border-right: 1px solid #01266F;
}
.td3 {
	border-top: 1px solid #01266F;
	border-left: 1px solid #01266F;
}
.tdakt {
	background-color: #FFBBBB;
}
.nachricht {
	padding: 10px;
	border: 1px solid #FF0000;
	color: #660000;
	margin: 20px 0;
}
.bdo1 {
	border-top: 1px solid #000066;
}
.feed {
	width: 18px;height: 18px;
}
.fofields {
	border: #CCCCCC 1px solid;
	background-color: #F5F5F5;
	padding: 2px;
	margin-bottom: 10px;
	width: 500px;
}
.fofields:focus {
	background-color: #FFFFFF;
}
.pofrauplo {
	width: 0;
	height: 0;
	border: 0 solid #FFFFFF;
}
.pofrauplo2 {
	width: 698px;
	height: 50px;
	border: 1px solid #660000;
	margin-top: 5px;
}