@charset "UTF-8";
/* Print-CSS Document */

/************ Reset CSS nach Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
/*	line-height: 1; */
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/***************************/

html, body {
height: 100%;
margin: 0 0 1px;
padding: 0;
}

body { 
font-size: 10pt;
line-height: 13pt;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #000;
}

h1,h2,h3,h4,h5,h6{
margin: 0 0 0.5em 0;
color: #79853b;
clear: both;
}

p,ul,ol,dl{
margin: 0 0 1.29em 0;
}

blockquote p{
color: #79853b;
font-style: oblique;
margin-bottom: 0em;
}

address {
font-style:normal;
font-size: inherit;
text-indent: 0;
}

h1{font-size: 150%; line-height: 160%;}
h2{font-size: 107%; margin: 0 0 1.5em 0; font-weight: bold; text-transform: uppercase;}
h3{font-size: 100%; margin: 0 0 1.29em 0; font-weight: bold; color: #333300;}
h4{font-size: 100%; font-weight: bold;}
h5{font-size: 100%;}
h6{font-size: 100%;}
p{font-size: 100%;}

a,
a:link,
a:visited{
color: #408581;
font-weight: normal;
text-decoration: underline;
}

a:hover{
text-decoration: underline;
}

strong {
font-weight: bold;
}

em{
font-style: italic;
}


small {
font-size: 0.7em;
}

sup {
font-size: 0.7em;
line-height: 1.4em;
vertical-align: text-top;
}

sub {
font-size: 0.7em;
line-height: 1.4em;
vertical-align: bottom;
}

.txrev {
unicode-bidi: bidi-override;
direction: rtl;
}

.offscreen {
}

.tab{
float:left;
display: inline;
width: 4em;
}

.bild{
width: 100%;
margin: 0 0 10pt 0;
font-size: 0.86em;
line-height: 1.25em;
color: #5c6828;
overflow: hidden;
}

.bild img{
display: block;
width: 100%;
}

.bild p{
margin: 2pt 0 0 0;
}


.inhaltsverzeichnis{
color: #79853b;
}

.inhaltsverzeichnis li a{
display: block;
}

.hinweis{
font-weight: bold;
color: #79853b;
}

/***************************/


#wrapper{
position: relative;
margin: 0 1cm;
padding: 0;
overflow: visible;
}


#header{
overflow: hidden;
height: 1%;
padding: 0 0 1cm 0;
/*border-bottom: 1pt solid #79853b;*/
}

#header h1 span{
display: none;
}

#header h1 img{
padding-top: 0.5cm;
float: left;
}

#bereichsmotiv{
display: none;
}

#nav{
display: none;
}

/*
@media screen {
#nav{
width: 50%;
float: right;
display: inline;
position: absolute;
top: 0.5cm;
left: 0cm;
font-size: 0.7em;
line-height: 1em;
margin: 0;
padding: 0;
}


#nav ul, #nav li{
margin: 0;
padding: 0;
}

#nav a:hover{
text-decoration: none;
}
}
*/




#content{
clear: both;
margin: 0;
padding: 1cm 0 0 0;
}

#content .cols{
}

#content .col1{
display: inline;
float: left;
width: 50%;
}

#content .col1 img{
width: 100%;
}

#content .col2{
display: inline;
float: right;
width: 45%;
}

#content p{
}

#content ul{
list-style: disc;
}

#content li{
margin: 0 0 0.64em 1.1em;
}

#content .top{
display: none;
}

#footer{
clear: both;
}


/* Kontakt */

.b_kontakt #content .col2{
padding-top: 29.1pt;
}
.b_kontakt #content .col2 h4{
margin-bottom: 0;
}

/* Kontaktformular ***************************/

form#Kontaktformular{
display: none;
}


/* Impressum */

.significa{
margin: 3em 0;
}

.b_impressum .valid_w3c{
}

.b_impressum .valid_w3c a{
margin-right: 10pt;
}


