a {
	outline:none;
}

body {
	margin:0;
	padding:0;
}
#head {
	background-image: url(images/head.png);
	width:950px;
	height:148px;
	padding:0px;
	margin:0px;
}
.contentx {
	background-image: url(images/content_bg.png);
	background-repeat:repeat-y;
	width:950px;
	margin: 20px 0 20px;
}
.navi {
	float:left;
	width:190px; /* 217 */
	padding-bottom:120px;
}
.text {
	/*
	background-image:url(images/head_bottom.png);
	background-repeat:no-repeat;
	*/
	padding-top:5px;
	float:left;
	margin-left:10px;
	width:725px; /* 708 */
	font-family:Verdana;
	font-size:13px;
	padding-bottom:40px;
	line-height:1.5;
	min-height: calc(100vh - 302px);
}
.text a, .text a:visited {
	color:#004080;
	font-weight:bold;
}
.text a:hover, .text a:active {
	color:#004080;
}
.navstyle {
	margin-left:8px;
	margin-right:3px;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
}
.navstyle a, .navstyle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:auto;
	padding:4px;
	background-color:#0F4DA1;
	/*
	background-color:#1248a7;
	*/
	margin-bottom:2px;
}
.navstyle a:hover {
	font-weight:bold;
	background-color:#3872da;
}
.navstyle a:active {
	background-color:#990000;
}
.end {
	clear:both;
	background-color:#848789;
	width:944px;
	padding-top:15px;
	padding-bottom:15px;
	font-family:Verdana;
	color:#FFFFFF;
	font-size:11px;
}
.end a, .end a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.end a:hover, .end a:active {
	text-decoration:underline;
}
.mainmenuin {
	margin-top:7px;
	margin-bottom:7px;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	width:100%;
	background-color:#CCCCCC;
}
.bw {
	margin-left:-2px;
	margin-bottom:7px;
	width:210px;
	height:107px;
	background-image:url(images/bw.png);
	background-color:#fefecc;
}
h1 {
	margin-top:2px;
	margin-bottom:24px;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	border-bottom:2px dotted #000000;
}
h2 {
	margin-top:0px;
	margin-bottom:0px;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	color:#004080;
}
h3 {
	margin-top:0px;
	margin-bottom:0px;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color:#004080;
}
.buecher {
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color:#004080;
	line-height:2em;
}
.inputfeld {
	border: 1px solid #4B649A;
	margin-top:3px;
	margin-bottom:3px;
	background-color:#F1F4F7;
	width:400px;
	font-size:13px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;	
}
.inputfeld2 {
	border: 1px solid #4B649A;
	margin-top:3px;
	margin-bottom:3px;
	background-color:#F1F4F7;
	width:400px;
	font-size:14px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;	
}
.subbuttons {
	margin-top:3px;
	border: 1px solid #2B3045;
	color:#F1F4F7;
	font-weight:bold;
	background-color:#0F4DA1;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:23px;
	width:130px;
}
li {
	margin-bottom:5px;
}
.galerie .image {
	margin-right:10px;
	float:left;
}
.hell {
	background-color:#CCCCCC;
	height:120px;
}



/* entsprechend anpassen */
/* Falls Linkbezeichnung neue Zeile (Einleitungstext als eigener Absatz) */
p.extlink_preface {
  margin: 0;
  padding: 0 0 0.5em 0;
}

/* Falls Linkbezeichnung nicht in neue Zeile (Einleitungstext und Link zusammen als Absatz) */
p.extlink_block {

}

/* Auszeichnung für den Link (um hover etc. ergänzen) */
a.extlink_link {
  text-decoration: underline;
}