@CHARSET "ISO-8859-1";

	body {
		background-image: url('../gfx/bbd.hintergrund.jpg');
		margin:0;
		padding: 0;
		height: 100%;
		width: 100%;
		background-color: #848d96;
		background-repeat: repeat no-repeat;
		
	}
	
	#shadow_top {
		position: absolute;
		top: 0px;
		left: 50%;
		width: 1116px;
		height: 128px;
		margin-left: -558px;
		background-image: url('../gfx/shadow_top_hack.png');
		z-index: 3;
	}
	
	#shadow_main {
    	position:fixed;
    	left: 50%;
   		top: 0px;
    	bottom: 0px;
    	width: 1116px;
    	height: 100%;
		margin-left: -558px;
		background-image: url('../gfx/shadow_main.png');
		z-index: 1;
	}
	
	#bigbackwhite {
		position: fixed;
		height: 100%;
		width: 1100px;
		left: 50%;
		margin-left: -550px;
		z-index: 2;
		background-color: #fff;
	}
	
	#site {
		position: relative;
		top: 48px;
		width: 1100px;
		left: 50%;
		height: 100%;
		margin-left: -550px;
		bottom: 0px;
		z-index: 4;
	}
	#header_red {
		position: absolute; 
		top: 150px; width: 50%; right: 0px; background-color: #b10606; height: 197px;
	}
	
	#balken {
		position: relative;
		width: 1100px;
		height: 80px;
		/*background-image: url('../gfx/balken.png');*/
		background-color: #fff;
	}
	
	#balken_kontakt {
		position: absolute;
		right: 0px;
		top: -8px;
		height: 30px;
		width: 139px;
		background-image: url('../gfx/bbd.kontakt.png');
	}
	
	#balken_logo {
		position: absolute;
		left: 87px;
		top: 28px;
		background-image: url('../gfx/bbd.logo.jpg');
		height: 37px;
		width: 215px;
	}
		
	#balken_content {
		position: absolute;
		font-family: "Arial", sans-serif;
		font-weight: bold;
		font-size: 14pt;
		left: 86px;
		top: 13px;
	}
	
	#header {
		position: relative;
		width: 1100px;
		height: 219px;
		background-image: url('../gfx/bbd.header.start.jpg');
		background-repeat: no-repeat;
		background-position: 0 -10px;
		z-index: 3;
	}
	
	#navigation {
		position: absolute;
		bottom: 0px;
		left: 58px;
		height: 23px;
		width: 656px;
		z-index: 5;
	}
	#nav_left {
		position: absolute;
		left: 0px;
		width: 9px;
		height: 23px;
		background-image: url('../gfx/nav_left.png');
	}
	
	#nav_center {
		position: absolute;
		left: 9px;
		width: 618px;
		height: 23px;
		padding-left: 22px;
		background-color: #fff;
		z-index: 5;
	}
	#nav_right {
		position: absolute;
		right: 0px;
		height: 23px;
		width: 9px;
		background-image: url('../gfx/nav_right.png');
	}
	
	#nav_item {
		position: relative;
		float: left;
		font-family: "Arial", sans-serif;
		font-size: 12pt;
		color: #666;
		top: 5px;
		padding-right: 20px;
		z-index: 6;
	}
	
	#nav_center ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	#nav_center ul li {
		position: relative;
		float: left;
		font-family: "Arial", sans-serif;
		font-size: 12pt;
		color: #666;
		top: 5px;
		padding-right: 18px;
		z-index: 6;
	}
	
	#nav_center ul li.seperator {
		position: relative;
		top: 9px;
		float: left;
		width: 2px;
		height: 14px;
		padding-right: 18px;
		background-image: url('../gfx/nav_seperator.png');
		background-repeat: no-repeat;
		z-index: 6;
	}
	
	#nav_center li  a:link, #nav_center a:visited {
		text-decoration: none;
		color: #666;
		z-index: 6;
	}
	#nav_center li a:hover {
		text-decoration: none;
		color: #b10606;
	}
		
	
	#nav_seperator {
		position: relative;
		top: 9px;
		float: left;
		width: 2px;
		height: 14px;
		padding-right: 18px;
		background-image: url('../gfx/nav_seperator.png');
		background-repeat: no-repeat;
		z-index: 6;
	}
	
	#imagelink {
		position: absolute;
		top: 25px;
		left: 88px;
		width: 800px;
	}

	
	#imagelink_title {
		position: relative;
		line-height: 125%;
		font-family: "Times New Roman", serif;
		font-size: 30pt;
		color: #fff;
		z-index: 4;
	}
	
	#imagelink_shadow {
		position: absolute;
		top: 1px;
		left: 1px;		
		line-height: 125%;
		font-family: "Times New Roman", serif;
		font-size: 30pt;
		color: #000;
		z-index: 3;
	}
	
	#imagelink_more {
		position: relative;
		top: 15px;
	}
	
	#imagelink_more_arrow {
		position: absolute;
		top: 3px;
		left: 1px;
	}
	#imagelink_more_text {
		position: absolute;
		left: 25px;
		font-family: "Times New Roman", serif;
		font-size: 14pt;
		color: #fff;
		z-index: 4;
	}
	
	#imagelink_more_text a {
		color: #fff;
		text-decoration: none;
	}
	#imagelink_more_text a:hover {
		color: #fff;
		text-decoration: none;
	}	
	
	#imagelink_more_shadow {
		position: absolute;
		top: 1px;
		left: 26px;
		font-family: "Times New Roman", serif;
		font-size: 14pt;
		color: #000;
		z-index: 3;
	}	
	#imagelink_more_shadow a {
		color: 000;
		text-decoration: none;
	}
	
	#imagelink_more_shadow a:hover {
		color: 000;
		text-decoration: underline;
	}	
	
	#center {
		position: relative;
		width: 1100px;
		bottom: 0px;
		top: 0px;
		background-color:#fff;
		z-index: 3;
	}
	
	#content {
		position: relative;
		margin-left: 90px;
		margin-top: 37px;
		font-family: "Arial", sans-serif;
		font-size: 11pt;
		z-index: 3;
	}
	

	
	#imprint {
		position: relative;
		left: 55px;
		width: 500;
		font-family: "Arial", sans-serif;
		font-size: 8pt;
		color: #999;
		z-index: 10;
		margin-left: 4px;
	}
	
	#content_left {
		position: relative;
	}
	#content_left a {
		color: #000;
	}
	#content_left a:hover {
		color: #b10606;
	}
	
	#content_right  {
		position: relative;
		top: -60px;
		right: 15px;
		height: 525px;
		width: 320px;
		background-image: url('../gfx/referenzen_background.png');
		float: right;
		background-position: bottom;
	}	
	
	#box_right {
		position: absolute;
		top: -63px;
		right: 15px;
		height: 525px;
		width: 320px;
		background-image: url('../gfx/referenzen_background.png');
		background-position: bottom;
		float: right;
	 }
	
	#adminbox {
		position: relative;
		width: 950px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#success {
		margin-top: 50px;
		margin-bottom: 50px;
		font-family: "Arial", sans-serif;
		color: green;
		font-weight: bold;
	}
	
	a {
		color: #000;
		text-decoration: none;
	}
	
	a:hover {
		color: #b10606;
		text-decoration: none;
	}
	
	#links a  {
		color: #666;
		text-decoration: none;
	}
	a.link a{
		color: #000;
	}
	a.link:hover {
		color: #b10606;
	}
	a.reflink {
		color: #999;
		text-decoration: none;
	}
	a.reflink:hover {
		color: #b10606;
	}
	#links a:hover {
		color: #b10606;
		text-decoration: none;
	}
	p.content {
		width: 600px;
	}

