/* CSS Document */
html {
	height:101%;
}
body {
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	background-color:#e3e3e3;
}

#container {
	width:800px;
	margin:auto;
	text-align:left;
}
/*header-----------------------------------------------------------------------*/
#header {
	width:800px;
	height:155px;
	background-color:#fff;
	border-bottom:2px solid #052DA4;
}
h1 {
	padding:30px 0 0 50px;
	font-size:30px;
	margin:0;
	color:#052DA4;
}
h1 .small {
	font-size:16px;
	line-height:25px;
}
/*main-----------------------------------------------------------------------*/
#main{
	font-family:Tahoma, Geneva, sans-serif;
	width:800px;
}
/*text-----------------------------------------------------------------------*/
#text {
	vertical-align:top;
	background-image:url(grafik/bg-main.jpg);
	background-position:top;
	padding:30px 50px 0 50px;
}
h2 {
	font-size:18px;
	margin:0 0 30px 0;
}
h3 {
	font-size:14px;
	margin:0 0 30px 0;
}
h4 {
	font-size:13px;
	margin:0 0 10px 0;
	line-height:14px;
	font-weight:bold;
	}
p {
	font-size:14px;
	margin:0 0 30px 0;
	line-height:20px;
}
ul, ol {
	font-size:14px;
	margin:0 0 30px 0;
	padding-left:30px;	
	line-height:20px;
}
ul {
	list-style:disc;
	list-style-image:url(grafik/sublist-style.gif);
}

/*navi-----------------------------------------------------------------------*/
#navi {
	vertical-align:top;
	width:248px;
	padding:30px 0 250px 0;
}
#navi a {
	font-size:18px;
	font-weight:bold;
	line-height:33px;
	color:#000;
	text-decoration:none;
	padding-left:50px;
}
/*footer-----------------------------------------------------------------------*/
#footer {
	padding:15px 50px;
	font-size:11px;
}
.distance {
	text-align:center;
	width:37px;
}
/*link-style-----------------------------------------------------------------------*/
ul a, p a, #footer a {
	text-decoration:none;
}
ul a:hover, p a:hover, #footer a:hover {
	text-decoration:underline;
}
/*color1 (#F58523;#178ED0)-----------------------------------------------------------------------*/
.color1 h2, .color1 h3, .color1 p a, .color1 ul a, .color1 #navi a:hover, .color1 #navi a.active {
	color:#F58523;
}
.color1 #footer {
	background-color:#F58523;
}
.color1 #navi {
	background-color:#178ED0;
}
.color1 #footer, .color1 #footer a {
	color:#178ED0;
}
/*color2 (#178ED0;#6AB147)-----------------------------------------------------------------------*/
.color2 h2, .color2 h3, .color2 p a, .color2 ul a, .color2 #navi a:hover, .color2 #navi a.active {
	color:#178ED0;
}
.color2 #footer {
	background-color:#178ED0;
}
.color2 #navi {
	background-color:#6AB147;
}
.color2 #footer, .color2 #footer a {
	color:#AAB147;
}
/*color3 (#A3274C;#6ECEF6)-----------------------------------------------------------------------*/
.color3 h2, .color3 h3, .color3 p a, .color3 #navi a:hover, .color3 #navi a.active {
	color:#A3274C;
}
.color3 #footer {
	background-color:#A3274C;
}
.color3 #navi {
	background-color:#6ECEF6;
}
.color3 #footer, .color3 #footer a {
	color:#6ECEF6;
}
/*color4 (#0161AD;#FCED54)-----------------------------------------------------------------------*/
.color4 h2, .color4 h3, .color4 p a, .color4 #navi a:hover, .color4 #navi a.active {
	color:#0161AD;
}
.color4 #footer {
	background-color:#0161AD;
}
.color4 #navi {
	background-color:#FCED54;
}
.color4 #footer, .color4 #footer a {
	color:#FCED54;
}

/*Anmeldung-----------------------------------------------------------------------*/
#anmeldung {
	font-size:14px;
}
#anmeldung td {
	vertical-align:top;
}
.subtitle {
	text-align:right;
	padding-right:10px;
}
input, textarea {
	margin-bottom:5px;
	border:solid 1px #6ecef6;
	color:#a3274c;
}
.input input {
	width:250px;
}
.time input {
	width:35px;
}
input.btn {
	background-color:#fff;
	font-weight:bold;
	margin-bottom:20px;
}
input.btn:hover {
	background-color:#6ecef6;
	color:#fff;
}