@CHARSET "UTF-8";
@IMPORT url("content.css");
@IMPORT url("navigation.css");

/* ----------Allgemein-------------- */
html,
body {
	margin: 0;
	min-height:100.1%;
	height: 100.1%;
	padding: 0;
	width: 100%;
}

body {
	background-color: #fff;
	background-image:url(../img/body_bg3.jpg);
	background-repeat:repeat-x;
	/*background-repeat:no-repeat;*/
	/*background-position: -10%;*/
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:20pt;
	margin:0px;
	padding:0px;
	position:relative;
}

#background_image {
	position:absolute;
	top:10px;
	left:50%;
}

#background_image2 {
	position:fixed;
	top:140px;
	margin-left:-29px;
	z-index:-1;
}

* html #background_image2 {
	position:absolute;
}

a,
a:hover {
	color:#f6082b;
	margin:0;
	padding:0;
	text-decoration:underline;
}

h1 {
	color: #73171B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:200;
	margin: 0px;
	padding: 14px 0px 20px 0px;
	text-transform:uppercase;
}

h2 {
	color: #73171B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	line-height:normal;
	margin: 0px;
	padding: 0 0 6px 0;
	text-transform:none;
}

h3 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	margin: 0px;
	padding: 5px 0px;
	text-transform:none;
}

h4 {
	border-bottom: 1px solid #73171B;
	border-top: 1px solid #73171B;
	color:#73171B;
	font-size:12px;
	height:18px;
	margin:34px 0 10px 0;
	padding:0;
	line-height:14pt;
	text-transform:uppercase;
	text-align:center;
	width:195px;
}

/* ----------Container-------------- */
#container {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	position:relative;
	width: 945px;
}

/* ----------Header-------------- */
#header {
	position:absolute;
	border-bottom: 1px solid #73171B;
	border-top: 1px solid #73171B;
	height:88px;
	top:31px;
	/*margin:31px 0 19px 0;*/
	margin:0;
	padding:0;
	width:945px;
	z-index:1;
}

#logo {
	position:absolute;
	top:16px;
	left:36px;
	height:140px;
	margin:0;
	padding:0;
	width:550px;
	z-index:2;
}

/* ----------Container Spalten-------------- */
#spalte_links {
	float:left;
	height: auto;
	margin: 130px 0 0 0;
	padding: 0;
	width: 145px;
}

#spalte_rechts {
	float:right;
	height: auto;
	margin: 130px 0 0 0;
	padding: 0;
	width: 800px;
}

/*  ----------------footer---------------------- */ 
#footer {
	border-top: 1px solid #73171B;
	clear:both;
	color:#666;
	font-size:11px;
	margin: 0;
	padding: 12px 0 20px 190px;
	width: 755px;
}

/*  --------------Bilderrahmen------------------ */ 
dl.csc-textpic-image dt {
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
}

dl.csc-textpic-image dt img {
	display:block;	
}

.imageBorder {
	border:1px solid #fff;
	bottom:2px;
	position:absolute;
	left:2px;
	right:2px;
	top:2px;
}

* html .imageBorder {
	display:none;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}