/* CSS Document */


* {
border:none;margin:0px;padding:0px;
font: 14px Georgia;
color:#333; }
    
body{background: #ffeaaa;
}


.splash{
margin: auto;
}
.header {
background-color: #ffefbe;
height: 120px;
width: 585px;
margin-top: 5px;
padding-bottom:20px;
margin-left: 30px;
}

.header h1 {
color: #00bffd;
font-size:40px;
padding:10px 30px 0px 160px;
font-weight: bold;
}
.container {
background-color:#ffefbe;
width: 780px;
margin-left: 20px;
margin-top: 20px;
padding-left: 4px;
}

ul {
list-style-type:none;
}

li{height:20px}

span.bildunterschrift {
font-style:italic; 
}

.navi {
margin-top: 20px;
margin-right: 10px;
border:1px solid #000000;
font-weight:bold;
background-color: #ffefbe;
width: 170px;
float: left;
padding:4px 0px 4px 0px;
}


.content p{
margin-bottom: 15px;
}

.content {

background-color: #ffefbe;
width: 508px;
margin-top: 0px;
margin-left: 170px;
padding:20px 20px 10px 20px;
line-height: 18px;
}

.content h1 {
font-size: 14px;
font-weight: bold;
padding-bottom: 8px;
}

.content h2 {
font-size: 15px;
font-weight: bold;
padding-bottom: 4px;
color: #000;
}

.content .bild{
margin-bottom: 10px;
}

.kurs{
margin-bottom: 50px;
}



.footer{
padding: 2px 0px 0px 330px;
}


hr {
	margin:10px 0px;
border-bottom:1px #000 dotted;
	height:1px;}


a:link {
	color: #218F26;
	text-decoration: underline;
padding-top: 3px;
}
a:visited {
text-decoration: underline;
color: #218F26;
padding-top: 3px;
}
a:hover {
text-decoration: underline;
color: #D2CE2D;
padding-top: 3px;
}
a:active {
text-decoration: underline;
color: #218F26;
padding-top: 3px;
}



a.menu:link {
	color: #218F26;
	text-decoration: none;
display:block;
padding-top: 3px;
}
a.menu:visited {
	text-decoration: none;
	color: #218F26;
display:block;
padding-top: 3px;
}
a.menu:hover {
	text-decoration: none;
	background-color: #218F26;
color: #fff;
display: block;
padding-top: 3px;
}
a.manu:active {
	text-decoration: none;
	color: #218F26;
display:block;
padding-top: 3px;
}


