/*
Stylename:		WESER Bauelemente-Werk GmbH, Rinteln
Description:	Printstyle
Author:			Oliver Streit
Date:			2009-04-25
*/

/* *********************************************** */
/* **           Aufbau der Seitenstruktur       ** */
/* *********************************************** */

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	text-align: center; /* Hack_1 für IE: Zentrierung des Page-DIV */
}

div {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.page {
	margin: 0 auto;
	width: 100%;
	background-color: #FFF !important;
	text-align: left; /* Aufhebung Hack_1 */
}

#header {
	width: 100%;
	height: 72px;
	background-color: #FFF;
}

#smallpics {
	display: none;
}

#wrapper {
	float: left;
	width: 100%;
	background-color: #FFF;
}

#border_left {
	display: none;
}

#border_right {
	display: none;
}

#bottom {
	display: none;
}

/* Inhalt : Standardlayout */
#content {
	float: right;
	width: 100%;
	height: auto;
	background-color: #FFF;
}


/* Inhalt: Ausrichtung des Content */
#content .half_size {
	width: 99%;
}

#content .half_size_border {
	float: left;
	width: 99%;
}

#content .list_left {
	float: left;
	width: 49%;
}

#content .list_left_border {
	float: left;
	width: 49%;
}

/* Ausrichtung spezieller Elemente */
#pics_preview img {
	display: none;
}

/* *********************************************** */
/* **           Typographie und Layout          ** */
/* *********************************************** */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

h1, h2, h3, p, a, form, input, textarea {
	margin: 0;
	padding: 0;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #0174C2;
}

a:hover, a:focus {
	text-decoration: underline;
}

a.ext {
	padding-right: 20px;
	background: url('image.gif') center right no-repeat; /* Anpassen für "externer Link"-Icon */
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* Header Elemente */
#header p.flash_katalog {
	display: none;
}

#header img.flash_katalog {
	display: none;
}

#header h1 {
	font-size: 14pt;
}

/* Content-Elemente */
#content {
	color: #0160A1;
}

#content h3 {
	margin: 10px;
	font-size: 2em;
	font-style: normal;
}

#content h4 {
	margin-left: 10px;
	font-size: 1.1em;
}

#content p {
	margin: 5px 10px;
}

#content a {
	color: #0160A1;
	font-weight: normal;
	text-decoration: underline;
}

#content a:hover, #content a:focus {
	text-decoration: none;
}

#content .important {
	padding: 0.5em 10px;
	background-color: #E1EDC5;
}

#content .important_header {
	padding: 0.5em 10px;
	font-weight: bold;
	text-align: center;
	background-color: #E1EDC5;
}

#content .neu , #content .search_word {
	color: #FF0000;
	font-weight: bold;
}

/* Layout Suche */
#content #search_result .small_grey {
	color: #666666;
}

#content #search_result .green {
	color: #88B917;
}

/* Border-Elemente */
#border_left, #border_right {
	color: #FFF;
}

#border_right p {
	padding: 0.5em 0;
}

#border_right a.go_back {
	margin: 0;
	padding-left: 2em;
}

#border_right .flex {
	position: fixed;
	top: 22em;
	margin: 1em 0;
	padding: 0;
}

#border_right .flex ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#border_right .flex ul li {
	margin-bottom: 0.5em;
}

#border_right .flex ul li a {
	color: #FFF !important;
}

/* Search Box */
#border_left form {
	margin: 0.5em;
	width: 19em;
}

#border_left fieldset {
	margin-bottom: 1em;
	border: none;
	padding: 0.5em;
}

#border_left legend {
	display: none;
}

#border_left form p {
	clear: left;
	float: left;
	width: 19em;
}

#border_left input {
	display: block;
	float: left;
	margin-right: 0.5em;
	width: 13em;
}

#border_left #search_box_submit {
	display: block;
	float: left;
	margin-top: -2px;
	width: 4.5em;
}

/* *********************************************** */
/* **    Definition von Listen und Tabellen     ** */
/* *********************************************** */

/* Liste : ohne Style */
#content ol.no_style {
	margin: 0;
	padding-left: 2em;
}

#content ul.no_style {
	margin: 0;
	padding-left: 10px;
	list-style: none;
}

/* Liste : Standard grün */
#content ul {
	list-style-image: url('pics_root/list_button_green.gif');
}

