@CHARSET "UTF-8";
header{
	min-height : 200px;
	border-bottom: 1px solid #ffffff;
}
nav{
	background-color:#003000 !important;
} 
nav .active a {		
	background-color:#002000 !important;
}
.navbar-toggle:hover,.navbar-toggle:focus {
	background-color: #002000 !important;
}

.navbar-inverse{
	border-color:#ffffff !important;
}

.content{
	background-color : #004000;
}


.logo{
	text-align : center;
	font-weight : bold;
}

.heading{
	font-size: 30pt;
	height : 200px;
	color : #ffffff;
}

.heading a{
	position:relative; top:5px; left:5px;	
}
.heading a:hover{
	text-decoration:none !important;
}

section a:link{
	text-decoration:underline !important;
}

footer{
	text-align : center;
	background-color : #004000;
	color : #ffffff;
	font-size : 8pt; 
	padding-top : 5px;
	padding-bottom : 5px;
}


#timetable{
	text-align : left;
}
#timetable td{
	padding-bottom : 40px;
}
#timetable th{
	text-align : left;
	font-size : 14pt;
	padding-bottom : 40px;
}

#home,#allgemeines,#einzel,#selbst,#abend,#themen,#person,#termine,#impressum {
	background-size: cover;
	background-position: center; 
}

#home{
	background-image:url(../img/index.jpg); 
}

#allgemeines{
	background-image:url(../img/allg.jpg); 
}

#einzel{
	background-image:url(../img/einzel.jpg); 
}

#selbst{
	background-image:url(../img/selbst.jpg); 
}

#abend{
	background-image:url(../img/abend.jpg); 
}

#themen{
	background-image:url(../img/themen.jpg); 
}

#person{
	background-image:url(../img/person.jpg); 
}

#termine{
	background-image:url(../img/termine.jpg); 
}

#impressum{
	background-image:url(../img/impressum.jpg); 
}

