@charset "ISO-8859-1";

*, html {
	margin: 0;
	padding: 0;
}


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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background:transparent;
  border:0;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:100%;
  margin:0;
  outline:0;
  padding:0;
}

html, body {
  height: 100%; /* fix height to 100% for IE */
  max-height: 100%; /* fix height for other browsers */
  width: 100%;
}

body{
	font-size:10pt;
	
}

body, a{
	color:#000;
}

a{
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

h1{
	font-size:12pt;
	font-weight:bold;
}

ul {
	list-style-type: none;
}

/* divs */

#dv_head {
	z-index:2;
	position:absolute;
	top:8px;
	left:8px;
}

#dv_menue {
	z-index:3;
	position:absolute;
	top:127px;
	left:10px;
	width: 204px;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 4px;
	border-right-width: 12px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E3E9FD;
	border-left-color: #E3E9FD;
}

#dv_main {
	z-index:4;
	position:absolute;
	top:127px;
	left:253px;
	width:525px;
}

#dv_footer {
	z-index:5;
	position:absolute;
	left:10px;
	top:660px;
	width:780px;
	height:30px;
	text-align:center;
}

#dv_hintergrund{
	position:absolute;
	top:127px;
	left:10px;
	bottom:0px;
	width:230px;
	z-index:1;
	background-image: url(../basics/background.png);
	background-repeat:repeat-y;
}

/* classes and specials */

#dv_menue li {
	display: block;
	margin-bottom:2px;
	font-weight:bold;
}

#dv_footer li{
	font-size: 0.75em;
	display:inline;
}

h1.margin{
	margin-bottom:24px;
}

h1.linea{
	padding:1px;
	margin-bottom:20px;
}

div.linea{
	clear:both;
}

.linea{
	display:block;
	background-color:#E3E9FD;
}

.menue_address{
	font-size: 0.75em;
	padding-left:33px;
}

.imglogo{
	float:right;
	margin-right: 38px;
	margin-top: 0px;
}

.quelle {
	font-size: 0.75em;
	font-style: italic;
}

.center{
	text-align:center;
}

.left{
	float:left;
}

.txt{
	margin-top:5px;
	margin-left:45px;
}

.txt_single{
	padding-top:10px;
	margin-left:45px;
}

.txt-center{
	margin-left:45px;
	text-align:center;
}

.title{
	font-weight:bold;
	margin-bottom:3px;
}
