@charset "utf-8";
/* CSS Document */

/* Reset standard definitions*/
body, p, li, ul, tr, td, h1, h2, h3, h4{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a{
	color: #711d1d;
	font-weight: bold;
	text-decoration: none
}

a img{
	border: none;
}

/*backgrounds*/
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	height: 100%;
}

body {
	background-image: url(../images/hg_kachel.jpg);
	height: 100%;
}

#center{
	left: 50%;
	position: relative;
	margin-left: -434px;
	width: 868px;
	padding-top: 60px;
}

#border_outer{
	background-color: #711d1d;
	border: 1px solid #fcefaf;
	height: 566px;
	width: 868px;
}

#border_inner{
	background-color: #85171a;
	border: 1px solid #fcefaf;
	height: 562px;
	margin: 1px;
	overflow: visible;
}

/*FLOATING*/
#left{
	float: left;
	background-image: url(../images/hg_left.jpg);
	width: 122px;
	margin: 1px;
	background-color: #711d1d;
	height: 560px;
	overflow: hidden;
}

#middle{
	float: left;
	width: 479px;
	margin: 1px 1px 1px 0px;
	background-color: #fcefaf;
	background-image: url(../images/hb_content.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 560px;
	overflow: hidden;
}

#right{
	float: left;
	width: 259px;
	margin: 1px 0px 1px 0px;
	background-color: #711d1d;
	height: 560px;
	overflow: hidden;
}

/*Hoverbox*/
#hover{
	border: 1px solid #85171a;
	position: absolute;
	bottom: 0;
	color:#000;
	margin: 20px 16px 20px 16px;
	width: 224px;
	z-index: 4;
	background-image: url("../images/hover_bg.png");
}


