@charset "utf-8";

/* Standard & Seitenweite eigenschaften */
* {
	margin:0;
	padding:0;
	
/*	Um Frames zu zeigen
	border-style:solid;
	border-width:thin;#
*/
}
@charset "utf-8";
/* CSS Document */

@font-face {  
	  font-family: "MKfont";  
	  src: url( ./din1451alt.eot ); /* IE */  
	  src: local("din1451alt"), url(./din1451alt.ttf ) format("truetype"); /* non-IE */
	}  
	
	@charset "utf-8";

/* Standard & Seitenweite eigenschaften */
* {
	margin:0;
	padding:0;
	
/*	Um Frames zu zeigen
	border-style:solid;
	border-width:thin;#
*/
}

html, body, a {
	font-family:"MKfont";
	font-size: 12pt;
	color: #999999;
	text-decoration: none;
	font-style:normal;
	
	height:100%;
	background-color: #FFFFFF;
}

a:hover{
	color: #5D5D5C;
	cursor: pointer;
}

td.pictureSelectionMenu{
	text-align:center;
	vertical-align:bottom;
	width: 10px;
}
a.pictureSelectionMenuLeft{
	display: block;
	width: 14px;
	height:14px;
	background: url("MKR_Pfeile.png") 0px 0px no-repeat;
	text-decoration: none;
}
a:hover.pictureSelectionMenuLeft{
	background-position: 0px -14px;
}
a:active.pictureSelectionMenuLeft{
	background-position: 0px -14px;
}
a.pictureSelectionMenuRight{
	display: block;
	width: 14px;
	height:14px;
	background: url("MKR_Pfeile.png") -14px 0px no-repeat;
	text-decoration: none;
}
a:hover.pictureSelectionMenuRight{
	background-position: -14px -14px;
}
a:active.pictureSelectionMenuRight{
	background-position: -14px -14px;
}

.active{
	color: #5D5D5C;
}

.btnSwitch{
	width: 23px;
	text-align:center;
}

.btnPlus{
	width: 16px;
	text-align:center;
}

.btnMinus{
	width: 16px;
	text-align:center;
}

.submenu{
	margin-top: 15px;
}

body {
	margin: 0px;
	padding: 0px;
	
	text-align:center; /* horizontal centering for IE Win quirks */
}

div.Distance { 
	width:1px;
	height:50%;
	background-color:#FFFFFF;
	margin-bottom:-357px; /* half of container's height */
	float:left;
}

div.CenterContent {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:750px;
	width:1090px;
	clear:left;
	overflow: hidden;
}


/* Fading */
ul{
	list-style: none;
}





/* Zusätze */
.hide{
display:none;
}
#debug{
	position:relative;
	top: 10px;
	left: 50%;
	margin-left: -400px;
	width:800px;
	color:#990000;
	background-color:#EEEEEE;
	border-style:dotted;
	border-color:#FF0000;
	border-width:thin;
	font-size:12pt;
	text-align: left;
}
#debug a{
	color:#fa9035;
	font-weight:700;
	text-decoration:none;
}
#debug a:hover{
	color:#d04a10;
}
#debug h1{
	font-size:14pt;
}