﻿@-ms-viewport       { width: device-width; }
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }




.imgscale_menue {
	width:80%;
}
.bg_image_mobil {
	background: url('../images/Hintergrund_innenseiten2.jpg'); 
					background-size:270%;
					background-repeat: no-repeat;
					 background-attachment: fixed;
					height:100em;
}

@media (orientation: portrait) and (max-width: 768px ) { 
	img {
		width:100%;
	}

	.content_mk {
		visibility:visible;	
		
	}
	.content_mk_vert {
		display:none;			
	}

}

@media (orientation: landscape) and (max-width: 768px ) { 
		
	img {
		width:56%;
	}
	
	.imgscale_menue {
		width:45%;
	}
	.bg_image_mobil {
					background: url('../images/Hintergrund_innenseiten2.jpg'); 
					background-size:100%;
					background-repeat: no-repeat;
					 background-attachment: fixed;
					height:100em;
	}
	.content_mk {
			display:none;		
	}
	.content_mk_vert {
		visibility:visible;	
	}



}

@media only screen and (min-width: 769px ) {
	body {
	line-height: 1.3;
}	
	
}

.mobile_header {
	background-color:#888;
}
.mobile_footer {
	background-color:#555;
}



html, body {
	margin:0; padding:0;
	height:100%;
}
 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 14px;
	color: black;
}
p {
	margin-bottom: 6px;
	margin-top: 0px;
}
ul {
	padding-left:0.8em;
}

.cover_box {
float:left; height:50%; margin-bottom:-384px;

}
.content_box {
clear:both;
	margin-left: auto;
	margin-right: auto;
	height: 768px;
	width: 1024px;
	position: relative;
}
.bg_image {
	background: url('../images/bg_cover.jpg') no-repeat;
}
.content_bg {
	background: url('../images/Hintergrund_innenseiten.jpg') no-repeat;
}
.fett {
	font-weight: bold;
	margin-bottom: 5px;
}
.was, .wo, .wie {
	display: block;
	width: 143px;
	height: 50px;
	position: absolute;
}
a.was:link, a.was:visited, a.was:hover, a.was:active {
	text-decoration: none;
	background-image: url(../images/was_normal.png);
	background-position: center;
	background-repeat: no-repeat;
}
a.was:hover {
	background-image: url(../images/was_highlight.png);
}
a.wie:link, a.wie:visited, a.wie:hover, a.wie:active {
	text-decoration: none;
	background-image: url(../images/wie_normal.png);
	background-position: center;
	background-repeat: no-repeat;
}
a.wie:hover {
	background-image: url(../images/wie_highlight.png);
}
a.wo:link, a.wo:visited, a.wo:hover, a.wo:active {
	text-decoration: none;
	background-image: url(../images/wo_normal.png);
	background-position: center;
	background-repeat: no-repeat;
}
a.wo:hover {
	background-image: url(../images/wo_highlight.png);
}
.textbox {
	position: absolute;
	left: 80px;
}
.gruen {
	color: #779e24;
}
.blau {
	color: #0065a3;
}
.rot {
	color: #e8556e;
}
.gelb {
	color: #e97d00;
}
.violett {
	color: #5d4894;
}
.grau {
	color: #333;
}
.unterschrift {
	position: absolute;
	left: 10px;
	top: 643px;
	border: 0px;
}


