@CHARSET "ISO-8859-1";
html{
	width:100%;
}
.header{
	background-image: url("./images/header.png"); 
	box-shadow: 20px -20px 00px #000000;
	min-height: 100px;
	max-height:100px;
	width:96%;
	top:30px;
	position: fixed;
	z-index: 9;
}

.menu{
	background-image: url("./images/menu.png") ;
	background-repeat: repeat-y;
	width:200px;
	min-height:800px;
	height:100%;
	position: fixed;
	top:60px;
	text-align: left ;
	left:40px;
	z-index: 0;
	padding-top: 130px;
	
}
.menutext{
	padding-left: 20px;
	font-weight: bold;
}
a.menulink{
	text-decoration: none;
 	color:#000000;
}
a.menulinkActive{
	text-decoration: none;
 	color:#888;
}
.headtext{
	position: relative;
	padding-left:300px;
	top: -140px;
	font-size: x-large;
	line-height: 25px;
}
.headunderline{
	font-size: large;
	
}
.headpic{
	text-align: right;
	top:-215px;
	position: relative;
}


.rightSide{
	top:200px;
	position: absolute;	
	width:15%;
	margin-left:300px; left:60%;
}
.kontaktbutton{
	background-color:#FFFF00;
	color:#000000;
	border-color: #DDDD00;
	
}


.panel{
 background-color: transparent;
 box-shadow: 0 0px 0px;	
}
.greenback{
	
	background-color: rgb(204,255,204);
}
a {
	color:#000000;
	text-decoration: underline;
}
a:hover{
	color:#777777;
	text-decoration: underline;
}


.invisible{
	
	display:none;
}

@media (min-width: 768px){
	.content{
	top:200px;
	position: absolute;	
	left:300px;
	width:60%;
	padding-right:5%;
	padding-bottom:40px;
}
.leftspace{
	margin-left:60px;
}
.onlymobile{
	display:  none; 
	}
}
@media (max-width:767px){
	.notmobile{
	display:  none; 
	}
	
	.content{
	top:70px;
	position: absolute;	
	padding-left:5px;
	width:100%;
	padding-right:5px;
	padding-bottom:40px;
}
.leftspace{
	}
}

strong{
	color:#144594;
}