@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {}
body {
	text-align: center;
	background: #e9e9e9;
	font-family: Bitstream Vera Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
}
td {
	text-align: left;
}
a:visited{
	color: #006600;
	text-decoration: underline;
	font-size: 11px;
}

a:link, a:hover {
	color: #006600;
	text-decoration: underline;
	font-size: 11px;
}
#maincontainer {
	width: 850px;
	margin: auto;
	padding-right: 13px;
	padding-left: 9px;
	background: url(img/bg_schatten_main.gif) repeat-y top;
}

#oberenavi {
	background: #fff url(img/bg_oberenavi.gif) repeat-x top;
	height: 29px;
	padding-top: 15px;
	padding-left: 23px;
	text-align: right;
	font-size: 11px;
	padding-right: 15px;
	color: #333333;	
	z-index: 8;
}
#oberenavi a:link, a:visited {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}
#oberenavi a:hover {
	text-decoration: underline;
	
}
#logobox {
	float: left;
	width: 220px;
	height: 119px;
	line-height: 119px;
	text-align: center;
	background: #fff;
	z-index: 10;
}
#maingrafik {
	height: 226px;
	background:  #398ea8 url(img/maingrafik.jpg) no-repeat top;
	z-index: -1;
	padding-left: 23px;
	
}
#maingrafik a {
	display: block;
	height: 225px;
	width: 100%
}
#navibox {
	width: 200px;
	background: #fff;
	padding: 10px;
	text-align: left;
	border-bottom: solid 4px #ccc;
	z-index: 10;
	margin-bottom: 5px;
}

#navibox ul {
	margin-left: 10px;
}
#navibox li {
	list-style-type: none;
}
#navibox a.navi:link, a.navi:visited {
	display: block;
	width: 180px;
	height: 25px;
	font-size: 18px;
	text-decoration: none;
	color: #6f706f;
	background: url(img/trenner_links.gif) bottom repeat-x;
	
}
#navibox a.navi:hover {
	color: #006600; 
}

#maincontent {
	background: #f9f9f9;
	padding: 12px;
	z-index: 0;
}
#maincontent b, strong {
	color: #006600;
}
#titel {
	float: right;
	width: 560px;
	text-align: right;
	font-size: 28px;
	color: #006600;
	font-weight: normal;
	padding-bottom: 10px;
}
#leftcontent {
	width: 220px;
	background: #fff;
	border: solid 1px #e7e7e7;
	float: left;
	margin-left: 11px;
}
#leftcontent #trenner {
	width: 90%;
	margin: auto;
	height: 20px;
}
#leftcontent #header {
	height: 25px;
	text-align: center;
	color: #000;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	background: #91e330 url(img/bg_title.gif) top repeat-x;
	margin-bottom: 15px;
}
#rightcontent {
	width: 560px;
	background: #fff;
	border: solid 1px #e7e7e7;
	float: right;
	padding: 10px;
	text-align: left;
	line-height: 15px;
	
}
#rightcontent img {
	padding: 7px;
	border: solid 1px #ccc;
	background: #fff;
	}

.ohne {
	padding: 0px;
	border: none;
	background: #fff;
	}
.bildrechts {
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
}
#clearer {
	clear: both;
	height: 10px;
}
#trenner {
	height: 11px;
	background: url(img/trenner_links.gif) repeat-x center;
	clear: both;
}
.trenner {
	height: 11px;
	background: url(img/trenner_links.gif) repeat-x center;
	clear: both;
}
#unten {
	width: 872px;
	height: 24px;
	margin: auto;
	background:url(img/unten.gif) no-repeat top center;
}
#footer {
	width: 850px;
	margin: auto;
	height: 30px;
	line-height: 30px;
}
#footer a:link, a:visited {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	
}
.todo {
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
}
#buchung {
	border: solid 1px #ccc;
}
#buchung td {
	padding: 3px;
}
#buchung select {
	padding: 2px;
	font-size: 14px;
}
.galerie {
	border: 1px solid #ccc;
	width: 540px;
	background: #f9f9f9;
	padding: 10px;
	
}
.galerie img {
	padding: 5px;
	margin: 7px;
}
.kursangebot {border: 1px solid #ccc; padding: 10px; font-size: 12px; line-height: 1.5; position: relative; margin-bottom: 20px; }
.kursangebot span.titel {display: inline-block; width: 130px; font-weight: bold; color: #006600; }
.kursname {font-weight: bold;}
.anfragebutton {position: absolute; bottom: 10px; right: 10px;}
.hover {background: #e8fcf5;}