body{
margin-top:0px;
margin-bottom:0px;
font-family:Verdana,Arial,Helvetica,sans-serif;
scrollbar-DarkShadow-Color: #646464;
scrollbar-Track-Color: #E5E5E5;
scrollbar-Face-Color: #8F8F8F;
scrollbar-Shadow-Color: #B8B8B8;
scrollbar-Highlight-Color: #D1D1D1;
scrollbar-3dLight-Color: #3B3B3B;
scrollbar-Arrow-Color: #D6D6D6;
background-color: #eee;
color:#564b47;
}

img{border:none;}

/* ----------header for logo-------------- */
header{
border-bottom: groove #CCCCCC;
color: white;
width: 98%;
font-size:12pt;
font-weight:normal;
text-align:left;
position:fixed;
top: 0
left:0;
vertical-align:middle;
background-color: White;
padding-bottom: 4px;
padding-left: 6px;
padding-top: 4px;
}

/* -----------footer--------------------------- */
footer {
	background: #bbb;
	width: 100%; 
	position: fixed;
	left: 0;
	bottom: 0;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
	}
	

p, pre{
padding:  0 0 20px;
line-height:1.0em;
}

h1{
color:#888888;
font-size:1.8em;
font-weight: normal;
margin: 0 0 20px;
}
h2{
color:#888888;
font-size:1.4em;
font-weight: normal;
margin: 0 0 20px;
}
h3{
color:#888888;
font-size:12pt;
}
h4{
color:#888888;
font-size:10pt;
}
div,td,th,address,blockquote,nobr,i{
font-size:10pt;
}

.punktlinie{
border-bottom: thin dotted #E7E7E7;
 }
 
.text{
font-size:10pt;
color:black;
padding-bottom: 10px;
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
}

/* header img { padding: 0 0 10px;} */

.theader10{
border-bottom: groove #CCCCCC;
border-right: groove #CCCCCC;
color: #424242;
font-size:10pt;
font-weight:bold;
text-align:left;
vertical-align:middle;
}

.tipheader{
border-bottom: none #CCCCCC;
border-right: none #CCCCCC;
color: #424242;
font-size:10pt;
font-weight:bold;
text-align:left;
vertical-align:middle;
}

a:link{
color: #660000;
font-size:10pt;
text-decoration:none;
	text-align: right;
}
a:visited{
color: #660000;
font-size:10pt;
text-decoration:none;
}
a:hover{
color: #C80000;
font-size:10pt;
text-decoration:none;
}
a:active{
color:Black;
font-size:10pt;
text-decoration:none;
}
a.kf:link{
color: white;
font-size:10pt;
text-decoration:none;
text-align: right;
}
a.kf:visited{
color: white;
font-size:10pt;
text-decoration:none;
}
a.kf:hover{
color: #C80000;
font-size:10pt;
text-decoration:none;
}
a.kf:active{
color:red;
font-size:10pt;
text-decoration:none;
}

header, footer, section, aside, nav, article { display: block;}


/* ---------- header, content, footer width -------------- */
.inner{
	color:red;
	margin: 0 auto;
	padding: 20px;
	max-width: 1000px;
	min-width:700px;
}


/* ----------------- content--------------------- */

section#content {
background-color: #fff;
max-width: 1000px;
min-width:700px;
margin: 0 auto;
padding: 100px 20px 40px;
}

