/* Positionen */

#bild
{
	position: fixed;
	float: left;
	background-color: #e6f4ff;
	width: 190px;
	height: 150px;
	left: 90px;
	top: 5px;
	z-index: 100;
}

#head
{
	position:fixed;
	left: 280px;
	top: 5px;
	background-color: #e6f4ff;
	background-image: url(../bilder/head_1.jpg);
	background-repeat: no-repeat;
	width: 66%;
	height: 150px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #39f;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	z-index: 100;
}

#navigation
{
	position: relative;
	top: 155px;
	left: 80px;
	background-color: #e6f4ff;
	width: 190px;
	height: 350px;
	z-index: 50;
}

#impressum
{
	position: absolute;
	top: 540px;
	left: 90px;
	background-color: #4682b4;
	width: 180px;
	padding: 5px;
	line-height: 150%;
}

#content
{
	position: absolute;
	top: 180px;
	left: 305px;
	min-height: 474px;
	background-color: #fff;
	overflow: visible;
}

#printer
{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
	
#home
{
	position: absolute;
	top: 38px;
	right: 10px;
	cursor: pointer;
}

/* Aussehen */

body
{
	background-color: #e6f4ff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	font-size: 130%;
	color: #69c;
}

h2
{
	font-size: 115%;
	margin-bottom: 0px;
}

h3
{
	font-size: 100%;
	font-weight: bold;
}

/* übernommen */

.text_titel {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6096BF;
}
.text_impressum {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#E6F4FF;
	line-height: 130%;
	text-decoration: none;
}
.uberschrift_impressum {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#E6F4FF;
	line-height: 150%;
	margin-bottom: 0px;
}

form tr { height: 30px;}
form td { vertical-align: top; }

form input, textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.breite {
	width: 270px;