@charset "UTF-8";
/* CSS Document */

/* This technique neutralizes font size differences for monotype fonts. */
html > body,
html > textarea {
font-size: 12px;
}
body {
margin:0 auto 0 auto;
height:auto;
width:1100px;
overflow:scroll;
background:url(../images/mkk-textur.jpg) fixed;
}

.container {
position:relative;
width:auto;
height:760px;
margin-top:10px;
}


/* Header */
.header {
position:fixed;
top:20px;
width:250px;
height:auto;
color:black;
background-color:none;
float:left;
display:block;
}
.header img {
width:250px;
height:auto;
}

/* Navigation links */
.navi-links {
position:fixed;
top:200px;
width:250px;
color:#333;
background-color:none;
display:block;
}
.navi-links ul li {
margin-left:20px;
text-indent:-20px;
}
.navi-links ul li a {
font-family: 'Special Elite', serif;
line-height:24px;
font-size:18px;
font-weight:100;
letter-spacing:1px;
padding-top:0px;
padding-left:20px;
text-decoration:none;
color:#666;
}
.navi-links ul li a:hover {
color:red;
}
.content {
display:block;
width:1100px;
height:600px;
background:none;
}
.content img, .text {
width:800px;
margin-left:300px;
padding-top:20px;
}
img.klein {
width:300px;
float:right;
padding-left:20px;
padding-bottom:20px;
padding-top:20px;
margin:0;
}
.content p {
font-family: 'Special Elite', serif;
line-height:30px;
font-size:12px;
font-weight:100;
letter-spacing:1px;
text-align:right;
}
.content p em {
font-size:18px;
vertical-align:sub;
}
p em.normal {
vertical-align:middle;	
}
h2 em.normal {
vertical-align:middle;	
font-size:28px;
}
.text {width:800px;
	margin:45px auto auto 300px;min-height:550px;
}
table tr td {
height:auto;
padding:5px 0 5px 0;
vertical-align:top;
}
.text h1 {
font-family: 'Special Elite', serif;
line-height:30px;
font-size:34px;
font-weight:100;
letter-spacing:1px;
text-align:left;
margin-bottom:10px;margin-top:-28px;
}
.text h1 b {
color:#aaa; Background-color:inherit;text-decoration:none;
}
.text h2 {
font-family: 'Special Elite', serif;
line-height:30px;
font-size:24px;
font-weight:100;
letter-spacing:1px;
text-align:left;
margin-bottom:10px;
}
.text p, .text table, .text ul {
font-family: 'Special Elite', serif;
line-height:16px;
font-size:12px;
font-weight:100;
letter-spacing:1px;
text-align:left;
margin-bottom:20px;
}
.text ul li {
margin-bottom:10px;
}
ul.eng li {
margin-bottom:0px;
}
.text b {
	text-decoration:underline;
}

.impressum a {
float:left;
font-family: 'Special Elite', serif;
line-height:38px;
font-size:12px;
font-weight:100;
letter-spacing:1px;
padding-top:0px;
padding-left:20px;
text-decoration:none;
color:#666;
background-color:inherit;
width:280px;
}
.impressum a:hover {
	color:red;
	background-color:inherit;
}
.prevnext {
	width:800px;
	margin-left:300px;
}
.prevnext a {
	font-family: 'Special Elite', serif;
	color:#666;
	background-color:inherit;
	line-height:38px;
font-size:12px;
font-weight:100;
letter-spacing:1px;
padding-top:0px;
}
.prevnext a:hover {
	color:red;
	background-color:inherit;
}
.links {
	float:left;	
}
.rechts {
	float:right;
}
.dreispaltig {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	column-width:250px;
	clear:left;
}