/**
 * body
 */
body {
	font-family: Arial, sans-serif; 
	font-size: 100.01%;
	margin : 0;
	padding : 0;
	text-align: center;
	background-color: #fff;
}

/**
 * Grundeinstellungen für alle Tabellen
 */
table {
	font-family: Arial, sans-serif; 
	font-size: 100%;
}

/**
 * Paragraphen ohne Texteinzug
 */
p {
	text-indent: 0;
}

/**
 * Layer zum Zentrieren der Seite
 */
div#centerlayer {
	margin: 0px auto;
	padding: 0;
	text-align: left; 
	background-color: #fff;
	width: 979px;
}

/**
 * Seiteneinstellungen
 */
div#page {
	color: #000;
	width: 979px;
}

/** 
 * Links
 */
div#page a {
	color: inherit;
}
div#page a:hover {
	color: #083170;
}

/**
 * Hintergrundgrafik
 */
div#background {
	position: absolute;
	top: 150px;
	z-index: 1;
}
div#background_fade {
	position: absolute;
	top: 150px;
	z-index: 2;
}

/**
 * Oberer Seitenbereich
 */
div#page_top {
	width: 979px;
	height: 150px;
	background: transparent url("background_top.jpg") no-repeat left top;
}

div#metanav {
	float: right;
	margin: 0px 32px 0px 0px;
	height: 20px;
	font-size:12px;
	color:#004283;
}

div#metanav a{
	text-decoration:none;	
}

/**
 * Mittlerer Seitenbereich
 */
div#page_middle {
	width: 979px;
	min-height: 500px;
	background-color: transparent;
	z-index: 3;
	position: relative;
}

/**
 * Unterer Seitenbereich
 */
div#page_bottom {
	z-index: 3;
	position: relative;
	clear: both;
}
div#page_bottom_img {
	width: 979px;
	height: 128px;
	background: transparent url("bogen_unten.png") no-repeat left top;
}

/**
 * Inhaltsbereich
 */
div#content {
	padding: 10px 32px;
}

/**
 * Linker Inhaltsbereich
 */
div#left_content {
	float: left;
	padding: 50px 0;
}

/** 
 * Logo
 */
div#logo {
	float:right;
	margin: 52px -160px 0px 0px;
	width: 179px;
	height: 62px; 
	z-index: 10;
}

/** 
 * Toolbar
 */
div#toolbar {
	padding: 20px 120px 20px 0px;
	clear: both;
	float: right;
}
div#toolbar img {
	margin-right: 12px; 
	border: 0px;
}

/**
 * Fußzeile
 */
div#footer {
	background-color: #083170;
	width: 979px;
	clear: both;
}

/**
 * Sucheingabe
 */
div#search {
	padding-top: 12px;
	float: left;
}
div#search a {
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #083170;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
} 
div#search div.websitesearch {
	padding-left: 32px;
	margin-top: -16px;
	visibility: hidden;
}
div#search input.searchterm {
	border: 1px solid #D6D6D6;
	color: #666666;
	display:inline;
	font-size: 9px;
	margin-left: 12px;
	padding: 3px 5px;
	width: 120px;
}

/**
 * Bilder ohne Abstand zum Rand
 */
div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-right: -32px;
}
div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-left: -32px;
}
div.csc-textpic-intext-right-nowrap div.csc-textpic-text {
	margin-right: -32px;
}
div.csc-textpic-intext-left-nowrap div.csc-textpic-text {
	margin-left: -22px;
}
