﻿
body, div, p, h1, h2, h3, ul, ol, span, a, table, td, caption, form, img, li
			{
/*
			margin: 0;
			padding: 0;
*/
			font-family: Verdana, Arial, Helvetica, sans-serif;
			}

ul	{
	margin-left:1.5em;
	}

body {
	padding: 0em 1em;
	margin: 0px;
	background-color: #fff;
	}

#kopf {
	height: 100px;
	margin: 5px;
	background-color: #f5f5f5;
	}

#mitte {
	position: relative;
	width: 100%;
}
#inhalt {
	margin: 0px 265px 0px 5px;
	font-size: small;
}
#inhalt ul
	{
	line-height: 1.2em;
	list-style-image: url('none');
	padding-left: 0em;
	margin-left: 2em;
	margin-top: 0em;
	margin-bottom: 0em
	}
#inhalt li
	{
	margin-bottom: 0.3em
	}
#inhalt h1
	{
	font-size:medium;
	font-weight:bold;
    padding:2px;
	}
#inhalt h2
	{
	font-size:small;
	font-weight:bold;
	}
#inhalt h2 a
	{
	font-size:small;
	font-weight:bold;
    }
#links {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 160px;
	font-size: normal;
	  }

#links li
	{
	margin-bottom:0.3em;
	border: 1px solid black;
	background-color: #ECF5FF;
	}

#links li li
	{
	margin-bottom:0.3em;
	padding-left:0.5em;
	border:none;
    background-color: #346698;
    font-size: small;
    }

#links li li a
	{
    color: #ECF5FF;
    }
    	
#links ul
	{
	color: #346698;
	list-style-type: none;
	list-style-image: url('none');
	padding-left: 0em;
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	white-space: nowrap;
	}

#links li a
	{
	color: #000;
	text-decoration:none;
	}

#links li a:hover
	{
	color: #346698;
	background-color:#fff;
	}

#rechts {
	position: absolute;
	top: 0px;
	right: 5px;
	width: 200px;
	font-size: x-small;
	background-color: #ECF5FF;
}
#rechts ul
	{
	line-height: 1.2em;
	list-style-type: square;
	list-style-image: url('none');
	padding-left: 0em;
	margin-left: 2em;
	margin-top: 0em;
	margin-bottom: 0em
	}
#rechts li
	{
	margin-bottom: 0.3em
	}
#rechts h1
	{
	font-size:medium;
	font-weight:bold;
    background-color: #346698;
    color:#ECF5FF;
    padding:2px;
	}
#rechts h2
	{
	font-size:small;
	font-weight:bold;
    background-color: #346698;
    color:#ECF5FF;
	}

#rechts h2 a
	{
	font-size:small;
	font-weight:bold;
    background-color: #346698;
    color:#ECF5FF;
    }
    
#fuss {
/*  height: 50px; */
	margin: 5px 210px 0px 170px;
	background-color: #f5f5f5;
	font-size: small;
}

.skip, .hideme, .print, dfn {
    position: absolute;
    left: -1000em; /* LTR */
    top: -1000em;
  }

/* Custom */
html * {
font-size:100.01%;
}
h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 105%; }

.wichtig	{
			padding: 0.3em 4px 0.3em 4px;
			border-left: 1px solid #E0E0E0;
			border-top: 1px solid #E0E0E0;
			border-right: 1px solid #999999;
			border-bottom: 1px solid #999999;
			margin-bottom: 1em;
			}

