@charset "utf-8";
body
	
	* 	{
	font-family:'Georgia','Times','arial', 'Verdana';
	font-size: 12px;
	line-height: 17px;
	text-align:left;
	}

img, a {
  border: none;
  outline: none;
}

#mutter {
	position:absolute;
	background:white;
	height:780px;
	width:440px;
	bottom: -80px;
	right: 255px;
		}

#inhalt	{
	position: absolute;	
	width: 400px;
	text-align:right;
	padding: 20px;
    background-color: #FFFFFF;
}
		
#logo	{
	position: absolute;
	top: 0px;
	width: 184px;
	height: 184px;
	right: -200px;
}
	
#navigation	{
	position: absolute;
	width: 184px;
	height: auto;
	top: 200px;
	right: -200px;
	margin-left: -20px;
	background-color:white;
	padding: 17px 0px;
}

#facebook {
    position: absolute;
    top: 400px;
	right: -200px;
}
#facebook img {
    width: 25px;
    height: auto;
}

/*-----------------------schrift------------------------*/

h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 30px;
	color: black;
	}
h2 {
	font-size: 15px;
	font-weight: normal;
	color: black;
	line-height: 16px;
	margin-bottom: 6px;
	margin-top: 20px;
	}
h3 {
	font-size: 15px;
	font-weight: normal;
	color: black;
	line-height: 16px;
	margin-bottom: -5px;
	margin-top: 15px;

	}

a:link {
	color: black;
}
a:visited {
	color: #000;
}
a:hover {
	color: #666;
}
a:active {
	color: #666;
}

p{
text-align:left;
}

/*-----------------------navigation------------------------*/

a.normal	{
	font-size: 14px;
	display: block;
	color: black;
	line-height: 17px;
	background: #fff;
	text-align: left;
	text-decoration: none;
	padding: 2px 0px 2px 20px;
	}

a.normal:hover {
	text-decoration: underline;
	color: black;
	}

a.activ	{
	font-size: 14px;
	display: block;
	color: black;
	line-height: 17px;
	background: #fff;
	text-align: left;
	text-decoration: underline;
	padding: 2px 0px 2px 20px;
	}

a.activ:hover {
	text-decoration: underline;
	}

/*Sonstiges*/
.margin-bottom {
    margin-bottom: 20px;
}

.line-height {
    line-height: 18px;
}
/*.line-height:hover {
    text-decoration: underline;
}

.margin-top {

}*/

.button_kurse {
  margin-top: 50px;
    width: 170px;
    height: auto;
}
