/* CSS Document */

body {
	background-image:url(../img/hint_f.jpg); 
	}
	
#topper  {
	height: 205px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../img/hint_m_t.jpg);
	background-repeat: repeat-x;
	z-index: 2;
	} 
	
#footer {
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: -26px;
	left: 0px;
	background: url(../img/hint_m_b.jpg);
	background-repeat: repeat-x;
	z-index: 1;
	}

#hint_pu {
		height: 100%;
		width: 390px;
		position: absolute;
		left: 0px;
		background: url(../img/hint_m_pu.jpg);
		background-repeat: repeat-y;
		z-index: 0;
		}
		
#hint_b_pu {
		height: 100px;
		width: 390px;
		position: absolute;
		left: 0px;
		bottom: 0px;
		background: url(../img/hint_m_b_pu.jpg);
		}
		
#hint_t_pu {
	height: 205px;
	width: 390px;
	position: absolute;
	background: url(../img/hint_m_t_pu.jpg);
	}


#horizon {
	position: absolute;
	overflow: visible;
	top: 50%;
	width: 100%;
	height: 1px;
	}	

#container {
	width: 864px;
	height: 624px;
	background-color: #000000;
	z-index: 3;
	position: absolute;
	border: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	top: 59px;
	margin-left: -432px;
	left: 50%;
	}
	
#header1 {
	width: 658px;
	height: 120px;
	background: url(../img/head_1.jpg);
	border-bottom: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	float: left;
	}
	
#header2 {
	width: 185px;
	height: 100px;
	background: url(../img/head_2.jpg);
	border-left: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-bottom: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	padding: 10px;
	float: left;
	}
	
#navi {
	width: 854px;
	height: 22px;
	background: url(../img/navi.jpg);
	border-bottom: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	line-height: 18px;
	padding-left: 10px;
	float: left;
	}
	
#bild {
	width: 658px;
	height: 279px;
	background: url(../img/bild_start.jpg);
	border-bottom: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	float: left;
	}
	
#leist {
	width: 185px;
	height: 259px;
	background: url(../img/leist.jpg);
	border-left: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-bottom: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	padding: 10px;
	float: left;
	}
	
#wrapper1 {	
	width: 658px;
	height: 20px;
	background: url(../img/wrap1.jpg);
	border-bottom: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	float: left;
	}
	
#wrapper2 {
	width: 205px;
	height: 20px;
	background: url(../img/wrap2.jpg);
	border-left: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-bottom: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	float: left;
	}
	
#textfeld {
	width: 658px;
	height: 1000px;
	background: #FFFFFF;
	float: left;
	}

#textwrapper1 {
	width: 100%;
	height: 12px;
	background:url(../img/text_wrap1.jpg);
	background-repeat: repeat-x;
	float: left;
	}
	
#textwrapper2 {
	width: 100%;
	height: 19px;
	background: url(../img/text_wrap2.jpg);
	background-repeat: repeat-x;
	float: left;
	}

#text {
	width: 100%;
	height: 130px;
	float: left;
	padding: 10px;
	}
	
#info {
	width: 185px;
	height: 159px;
	background: #5A8EB1;
	background-image: url(../img/info.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	border-left: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	padding: 10px;
	float: left;
	}
	
	
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	}

.text_weiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.text_standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00000;
	text-decoration: none;
	line-height: 16px;
	}

