@CHARSET "UTF-8";

body, html {
	height: 100%;
	margin: 00px;
	padding: 0px;
	font: 16px calibri, arial;
	color: #261d54;
}

a {
	color: #261d54;
}
a:hover {
	color: #af1f2b;
} 

.small {
	font-size: 11px; 
}

hr {
	color: transparent;
	background-color: transparent;
	border-width: 0;
	border-top: 1px solid #261D54;
}

#inhalt {
	position: absolute;
	margin-left: 50%;
	left: -305px;
	width: 520px;
	top: 200px;
	line-height: 140%;
	text-align: justify;
}

#inhalt h2 {
	font-size: 20px;
	text-align: left;
}

#inhalt h3 {
	font-size: 18px;
	color: #af1f2b;
	text-align: left;
}

#inhalt img.foto {
	float: left;
	margin: 1em 1em 0px 0px;
}



#rechts {
	position: absolute;
	margin-left: 50%;
	left: 300px;
	top: 20px;
}

#rechts img {
	margin-bottom: 10px;
}



#nav {
	position: absolute;
	margin-left: 50%;
	left: -485px;
	width: 120px;
	top: 220px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav ul ul {
	text-align: right;
	font-style: italic;
}

#nav ul li {
	margin: 0px;
	padding: 3px 0px;
	border-bottom: 1px solid #261d54;
	font-size: 13px;
}

#nav ul li.unter { 
	border-width: 0px;
	padding: 1px 0px;
}

#nav ul li.hier a { 
	font-weight: bold;
	color: #af1f2b;
}

#nav a {
	color: #261d54;
	text-decoration: none;
}

#nav a:hover {
	color: #af1f2b;
}



#trainerprofil {
	display: block;
	margin-top: 40px;
	padding: 5px 5px 5px 30px;
	font-size: 12px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc #666666 #666666 #cccccc;
	background-color: #e9f6fc;
	background-image: url(img/pdf.gif); /* fallback */
	xbackground-image: url(img/pdf.gif), -moz-linear-gradient(top, #ffffff, #e9f6fc);
	xbackground-image: url(img/pdf.gif), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9f6fc));
	background-repeat: no-repeat;
	background-position: center left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;

}

#trainerprofil:hover {
	background-color: white;
}



#kopf {
	position: absolute;
	width: 100%;
	height: 170px;
	background-image: url(img/kopfbg.jpg);
	background-repeat: repeat-x;
}

#kopf_foto {
	position: absolute;
	margin-left: 50%;
	left: 135px;
}

#titel {
	position: absolute;
	width: 650px;
	margin-left: 50%;
	left: -485px;
	top: 90px;
	text-align: right;
}

#titel h1 {
	font-size: 26px;
	font-variant: small-caps;
	margin: 0px;
	letter-spacing: 0.05em;
	margin-bottom: 0.2em;
}

#titel h2 {
	font-size: 14px;
	margin: 0px 0px 1em 0px;
}


/*  Kontaktformular    */
form.formular {
    margin:0px;
    padding:0px;
}

form.formular .spalte_1 {
    padding-right: 5px; 

}

form.formular .spalte_2 input {
	background-color: #F6FBFF;
	border:1px solid;
	border-color: #888888;
	width:255px;
	color: #000000;
}

form.formular .spalte_2 select {
	background-color: #F6FBFF;
	color: #000000;
}


form.formular .submit {
	border:1px solid;
	border-color: #888888;
	background-color:#F6FBFF;
	color:#000000;
	font-weight:bold;
}

.fehler_mitteilung {
    margin-bottom:6px;
}

.fehler_mitteilung_fehler {
   color:#af1f2b;
   margin-bottom:6px; 
}


form.formular .pflichtfeld input, .pflichtfeld textarea {
	border: 1px solid #af1f2b;
	width:255px;
	background-color:#F6FBFF;
	color: #000000;

}
form.formular .pflichtfeld_fehler input, .pflichtfeld_fehler textarea {
	border: 1px solid #af1f2b;
	background-color:#F5D6D6;
	width:255px;
	color: #000000;
}



