@charset "UTF-8";
/* Reset all margins and paddings */
* { margin:0; padding: 0; }

/* correct select boxes */
option { padding-left: 0.7em; }

/* Reset all font sizes */
html * { font-size: 100.01%; }

/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 75%;
	font-weight: normal;
	line-height: 150%;
	height: 100%;
	background-position:center center;
	background-repeat:repeat-y;
}

#menu_bg {
	background-position:left;
	background-repeat:repeat-y;
	background-color:#666666;
	width:760px;
}

/* Set all header directives to 0.25em margin */
h1,h2,h3,h4,h5,h6 { 
  	color: #000000;
  	margin: 0 0 0.25em 0;
}

/* h1 should be 18px */
h1 {
	font-weight:normal;
	font-size: 150%;
}

/* h1 should be 14px */
h2 {
	font-weight: bold;
	color: #666666;
	font-size: 116.67%;
	padding-top: 20px;
	padding-bottom: 10px;
}

/* h3 should be 12px*/
h3 {
	color: #666666;
	font-style: bold;
	padding-bottom: 10px;
}

/* Padding for paragraphs */
p {
	padding: 0.25em 0;
}

/* the overall container */
#container {
	width: 760px;
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-380px;
	background-color:#FFFFFF;
}

#head {
	background-position:left;
	height: 214px;
	width:492px;
	float:left;
}

.bereich{
	float:right;
	width:200px;
	padding-right:0px;
	padding-top: 182px;
	text-align:right;
}

.bereichbild {
	width:33px;
	float:right;
	padding-top:170px;	
}

img {
	border: none;
}

.imgright {
	padding: 0px;
	border: none;
	padding-top: 90px;
	text-align:right;
	margin:0;
}

.imgright img {
	padding-bottom:10px;
}

.bildunterschrift {
	color:#666666;
	font-size: 75%;
	font-style:italic;
	padding-right: 15px;
	margin-top:-2px;
}

/* normal text with an image to the right */
.text {
	float:left;
	padding-left:40px;
	padding-top:20px;
	width:500px;
}

.text ul {
	line-height: 25px;
	padding-left: 20px;
}

/* kurse page with no image on the right side */
.kurs {
	float:left;
	padding-left:40px;
	padding-top:20px;
	width:650px;
}

.kurs ul {
	line-height: 25px;
	padding-left: 20px;
}

/* a box with kurscontent */
.kurs .inhalt {
	float:left;
	width:320px;
	padding-left:5px;
	padding-right:15px;
}

.kurs .back{
	padding-top:85px;
	padding-left: 0px;
	float:left;
}

.kurs .box {
	border: solid;
	border-color: #df6a23;
	border-width: thin;
	width: 650px;
	height:auto;
	padding: 10px;
	margin-bottom: 25px;
}

.content {
	padding-bottom:5em;
}

.clearer {
	clear:both;
}

/* This is the footer related code */
html {
	height:100%;
}

.nonFooter {
	position: relative;
	min-height: 100%;
}

* html .nonFooter {
	height: 100%;
}

.footer {
	/*clear:both;*/
	position: relative;
	margin: -4em auto 0 auto;
}

* html .footer {
  clear:both;
	margin-top: -4em;
}

/* Menu Elements */
#menu{
	padding:10px;
	margin-left:20px;
}

#menu a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover {
	color: #ffffcc;
	text-decoration:none;
}

#menu li {
	list-style:none;
	margin:0px;
	padding-right:20px;
	display:inline;
}

/* Impressum (Copyright) Elements */
.impressum {
	border-top:solid;
	border-top-width:thin;
	width:100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.impressum p {
	font-size:75%;
	font-style:italic;
	padding-right:40px;
	padding-left:40px;
}

div.italic {
	font-style: italic;
}

div.bold {
	font-weight: bold;
}