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

body {
	background: url(../img/bg_main.gif) no-repeat 40% 30%;
}

a {
	text-decoration: none;
	color: #8A2337;
}

.frame {
	position: relative;
	width: 909px;
	height: 639px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	top: 40px;
}

#outer {height: 400px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}
#middle {position: absolute; top: 50%;}  /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
#inner {position: relative; top: -50%}  /* for explorer only */
/* optional: #inner[id] {position: static;} */

.borderbox {
	width: 909px;
	border-left: 2px solid #8A2337;
}

.bordertop {
	position: relative;
	width: 836px;
	height: 73px;
	border-left: 2px solid #8A2337;
	border-top: 2px solid #8A2337;
	margin: 0;
	padding: 0;
}

.bordercorner {
	position: relative;
	left: 836px;
	top: -2px;
	width: 70px;
}

.bordermiddle {
	position: relative;
	height: 407px;
	width: 909px;
	border-right: 2px solid #8A2337;
	border-left: 2px solid #8A2337;
	border-bottom: 5px solid #333333;
}

.bordermiddle_start {
	position: relative;
	height: 407px;
	width: 909px;
	border-right: 2px solid #8A2337;
	border-left: 2px solid #8A2337;
	border-bottom: 2px solid #333333;
}

.pictureframe {
	position: absolute;
	top:  -73px;
	width: 300px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.contentframe {
	position: relative;
	left: 350px;
	top: -20px;
	color: #333333;
	width: 503px;
	height: 400px;
	overflow: hidden;
	font: 12px Verdana, sans-serif;
}

.contentframe_start {
	position: relative;
	left: 50px;
	top: -20px;
	color: #333333;
	width: 803px;
	height: 400px;
	font: 12px Verdana, sans-serif;
	z-index: 50;
}

.mikro {
	position: relative;
	top: -406px;
	left: 680px;
}

.logo {
	position: absolute;
	left: 30px;
	top: 330px;
	z-index: 50;
}

.borderbottom {
	position: absolute;
	height: 67px;
	width: 844px;
}

.menucorner {
	position: absolute;
	width: 67px;
	float: left;
}

.menu {
	position: relative;
	height: 67px;
	width: 846px;
	left: 67px;
	background-color: #8A2337;
}

.menu_start {
	position: relative;
	height: 65px;
	width: 844px;
	left: 67px;
	border-bottom: 2px solid #8A2337;
	border-right: 2px solid #8A2337;
}

.menu_start img {
	position: relative;
	top: -30px;
	left: 220px;
}

.menu ul {
	color: white;
	font: 12px Verdana, sans-serif;
	list-style-type: none;
	margin: 0;
	padding-top: 24px;
}

.menu li {
	float: left;
	padding-right: 20px;
}

.menu a {
	text-decoration: none;
	color: white;
	font: 12px Verdana, sans-serif;
}

.impressum {
	position: absolute;
	height: 15px;
	width: 16px;
	left: 835px;
}

.impressum a {
	text-decoration: none;
	color: #8A2337;
	font: 10px Verdana, sans-serif;
}

.tt_address_abo {
	padding-top: 52px;
	padding-left: 20px;
	font: 12px Verdana, sans-serif;
}