html {
	height:100%;
}
body {
	height:94%;
	font-family:Tahoma,Arial,sans-serif;
	font-size:9pt;
	line-height:12pt;
	color:#646267;
	background-color:#e3e3e3;
}

h1,h2,h3,h4,h5,h6,dl,dt,dd,img,br,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,p,ul,li,ol {
    margin:0;
    padding:0;
	font-size:9pt;
	line-height:11pt;
    font-family:Tahoma,Arial,sans-serif;
}
h1 {
	font-size:15pt;
	font-weight:normal;
	padding-bottom:10px;
}
table.center {
	height:98%;
	width:100%;
}

a {
	color:#BA2D37;
}
a img {
	border:none;
}
dl.image {
	margin:5px;
	width:120px;
}
dl.image dd {
	text-align:left;
	line-height:9pt;
	font-size:8pt;
}
dl.image dd strong {
	color:#BA2D37;
}

#main {
	width:840px;
	height:520px;
	background-color:#fff;
	text-align:left;
}
#katschhof {
	position:absolute;
	z-index:2;
	height:460px;
	width:200px;
	overflow:hidden;
	border-top:30px solid #BA2D37;
	margin-left:18px;
}

/* hoehe: 165 */
#header {
	width:622px;
	height:110px;
	padding:30px 0 10px 218px;
}
#header ul {
	width:160px;
	padding-left:5px;
	list-style-type:none;
	float:left;
}
#header ul a {
	text-transform:uppercase;
	text-decoration:none;
	line-height:13pt;
}
#header ul a:hover,#header ul a.active {
	text-decoration:underline;
}
.headertxt {
	width:372px;
	height:95px;
	padding:15px 70px 0 10px;
	float:right;
	overflow:hidden;
	text-align:left;
	font-size:8pt;
}

/* hoehe: 55 */
#headline {
	width:595px;
	height:55px;
	padding-left:215px;
	background-color:#BA2D37;
	color:#fff;
}


#content {
	width:592px;
	height:310px;
	padding:5px 30px 0 218px;
	overflow:hidden;
}

/* hoehe: 310 */
#cLeft {
	width:170px;
	height:200px;
	border-bottom:30px solid #BA2D37;
	text-align:center;
	padding-top:80px;
	font-size:8pt;
}
#cLeft dl.image {
	float:right;
	padding-right:5px;
}
/* hoehe: 310 */
#cCenter {
	width:260px;
	height:310px;
	padding:0 5px 0 5px;
	font-size:8pt;
}

/* hoehe: 310 */
#cRight {
	height:310px;
	padding:0 5px 0 5px;
	font-size:8pt;
}

#text {
	padding:10px 30px 0 10px;
	margin-bottom:30px;
	line-height:13pt;
	height:270px;
	width:382px;
	overflow:auto;
}

.left {
	float:left;
}
.right {
	float:right;
}
.clearer {
	clear:both;
}