@charset "utf-8";
body {
	margin:30px 0 0 0;
	text-align:center;
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#E67E24;
}

div#container {
	margin:auto;
	width:780px;
	height:auto;
	text-align:left;
	background-image:url(bilder/navi_bg.gif);
	background-position: top left;
	background-repeat:repeat-y;
}
h1 {
	margin:0;
	font-size:18px;
	font-weight:bold;
	color:#792645;
}
h2 {
	margin:0;
	font-size:14px;
	font-weight:bold;
	color:#E4E4E0;
}
h3 {
	margin: 0 0 3px 0;
	font-size:13px;
	font-weight:bold;
}

div#top {
	margin:0;
	height:120px;
	width:780px;
	background-image:url(bilder/top_bg.gif);
	background-repeat:no-repeat;
}
div#top a {
	font-size:12px;
	color:#E4E4E0;
	text-decoration:none;
}
div#top a:hover {
	font-size:12px;
	color:#FFF;
	text-decoration:underline;
}
div#top a.gewaehlteSprache {
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
div#toptext {
	margin:0 0 0 0;
	width:500px;
	height:30px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
}
.slogan {
	margin:0;
	padding:40px 0 0 0;
	color:#792645;

}
div#startbildcontainer {
	margin: 8px 10px 0 0;
	width:300px;
	height:auto;
	float:left;
	}

div#starttextcontainer {
	margin: 8px 5px 0 0;
	width:450px;
	height:auto;
	float:left;
	font-size:13px;
	}
div#bildcontainer {
	margin: 10px 10px 12px 0;
	width:260px;
	height:auto;
	float:left;
	
	}
div#textcontainer {
	margin: 10px 5px 10px 8px;
	width:340px;
	height:auto;
	float:left;
	font-size:13px;
	}
div#textcontainer-gross {
	margin: 10px 0 10px 8px;
	width:580px;
	height:auto;
	float:left;
	font-size:13px;
	}
div#textcontainer-gross img {
	margin:0 15px 8px 0;
	float:left;
}
#textcontainer-gross a {
	color:#E4E4E0;
	text-decoration:underline;
}
#textcontainer-gross a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#textcontainer a {
	color:#E4E4E0;
	text-decoration:underline;
}
#textcontainer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#textcontainer ul {
	margin:4px 0 0 9px;
	padding:0 0 0 7px;
	list-style-image:url(bilder/bullet.gif);
	list-style-position:outside;
}
#textcontainer ul li {
	margin:4px 0 0 0;
	padding:0 0 0 0;
}
#textcontainer-gross ul {
	margin:4px 0 0 9px;
	padding:0 0 0 7px;
	list-style-image:url(bilder/bullet.gif);
	list-style-position:outside;
}
#textcontainer-gross ul li {
	margin:4px 0 0 0;
	padding:0 0 0 0;
}
div#fuss {
	margin:0;
	padding-top:10px;
	height:25px;
	width:780px;
	clear:left;
	background-image:url(bilder/footer_line.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	font-size:11px;
	color:#792645;
	background-color:#E67E24;
}
.fusszeichen {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	vertical-align:text-top;
}
#fuss a {
	text-decoration:none;
	color:#792645;
}
#fuss a:hover {
	text-decoration:underline;
	color:#792645;
}
/*///////// NAVIGATION //////////////*/
div#navi {
	margin: 10px 8px 0 0;
	width:140px;
	height:auto;
	float:left;
	text-align:left;
}
#navi ul
{
	list-style: none;
	padding: 0 0 0 1px;
	margin: 0;
	width:140px;
}

#navi ul li
{
	margin:0 0 0 0;
	height: auto;
	font-family: Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-indent:8px;

}

#navi ul li a
{
	margin:0 0 0 0;
	padding:0 0 1px 0;
	height: 18px;
	line-height: 18px;
	vertical-align:middle;
	display: block;
	color:#DBDBDB;
	text-decoration: none;
	text-align: left;
/*	border-bottom:#FFF 1px dotted;*/
background-image:url(bilder/menu_bg.gif);
background-repeat:no-repeat;
}
#navi ul li a:hover
{
	margin:0 0 0 0;
	padding:0 0 1px 0;
	height: 18px;
	line-height: 18px;
	vertical-align:middle;
	width: 140px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-image:url(bilder/menu_hover_bg.gif);
	background-repeat:no-repeat;
}
#navi ul li.active a
{
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
	background-image:url(bilder/menu_hover_bg.gif);
	background-repeat:no-repeat;
}
#navi ul li.active a:hover
{
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
	background-image:url(bilder/menu_hover_bg.gif);
	background-repeat:no-repeat;
}
#navi ul ul
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	height:auto;
	width:140px;
}

