﻿/* Wieselnetz - CSS */

/* ### TAGS ### */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
} 

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #666666;
	text-align: center;
	position: relative;
	line-height: 17px;
}

td, input, textarea {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}

td {
	vertical-align: top;
}

option {
	padding-left: 0.4em;
}

fieldset, img {
	border: none;
}

h1 {
	padding: 11px 0 12px 0;
	margin: 10px 0 10px 0;
	font-size: 12px;
	color: #d4a16f;
	text-transform: uppercase;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}
	h1.csc-firstHeader {
		margin-top: 0;
		border-top: none;
	}
h2 {
	margin: 30px 0;
	font-size: 13px;
	color: #595959;
}
h3 {
	color: #000000;
	margin: 0 0 10px 0;
	font-size: 12px;
	text-transform: uppercase;
}
h4 {
	margin: 30px 0 10px 0;
	font-size: 13px;
	color: #595959;
}
a {
	color: #d4a16f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



/* ### IDS ### */

#container {
	margin: 10px auto 0 auto;
	background: #ffffff url('../gfx/container_bg.jpg') top left repeat-y;
	text-align: left;
	width: 985px;
	clear: both;
}

#header {
	background: #d4a16f url('../gfx/header_bg.jpg') top left repeat-y;
	position: relative;
	height: 150px;
}
	#header a {
		display: block;
		height: 100%;
		width: 100%;
	}

#headerMain {
	padding: 0 0 0 15px;
	background: transparent url('../gfx/header_top_bg.jpg') top left no-repeat;
	height: 110px;
}
#logo {
	margin: 53px 0 0 10px;
	float: left;
	background: transparent url('../gfx/logo.gif') top left no-repeat;
	width: 484px;
	height: 47px;
}
#headerImage {
	margin: 0 15px 0 0;
	float: right;
	background: transparent url('../gfx/header_image.gif') top left no-repeat;
	width: 202px;
	height: 110px;
}
#headerSub  {
	margin: 5px 30px 0 15px;
	border-top: 1px solid #e2e1e1;
	background: transparent url('../gfx/logo.gif') top left no-repeat;
}
#logoSub {
	margin: 10px 0 0 10px;
	float: left;
	background: transparent url('../gfx/logo_sub.gif') top left no-repeat;
	width: 458px;
	height: 17px;
}

#contentContainer {
	margin-right: 15px;
}

#columnLeftContainer {
	z-index: 3;
	float: left;
	width: 215px;
}
	#columnLeft {
		position: relative;
		z-index: 4;
	}
	
#columnRightContainer {
	z-index: 5;
	float: right;
	width: 215px;
}
	#columnRight {
		position: relative;
		z-index: 6;
	}
	
	#contentRight {
		margin: 0 10px;
	}
	
#columnCenterContainer {
	z-index: 1;
	margin-left: 230px;
	margin-right: 230px;
	width: auto;
}
	#columnCenter  {
		position: relative;
		z-index: 2;
		overflow: hidden;
	}

#contentHeader {
	border-bottom: 1px solid #bbbbbb;
	height: 40px;
}

#content {
	padding-bottom: 30px;
	margin-bottom: 30px;
	clear: right;
	border-bottom: 1px solid #bbbbbb;
}

#footer {
	clear: both;
	background: #ffffff url('../gfx/footer_bg.jpg') left bottom no-repeat;
	height: 25px;
}

/* ### CLASSES ### */

.printLogo {
	display: none;
}


.clearer {
	clear: both;
}

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
 .clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: block; } 

/* Overflow-Methode zum Clearen der Float-Umgebungen */
.floatbox { overflow:hidden; }

/* IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
#ie_clearing { display: none }