/* Liste : Circle */
#page_100 #content ul, #page_9 #content ul, #page_8 #content ul, #page_7 #content ul, #page_6 #content ul, #page_4 #content ul {
	list-style-image: none;
}

#content li a {
	color: #0160A1;
	font-weight: normal;
	text-decoration: none;
}

#content li a:hover, #content li a:focus {
	text-decoration: underline;
}

/* Liste : DL mit Bild und Beschreibung */
#content dl {
	float: left;
	border-left: 10px solid #FFF;
	width: 196px;
}

#content dt {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #88B917;
}

#content dd {
	margin: 0;
	padding: 0;
}

/* Liste: spezielle DL-Elemente */
#page_34 #content dl {
	width: 300px;
}

#page_35 #content dl {
	width: 620px;
}

#page_37 #content dl {
	width: 400px;
}

#page_38 #content dl {
	width: 300px;
}

#page_39 #content dl {
	width: 300px;
}

#page_40 #content dl {
	width: 300px;
}

#page_41 #content dl, #page_42 #content dl, #page_44 #content dl {
	width: 128px;
}

#page_57 #content dl {
	border-left: 40px solid #FFF;
	width: 110px;
}

/* Liste : Anpassungen fuer Sitemap */

#page_400 #content dt a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#page_400 #content dt a:hover {
	color: #0160A1;
}

#page_400 #content dd a {
	text-decoration: none;
}

#page_400 #content dd a:hover {
	font-weight: bold;
}

#page_400 #content ul li a {
	text-decoration: none;
}

#bottom a {
	font-weight: bold;
	color: #0160A1;
	text-decoration: none;
}

#bottom a:hover {
	font-weight: bold;
	color: #0160A1;
	text-decoration: underline;
}

/* Liste : Kombination mit Tabellen */
#content .list_table_left {
	float: left;
	margin-left: 5px;
	width: 135px;
}

#content .list_table_right {
	float: right;
	margin-right: 5px;
	width: 135px;
}

#content .list_table {
	float: left;
	width: 26em;
}

#page_45 #content .list_table {
	float: left;
	width: 39em;
}

#content .list_table table {
	width: 96% !important;
}

/* Tabellen-Layout */
#content table {
	margin: 0 10px;
	width: 97%;
}

#content caption {
	margin-left:10px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

#content table th {
	text-align: center;
}

#content .dd_gruen {
	background-color: #88B917;
	color: #FFF;
}

#content .hh_gruen {
	background-color: #E1EDC5;
}

#content .h_gruen {
	background-color: #CFE0A4;
}

#content .hd_gruen {
	background-color: #C1D682;
}

#content .l_gruen {
	background-color: #F2F6E3;
}

#page_45 #content table, #page_45 #content table caption {
	margin: 0;
	padding: 0 !important;
	border-left: 10px solid #FFF;
}

#page_47 .list_table {
	width: 78%;
}

#page_47 .list_table td {
	vertical-align: top;
}

#page_7 table th {
	background-color: #88B917;
	color: #FFF;
}

/* *********************************************** */
/* **           Aufbau der Navigation           ** */
/* *********************************************** */

/* Die Schnellnavigation */
#shortnavi {
	position: absolute;
	margin-left: -4000px;
}

#shortnavi a:focus, #shortnavi a:active {
	display: block;
	position: absolute;
	top: 0;
	left: 4350px;
	border: 3px double #FFF;
	padding: 5px;
	width: 16em;
	height: auto;
	outline: none;
	font-weight: bold;
	color: #FFF;
}

/* Die Servicenavigation */
ul#servicenavi {
	display: none;
}

ul#servicenavi li {
	float: left;
}

ul#servicenavi li a {
	display: block;
	padding: 0.3em 1.7em;
	color: #FFF;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

ul#servicenavi li a:hover, ul#servicenavi li a:focus {
	color: #0160A1;
	text-decoration: none;
}

/* Die Hauptnavigation */
ul#navigation {
	display: none;
}

ul#navigation li h2 {
	font-size: 1.1em;
}

ul#navigation li h3 {
	font-size: 0.95em;
}

ul#navigation li a {
	display: block;
	padding: 0.5em 1em;
	width: 15.8em;
	color: #FFF;
}

ul#navigation li a:hover, ul#navigation li a:focus {
	border-right: 1.35em solid #88B917;
	color: #88B917;
	text-decoration: none;
}

