html { 
   padding:0px;
   margin:0px;
	width: 100%;
   height:100%;  	
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;	
	color: #000000;
	text-decoration: none;
	background-image: url(screen/hinter_01.jpg);
	background-repeat: repeat-x;
	background-color: #AA060F;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	width: 100%;
   height: 100%;	
}

div,table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height:15px;
}

form, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;	
	line-height:15px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

#box {
	width: 800px;
	text-align: left;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	height: 100%;
}

#left {
   width:210px;
	background-image: url(screen/hinter_03.jpg);
	background-repeat: repeat-y;
	background-position: right;	
   float:left	
}

#left_inner {
	width:193px;
	background-color:#FFF9E9;
	background-image: url(screen/hinter_02.jpg);
	background-repeat: no-repeat;
	background-position: right 36px;	
	float:left
}

#left_inner #hmenue {
	height:120px;
	width:193px;
}

#left_fuss, #left_fuss a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CD0711;
	text-align: center;
}

#right {
   width:590px;
   float:left;	
	background-image: url(screen/hinter_04.jpg);
	background-repeat: no-repeat;
	background-position: 0px 176px;		
}

#right_inner {
   padding: 40px 0px 10px 34px;
	width:516px;
   float:left;
}

#right_fuss {
	margin-top:20px;
   border-top: 1px solid #CD0711;
	text-align: center;
	padding-top:3px;
}

#link, #link a {
	font-size: 13px;
	color: #CD0711;
	font-weight: bold;
}

