/*  HTML  */

body{
	margin-top: 0px;
	margin-left: 0px;
	margin-right : 0px;
	background-color: White;
	color: #333333;
	font-family: Verdana, Arial,;
	font-size: 12px;
	background-image: url(../image/background.jpg);
	background-repeat: repeat-y;
	}
	
TD{
	color : #333333;
	font-family : Verdana, Arial,;
	font-size : 12px;
}

/*   LAYOUT  */

#BG-Pic{
	background-image: url(../image/background_pic.gif);
	background-repeat: no-repeat;
	height : 370px;
	width : 750px;
	position : absolute;
	top : 250px;
	left : 250px;
}

html>body #BG-Pic{
	position: fixed;
}

#banner{
	background-color: #A7050D;
	height : 109px;
	width : 100%;
	background-image: url(../image/banner.jpg);
	position: fixed;
   top: 0px;
   left: 0px;
 	z-index: 10;
	
 }
 
#navigation{
	display: block;
	background-color: Black;
	height: 25px;
	width : 100%;
	border-top: 1px solid #A89455;
	border-bottom: 1px solid #A89455;
	position: fixed;	
	left: 0px;
	top: 109px;
	right : 0px;
	z-index: 11;
	}
	

#left{
	background-image: url(../image/left-pic.jpg);
	background-repeat: no-repeat;
	height : 400px ; 
	width : 200px ; 
	position: fixed;	
	left : 0px ;
	top: 135px ; 
	margin-top : 50px;
	z-index: 12;
}

#headline{
	width : 700px;
	height : 25px;
	position: absolute;
	top : 190px;
	left : 250px;
	z-index: 1;
}

#content{
	padding-bottom : 25px;
	text-align: justify;
	width : 700px;
	min-height: 370px;
	position: absolute;
	top : 250px;
	left : 250px;
	z-index: 1;
}

#sub_content{
	width : 47%;
	display : block ;
	text-align: justify;
	float : left;
	padding-right : 15px;
}

/* LINKS  */


A {
	color : #A7050D;
	font-family : Verdana, Arial,;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
}

a.nav_botton:link , a.nav_botton:visited{
	color: #A89455;
	font-size: 12px;
	font-weight: bold;
	width: 198px;
	height: 20px;
	display: block;
	float: left;
	text-align: center;
	border-right: 1px solid #A89455;
	padding-top: 5px ;
}

a.nav_botton:hover ,  a.nav_botton_aktiv:hover{
	text-decoration: none;
	background-color: #A89455;
	color : #A7060E;
	
}

a.nav_botton_aktiv:link , a.nav_botton_aktiv:visited{
	font-size: 12px;
	font-weight: bold;
	width: 198px;
	height: 20px;
	display: block;
	float: left;
	text-align: center;
	border-right: 1px solid #A89455;
	padding-top: 5px ;
	background-color: #A89455;
	color : #A7060E;
}

/*  SONSTIGES  */

#pic_pos_left{
	margin-right : 20px;
	margin-bottom : 10px;
}

#pic_pos_right{
	margin-left : 20px;
	margin-bottom : 10px;
}

.rahmen{
	border : 1px solid black;
}