#navi ul ul li
{
	padding:0 0 0 0;
	height: 16px;
	line-height: 16px;
	vertical-align:middle;
	margin:0;
	font-size:11px;
}

#navi ul ul li a
{
	display: block;
	color:#DBDBDB;
	text-decoration: none;
	text-indent:20px;
	text-align: left;
	line-height: 16px;
	vertical-align:middle;
	background-image:url(bilder/submenu_bg.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
#navi ul li.active ul li a
{
	display: block;
	color:#DBDBDB;
	text-decoration: none;
	text-indent:20px;
	text-align: left;
	background-image:url(bilder/submenu_bg.gif);
	background-repeat:no-repeat;
}
#navi ul li.active ul li a:hover
{
	width: 140px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	line-height: 16px;
	text-indent:20px;
	background-image:url(bilder/submenu_hover_bg.gif);
	background-repeat:no-repeat;
}
#navi ul ul li a:hover
{
	width: 140px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	line-height: 16px;
	text-indent:20px;
	background-image:url(bilder/submenu_hover_bg.gif);
}
#navi ul li.active ul li.active a
{
	color: #9B310D;
	text-decoration: none;
	font-weight:bold;
	background-image:url(bilder/submenu_bg.gif);
	background-repeat:no-repeat;
}
#navi ul li.active ul li.active a:hover
{
	color: #9B310D;
	text-decoration: none;
	font-weight:bold;
	line-height: 16px;
	background-image:url(bilder/submenu_bg.gif);
}

.fusszeichen {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	vertical-align:text-top;
}
#fuss a {
	text-decoration:none;
	color:#792645;
}
#fuss a:hover {
	text-decoration:underline;
	color:#792645;
}
table#kursdaten {
	width:570px;
}
.datumkopf {
	padding: 2px 0 2px 2px;
	width:100px;
	color:#C4632E;
	font-weight:bold;
	border-bottom:1px solid #E6A01F;
	}
.ortkopf {
	padding: 2px 0 2px 2px;
	width:150px;
	color:#C4632E;
	font-weight:bold;
	border-bottom:1px solid #E6A01F;
	}

.datum {
	padding: 2px 0 2px 2px;
	width:100px;
	border-bottom:1px solid #E6A01F;
	}
.ort {
	padding: 2px 0 2px 2px;
	width:150px;
	border-bottom:1px solid #E6A01F;
	}

/*//////////// TEAMSEITEN //////////////*/
.teamzeile {
	margin:0 0 4px 0;
	padding:0;
	width:580px;
	height:100%;
}
.teambild {
	margin:0 0 2px 0;
	padding:0;
	width:155px;
	height:auto;
	float:left;
}
.teamtext {
	margin:0;
	padding:0;
	width:410px;
	height:auto;
	float:left;
}
.teamtext h3 {
	margin:0;
	padding:0;
	width:400px;
	font-size:14px;
	font-weight:bold;
	color:#E4E4E0;

}
div#textcontainer-team {
	margin: 10px 0 0 8px;
	width:580px;
	height:auto;
	float:left;
	font-size:13px;
	}
#textcontainer-team a {
	color:#E4E4E0;
	text-decoration:underline;
}
#textcontainer-team a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#textcontainer-team h2 {
	margin:0 0 5px 0;
	color:#792645;
}
.abstand {
	margin:0;
	height:12px;
	width:570px;
	clear:left;
	border-top:1px solid #792645;
}
#map {
	height:400px;
	
}
#mapinfo {
	color:#792645;
}
#mapinfo a {
	color:#666;
	text-decoration:underline;
}
#mapinfo a:hover {
	color:#792645;
	text-decoration:underline;
}

#kontaktform .textfeld {
	padding:1px;
	margin:1px 0 8px 0;
	width:320px;
	line-height:16px;
	color:#666;
	border:1px solid #792645;
}
#kontaktform .submit {
	color:#792645;
}
