html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;	
}

body {
	margin:0;
	padding:0;
	background-color:#F1E7B7;
	width:100%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
}
a {

	color:#961734;
	text-decoration:none;
}
a:hover {
	color:#961734;
	text-decoration:underline;
}
.vert {
	background-color:transparent;
	position: absolute;
	top: 50%;
	width: 100%;
}
.mainbox {
	position: relative;
	width:800px;
	height:600px;
	margin-top:-300px;
	border:1px solid #961734;
	background-image:url(images/bg_main.png);
	background-repeat:repeat-x;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.content {
	position:absolute;
	top:190px;
	left:45px;
	width:530px;
	height:370px;
	color:#5C0000;
	overflow:auto;
	overflow-x:hidden;
	scrollbar-base-color:#961734;	
	scrollbar-3dlight-color:#F1E7B7;
	scrollbar-arrow-color:#F1E7B7;
	scrollbar-darkshadow-color:#F1E7B7;
	scrollbar-face-color:#961734;
	scrollbar-highlight-color:#961734;
	scrollbar-shadow-color:#961734;
	scrollbar-track-color:#F1E7B7;
}
.content img {
	border:1px solid #961734;
}
.content td {
	color:#5C0000;
	vertical-align:top;
}
.titel {
	font-size:1.4em;
	padding-bottom:20px;
	color:#F1E7B7;
}
.righttop {
	z-index:2000;
	position:absolute;
	top:0;
	right:0;
	width:211px;
	height:346px;
	display:block;
	background-image:url(images/right.png);
	background-repeat:no-repeat;
}
.rightbottom {
	z-index:2000;
	position:absolute;
	bottom:0;
	right:0;
	width:210px;
	height:254px;
	display:block;
	border-left:1px solid #F1E7B7;
}
.menu {
	position:absolute;
	top:136px;
	left:0;
	width:590px;
	height:30px;
	display:block;

}
.menu a{
	float:left;
	width:98px;
	text-align:center;
	display:block;
	line-height:30px;
	border-left:1px solid #F1E7B7;
	border-right:1px solid #F1E7B7;
	position:relative;
	left:45px;
}
.menu a:hover, .menu a:active, .menu .active{
	background-color:#FAF6E3;
	border-left:1px solid #961734;
	border-right:1px solid #961734;
	text-decoration:none;
}
