/* -----------------------------------*/
/* ---------->>> Global <<<-----------*/
/* -----------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#ffffff;
	background-image:url(img/bischlebener-sv.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-color: #283579;
}
p {
	padding:0;
	margin:0 0 14px 0;
}
a {
	color:#ffffff;
	text-decoration:none
}
a:hover {
	color:#ffffff;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	margin: 0;
	padding:0;
}


/* -------------------------------------------*/
/* ---------->>> Seitenstruktur <<<-----------*/
/* -------------------------------------------*/
#box{
    width:804px;
	margin: 0px auto;
}
		#box-impressum{
			width:804px;
			height:26px;
			float:left;
		}
			#box-impressum-inner{
				padding:12px 0 0 704px;
			}
				#box-impressum-inner a{
					font-size:10px;
					font-weight:normal;
					text-decoration:none;
					color:#a5acc8;
				}
				#box-impressum-inner a:hover{
					font-weight:normal;
					text-decoration:underline;
				}
		#box-col-1{
			width:402px;
			float:left;
		}
		#box-col-2{
			width:402px;
			float:left;
		}


/* ----------------------------------------------------------*/
/* ---------->>> Button // Navigation // LINKS <<<-----------*/
/* ----------------------------------------------------------*/
ul.button-links{
	padding:140px 0 0 55px;
	margin:0;
	list-style-type:none;
}
ul.button-links li{
	margin:0 0 29px 0;
}
ul.button-links li a{
	width:156px;
	height:24px;
	padding:9px 0 0 0;
	text-align:center;
	font-weight:bold;
	display:block;
	background-image:url(img/button.gif);
}
ul.button-links li a:hover{
	background-image:url(img/button.gif);
	background-position:0px -33px;
}



/* -----------------------------------------------------------*/
/* ---------->>> Button // Navigation // RECHTS <<<-----------*/
/* -----------------------------------------------------------*/
ul.button-rechts{
	padding:140px 0 0 186px;
	margin:0;
	list-style-type:none;
}
ul.button-rechts li{
	margin:0 0 29px 0;
}
ul.button-rechts li a{
	width:156px;
	height:24px;
	padding:9px 0 0 0;
	text-align:center;
	font-weight:bold;
	display:block;
	background-image:url(img/button.gif);
}
ul.button-rechts li a:hover{
	background-image:url(img/button.gif);
	background-position:0px -33px;
}
