/******* Basic Tags *******/

html, 
body, 
fieldset { 
	margin: 0; 
	padding: 0;
	color: #000;
	font-size: 85%;
}

html { 
	position: relative;
}

h1, h2,
h3, h4,
h5, h6,
p, pre,
span,
ul, ol,
dl, address,
li, dd, 
blockquote,
button,
form { 
	margin: 0; 
	padding: 0;
	list-style: none;
}


/******* TYPO *******/

a:link,
a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}

a:hover,
a:active{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid;
}

small {
	font-size: 85%;
}

.box span,
.box abbr,
.box acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

p, 
dl,
address {
	margin-bottom: 1.2em;
	font-style: normal;
}

p+h1,
p+h2,
p+h3,
address+h3 {
	margin-top: 1.8em;
}


h1 {
	font-size: 3em;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 1em;
}

h2 {
	font-size: 122%;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 144%;
	font-weight: normal;
	line-height: 1.0;
	color: #000;
	margin-bottom: 1.5em;
}

h4 {
	font-size: 114%;
	font-weight: bold;
	color: #339e4e;
	margin-bottom: 1.25em;
}

div.bad h3 {
	font-size: 144%;
	font-weight: normal;
	line-height: 1.0;
	color: #ff4600;
	margin-bottom: 1.5em;
}

div.good h3 {
	font-size: 144%;
	font-weight: normal;
	line-height: 1.0;
	color: #339e4e;
	margin-bottom: 1.5em;
}



/******* Layout *******/

body {
	background: #fff;
	text-align: center;
}

img {
	border: 1px solid ;
}

img.full {
	width: 90%;
}


img.ansprechpartner{
	float: left;
	margin: 0 1em 1.5em 0;
}

div.kontaktdat{
	clear: left;
}


.coltwo,
.colthree {
	overflow: hidden;
}


.coltwo .col {
	float: left;
	margin: 1% 0 0 3%;
	width: 48%;
}

/* coltwo_a = schmale spalte + breite spalte */

.coltwo_a .col {
	float: left;
	margin: 1% 0 0 3%;
	width: 78%;
}

.coltwo_a .col.first {
	float: left;
	margin: 1% 0 0 0;
	width: 18%;
}

/* coltwo_a = breite spalte + schmale spalte */

.coltwo_b .col {
	float: left;
	margin: 1% 0 0 3%;
	width: 18%;
}

.coltwo_b .col.first {
	float: left;
	margin: 1% 0 0 0;
	width: 78%;
}

.colthree .col {
	float: left;
	margin: 1% 0 0 5%;
	width: 29%;
}

/* colthree_a = schmale spalte + breite spalte + breite spalte*/

.colthree_a .col {
	float: left;
	margin: 1% 0 0 3%;
	width: 37%;
}

.colthree_a .col.first {
	float: left;
	margin: 1% 0 0 0;
	width: 18%;
}


/* colthree_b = breite spalte + schmale spalte + schmale spalte*/

.colthree_b .col {
	float: left;
	margin: 1% 0 0 4%;
	width: 27%;
}

.colthree_b .col.first {
	float: left;
	margin: 1% 2% 0 0;
	width: 34%;
}


.coltwo .col.first,
.colthree .col.first,
.coltwo_a .col.first,
.colthree_a .col.first,
.coltwo_b .col.first,
.colthree_b .col.first {
	margin-left: 0;
}

div.coltwo div.col.bad,
div.coltwo div.col.good {
	margin: 6% 0 0 7%;
	width: 40%;
}

div.bad ul,
div.bad h3{
	margin-left: 0;
}

div.bad,
div.good {
	margin-left: 10% !important;
}

div.bad ul li,
div.good ul li {
	margin-left: 1.25em;
	list-style-type: circle;
}

div.inside {
	width: 95%;
	text-align: left;
	padding: 3% 0 1% 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 88.2em;
}

div#bottom div.inside {
	padding: 0;
}

h1#logo{
	margin-bottom: 2.5em
}

h1#logo img{
	border: none;
	width: 170px
}

h1#logo a{
	color: #000;
	border: none;
}


div#boxholder {
	padding: 0em 0 1.5em 0;
	margin-bottom: 1em;
}

div#boxholder div.box{
	margin: 0 0 1.5em 0;
	overflow: hidden;
	border-bottom: 1px solid;
	height: auto !important;
	padding: 1em 0 1.5em 0;
	page-break-inside: avoid;
}

* html body div#boxholder div.box{
	height: 1% !important;
	margin: 0 0 .5em 0;
}

* html body div#boxholder{
	margin-top: -8em;
}

div#boxholder div.box:last-child{
	border-bottom: none;
	padding-bottom: 0em;
}


div.box ul li {
	list-style: disc;
	margin-left: 1em;
}


/******* Menu *******/

ul#tabnav {
	list-style: none;
	overflow: hidden;
}

ul#tabnav li {
	float: left;
	margin: 0;
	margin-right: 2em;
}

ul#tabnav li h3{
	margin-bottom: 0;
	font-size: 100%;
	display: inline;
}

ul#tabnav li a{
	display: block;
	outline: none;
	padding: .6em 0em;
	font-weight: bold;
}

ul#menu {
	list-style: none;
}



ul#menu li h2{
	font-size: 144%;
	font-weight: normal;
	display: block;
	margin-bottom: 0.75em;
}


ul#menu li.active p{
	margin:0;
}


form, div.prevnext a,ul#foot,ul#menu li  {
	display: none;
}

ul#menu li.active {
	display: block !important;
	width: auto !important;
	position: absolute !important;
	top: 10em !important;
	margin-left: 1.5em;
}

* html body ul#menu li.active {
	margin-left: 0;
}

/******* Classes *******/

.links {
	float: left;
	margin: 0 10px 2px 0;
}

.rechts {
	float: right;
	margin: 0 0 2px 10px;
}

.box {
	clear: left;
}

.print {
	display: block;
	border: none !important;
}

.error {
	color: #e7600e;
	font-size: 85%;
}