ul#navigation li a.lev_2 {
	padding-left: 2.5em;
	width: 14.3em;
}

ul#navigation li a.lev_2:hover, ul#navigation li a.lev_2:focus {
	border-right: 1.35em solid #88B917;
	color: #88B917;
	text-decoration: none;
}

ul#navigation li a.lev_3 {
	padding-left: 4.5em;
	width: 16em;
	font-weight: normal;
}

ul#navigation li a.lev_3:hover, ul#navigation li a.lev_3:focus {
	border-right: none;
	color: #88B917;
	text-decoration: none;
}

/* *********************************************** */
/* **              Das Kontaktformular          ** */
/* *********************************************** */

#content form {
	margin: 0.5em;
	width: 48.9em;
	line-height: 120%;
}

#content fieldset {
	margin-bottom: 1em;
	border: 1px solid #E1EDC5;
	padding: 0.5em;
}

#content legend {
	padding: 0 0.5em;
	color: #0160A1;
	font-size: 110%;
	font-weight: bold;
}

#content form p {
	clear: left;
	float: left;
	width: 90%;
}

#content form p.fehler {
	color: #F00;
	font-weight: bold;
}

#content label {
	float: left;
	padding-left: 0.5em;
	width: 8em;
}

#content input {
	display: block;
	float: left;
	width: 15em;
}

#content #check input {
	display: block;
	float: left;
	width: 3em;
}

#content input:hover, #content textarea:hover, #content input:focus, #content textarea:focus {
	background-color: #E1EDC5 !important;
}

#content textarea {
	margin-bottom: 10px;
}

#content #mailformTele_Kontakt {
	width: 3em;
}

#content #mailformPLZ, #content #mailformNummer {
	width: 3em;
}

#content #mailformtype_mail, #content #search_submit {
	float: left;
	width: 14em;
	border: 2px outset #E1EDC5;
	color: #0160A1;
	background-color: #FFF;
	font-weight: bold;
}

#content #mailformtype_reset {
	float: right;
	width: 14em;
	border: 2px outset #E1EDC5;
	color: #0160A1;
	background-color: #FFF;
	font-weight: bold;
}

#content #subject {
	display: none;
}

/* *********************************************** */
/* **    Formatierung der Bildelemente <img>    ** */
/* *********************************************** */

a img {
	border: none;
}

img.no_border {
	border: none;
}

#content img.border_3d {
	margin: 10px;
	border-top: 1px solid #dbdbdb;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px solid #dbdbdb;
}

#border_left img {
	margin-left: 1em;
}

/* Ausrichtung der Bildelemente <img> */
img.left {
	float: left;
	margin: 0px 10px;
}

img.right {
	float: right;
	margin: 0px 10px;
}

#footer img.right{
	float: right;
	padding: 0 3.2em;
}

/* Ausrichtung spezieller Bildelemente <img> */
#page_8 #content img {
	position: absolute;
	right: -8em;
	bottom: 2em;
}

#page_9 #content img {
	position: absolute;
	right: -12em;
	bottom: 14em;
}

#page_57 #content img.abs {
	position: absolute;
	right: -7em;
	bottom: 48em;
}

/* *********************************************** */
/* **           Aufbau sonstiger Elemente       ** */
/* *********************************************** */

/* Cursor Layout */
acronym, abbr {
	cursor: help;
}

/* Trenner im Content */
#content hr {
	margin: 1em;
	border: none;
	height: 8px;
	background-color: #E1EDC5;
}

/* Blinde Elemente */
.blind {
	position: absolute;
	margin-left: -4000px;
}

/* Die Cleaner */
hr.cleaner {
	clear: both;
	visibility: hidden;
}

.end {
	margin: 0;
	padding: 0;
	height: 1px;
	clear: both;
	background-color: #D5DCDF;
}
/* Die Suggested Search Box */

.suggest_link {
		background-color: #FFFFFF;
		padding: 2px 6px 2px 6px;
	}
	.suggest_link_over {
		background-color: #3366CC;
		padding: 2px 6px 2px 6px;
	}
	#search_suggest {
		position: absolute; 
		background-color: #FFFFFF; 
		text-align: left; 
		border: 1px solid #000000;
		z-index: 999;
		width: 200px;	
		height: 200px;			
	}

#megazine object {
	width:640px !important;
	height:600px !important;
}
		
