﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F0F0F0;
}

label
{
    float: left;
    width: 70px;
    padding-top: 2px;
    text-align: right;
    margin-right: 20px;
}

input
{
    background-color: #F0F0F0;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid #C0C0C0;
    padding: 2px;
    width: 200px;
}

textarea
{
    background-color: #F0F0F0;
    border: 1px solid #C0C0C0;
}

#container
{
	
	width: 800px;
	margin: 20px auto;
	background-color: #F0F0F0;
}

#header
{
	height: 200px;
	width: 800px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-color: #007FFF;
}

#foot
{
	height: 28px;
	line-height: 28px;
	width: 798px;
	margin: 10px 0px;
	background-color: #FFFFFF;
	border: 1px #C0C0C0 solid;
	text-align: right;
	float: right;
}

#foot a
{
	text-decoration: none;
	padding-right: 10px;
}

#foot a:link
{
	color: #606060;
}

#foot a:visited
{
	color: #606060;
}

#foot a:hover
{
	text-decoration: none;
	color: #606060;
}

#content
{
	width: 800px;
	margin-top: 10px;
}

#image
{
	width: 216px;
	margin: 5px 0px;
	float: left;
}

.textleft
{
	width: 190px;
	margin-top: 10px;
	float: left;
	background-color: #FFFFFF;
	border: 1px #C0C0C0 solid;
}

.text
{
	width: 748px;
	margin-top: 10px;
	padding: 10px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #606060;
	background-color: #FFFFFF;
	border: 1px #C0C0C0 solid;
}

.text h1
{
	text-align: center;
	font-size: 20px;
	color: #606060;
}

.text h3
{
	font-size: 12px;
	font-weight: normal;
	color: #007FFF;
	padding: 0px;
	margin: 0px;
}

.text h4
{
	padding-left: 25px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	color: #606060;
}

.text a
{
	text-decoration: none;
}

.text  a:link
{
	color: #606060;
}

.text a:visited
{
	color: #606060;
}

.text a:hover
{
	color: #606060;
}

.textsmall
{
	width: 548px;
	margin-top: 10px;
	padding: 10px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #606060;
	background-color: #FFFFFF;
	border: 1px #C0C0C0 solid;
	float: right;
}

.textsmall h1
{
	text-align: center;
	font-size: 20px;
	color: #606060;
}

.textsmall h3
{
	font-size: 12px;
	font-weight: normal;
	color: #007FFF;
	padding: 0px;
	margin: 0px;
}

.textsmall h4
{
	padding-left: 25px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	color: #606060;
}

.textsmall a
{
	text-decoration: none;
}

.textsmall a:link
{
	color: #606060;
}

.textsmall a:visited
{
	color: #606060;
}

.textsmall a:hover
{
	color: #606060;
}

#aufzaehlung li
{
	margin-top: 0px;
	margin-left: 30px;
	padding-top: 2px;
	list-style-type: circle;
	font-size: 14px;
	color: #606060;
}

* html #text4 p /**** Korrektur IE6 ****/
{
	margin-left: 220px;
}

* + html #text4 p /**** Korrektur IE7 ****/
{
	margin-left: 220px;
}

* html #text1 p, #text2 p, #text3 p, #text4 p, #kontakt p /**** Korrektur IE6 und IE7 ****/
{
	margin-top: 10px;
}

* + html #text1 p /**** Korrektur IE7 ****/
{
	margin-top: 10px;
}


