@charset "utf-8";

body
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 160%;
	color: #7e4e34;
	font-size: 0.8em;
	text-align: justify;
}

a, a:link {
	color: #00aeef;
	font-weight: bold;
}

a:hover {
	text-decoration: italic;
	color: #00aeef;
}


h1 
{
	font-size: 1.5em;
	color: #00aeef;
	text-transform: uppercase;
}
h1.no-uppercase {
	font-size: 1.5em;
	color: #00aeef;
	text-transform: none;
}

h1 {
	background: url('../bilder/logo-klein.png') top left no-repeat;
	padding-left: 35px;
	margin-bottom: 2px;
}

h2 {
	font-size: 1.2em;
	color: #00aeef;
	margin-top: 0px;
}

ul li 
{
	margin: 0.9em 0;
}

.mittig
{
	text-align: center;
}

.kursiv
{
	font-style: italic;
}

.blau
{
	color: #00aeef;
}

.fett
{
	font-weight: bold;
}


#content {
	text-align: left;
}

.lauftext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7e4e34;
	text-decoration: none;
	line-height: 16pt;
	letter-spacing: normal;
}
.permanent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
	line-height: 15pt;
}
.lauftextfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7e4e34;
	line-height: 16pt;
}

.a1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7e4e34;
	text-decoration: none;
}

.a1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7e4e34;
	border-bottom-style: none;
	border-bottom-color: #7e4e34;
	border-bottom-width: thin;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
.lauftextblaufett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00aeef;
	text-decoration: none;
	line-height: 16pt;
}


.a2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.a2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}

#abschluss a.ahidden:link, #abschluss a.ahidden {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	text-decoration: none;
	font-weight: normal;
}


/** Kontaktformular **/
#kontakt-kontaktdaten {
	list-style: none;
	padding: 0;
	margin: 15px 0 0px 0;
}

#kontakt-fragen {
	list-style: none;
	padding: 0;
	margin: 15px 0;
}

ul#kontakt-kontaktdaten li,
ul#kontakt-fragen li {
	clear: both;
}

ul#kontakt-kontaktdaten li label {
	width: 100px;
	display: block;
	float: left;
	margin: 10px 0;
}

ul#kontakt-kontaktdaten li input {
	width: 300px;
	display: block;
	float: left;
	margin: 10px 0;
	padding: 2px;
}

ul#kontakt-fragen li label {
	display: block;
	margin: 0px 0px;
}

ul#kontakt-fragen li input {
	width: 400px;
	margin: 0px 0px;
	padding: 2px;
}

ul#kontakt-fragen li textarea {
	width: 500px;
	height: 250px;
	padding: 2px;
	margin: 0px 0px;
}

.fehler {
	background-color: #ccc;
	border: 1px solid gray;
	padding: 5px;	
}

.fehler span {
	color: red;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

.erfolgsmeldung {
	border: 1px solid black;
	background-color: #ccc;
	font-weight: bold;
	text-align: center;
	padding: 40px;
	margin: 60px 5px;	
}

.erfolgsmeldung a {
	text-decoration: none;
}

.erfolgsmeldung a:hover {
	color: gray;
	text-decoration: underline;
}
