@charset "UTF-8";

/* Basislayout */
.banner_background {
	background-attachment: fixed;
	background-image: url(../img_basic/bg_title_lines.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	height: 154px;
	width: 100%;
	z-index: 0;
	text-align: center;
	vertical-align: top;
}

.banner_logo {
	height: 154px;
	width:770px
	position: relative;
}
.site_background {
	background-attachment: fixed;
	background-color: #ABABAB;
	background-image: url(../img_basic/background_site.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

.navigation_background {
	
	background-image: url(../img_basic/background_navigation.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	height: 30px;
	width: 100%;
	z-index: 0;
	text-align: center;
	vertical-align:middle;
	top: 151px;
}
.content_area {
	background-color: #FFF;
	width: 800px;
	border: 1px dashed #666;
	margin: 160px auto 20px auto;
	padding-left: 0px;
	padding-top: 0px;
}
.footer {
	position: relative;
	height: 15px;
	bottom: 0px;
	text-align: center;
	vertical-align: middle;
}

/* Element Positionierung */

.website_tools {
	padding: 0px;
	height: 30px;
	width: 210px;
	position: absolute;
	top:0px;
	right:50px;
	z-index:5;
}
.breadcrump {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #D7D7D7;
	margin: 0px;
	height: 15px;
	width: 798px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
}
