@charset "UTF-8";
body {
	background-color: #504E4D;
	margin-top: 8px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

h1 {
	text-transform: uppercase;
	color: #65AF23;
	font-size: 20px;
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 10px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	padding-right: 28px;
	padding-left: 28px;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

ul {
	color: #FFF;
	text-decoration: none;
}

.euro {
	text-align: right;
	padding-right: 10px;
}

a:active {
	text-decoration: none;
	color: #FFF;
}

a:link {
	text-decoration: none;
	color: #504E4D;
}

a:visited {
	text-decoration: none;
	color: #504E4D;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

a#aktiv {
	text-decoration: none;
	color: #FFF;
}
/* CSS Document */

#kopf {
	background-image: url(../_bilder/kopf_hg_900.jpg);
	height: 319px;
	padding-top: 0px;
}

#menu {
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	left: 248px;
	top: 160px;
	width: 200px;
	text-decoration: none;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	color: #504E4D;
}

#menu li {
 	list-style-type: none;
  padding-left: 40px;
}

#info {
	font-size: 11px;
	line-height: 16px;
	color: #333;
}

#info p {
	font-size: 11px;
	padding-right: 28px;
	padding-left: 28px;
}

#info hr {
}

#inhalt {
	padding-right: 38px;
	padding-left: 38px;
	font-size: 11px;
	color: #333;
	line-height: 18px;
}
#inhalt table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BEF293;
}
#inhalt table tr td ul {
	color: #333;
	list-style-type: none;
}
.kurs
{
	text-transform: uppercase;
	color: #333;
	font-size: 12px;
}
#inhalt p .highslide img
{
	margin-right: 12px;
	margin-bottom: 10px;
}

#start
{
	text-align: center;
	background-image: url(../_bilder/start_hg_01.jpg);
}

.left {
  float: left;
}

img.galerie {
  padding: 0 10px 5px 0;
}

/* =Einstellungen Bildvergroesserung 
-----------------------------------------------------------------------------*/

.highslide { /* Grundeinstellungen */
    cursor: url(/b_grafik/zoomin.cur), pointer;
}

.highslide-image { /* Rahmen ums Bild */
	border: 1px solid #333333;
}

.highslide-dimming {
	background-color:   black;
}

.highslide-caption { /* Bildunterschrift */
    display:          none;
    border:           0px;
    padding:          5px;
    background-color: white;
}

.highslide-loading { /* Anzeige, wenn Bild geladen wird */
  display:            block;
	color:              black;
	font-size:          0.9em;
	font-weight:        bold;
	text-transform:     uppercase;
  text-decoration:    none;
	padding:            5px;
	border:             1px solid #333333;
  background-color:   white;
}

.highslide-display-block {
    display: block;
}

.highslide-display-none {
    display: none;
}
