/*
Stylename:		WESER Bauelemente-Werk GmbH, Rinteln
Description:	Designvorlage
Author:			Oliver Streit
Date:			2009-05-10
*/

/* *********************************************** */
/* **           Aufbau der Seitenstruktur       ** */
/* *********************************************** */

body {
	margin: 0;
	padding: 0;
	background-color: #D5DCDF;
	text-align: center; /* Hack_1 für IE: Zentrierung des Page-DIV */
}

div {
	position: relative; 
	margin: 0;
	/* border: 1px solid #000; /* Zum Test der Strukturierung, für Produktion entfernen !!! */
	padding: 0;
	overflow: visible;
}

.page {
	margin: 0 auto;
	width: 83.4em;
	background-color: #88B917 !important;
	text-align: left; /* Aufhebung Hack_1 */
}

#header {
	width: 100%;
	height: 72px;
	background-color: #0160A1;
}

#smallpics {
	clear: left;
	width: 100%;
	height: 102px;
	background: url('../fileadmin/pics_root/bilder_top_home.jpg') top left repeat-x;
}

#wrapper {
	float: left;
	width: 73.2em;
	background-color: #0160A1;
}

#border_left {
	float: left;
	width: 21em;
}

#search_box {
	width: 19em;
}

#border_right {
	float: right;
	padding-left: 1em;
	width: 9em;
}

/* Inhalt : Standardlayout */
#content {
	float: right;
	width: 52em;
	min-height: 48em;
	min-height: 63em;
	height: auto;
	background-color: #FFF;
}

/* Inhalt : gr&uuml;ner Balken */
#page_100 #content, #page_200 #content, #page_300 #content, #page_600 #content, #page_4 #content, #page_admin #content {
	float: right;
	border-right: 10.5em solid #E1EDC5;
	width: 41.5em;
	min-height: 48em;
	height: auto;
	background-color: #FFF;
}

/* Inhalt: Ausrichtung des Content */
#content .half_size {
	width: 31em;
}

#page_1113 #content .half_size, #page_1230 #content .half_size, #page_1330 #content .half_size, #page_1430 #content .half_size {
	float: left;
	width: 31em;
}

#content .half_size_border {
	float: left;
	width: 26em;
}

#content .list_left {
	float: left;
	width: 25.5em;
}

#content .important .list_left {
	float: left;
	width: 25em;
}

#content .list_left_border {
	float: left;
	width: 20.5em;
}

/* Ausrichtung spezieller Elemente */
#pics_preview {
	border-bottom: 325px solid #FFF;
	height: 10px;
}

#page_600 #pics_preview {
	float: right;
	margin: 0 -10.5em 0 0;
	border-bottom: none !important;
}

/* *********************************************** */
/* **           Typographie und Layout          ** */
/* *********************************************** */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
}

h1, h2, h3, p, a, form, input, textarea {
	margin: 0;
	padding: 0;
}

h3.ntitle{
	font-family:Arial,Helvetica,sans-serif;
	font-size:100% !important;
	margin:0 !important;
	padding:0 !important;
	cursor:pointer;
	cursor:hand
}

div.ntext{
	margin-top:10px;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #0174C2;
}

a:hover, a:focus {
	text-decoration: underline;
}

a.ext {
	padding-right: 20px;
	background: url('../fileadmin/pics_root/image.gif') center right no-repeat; /* Anpassen für "externer Link"-Icon */
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* Header Katalog Elemente */
#header img {
	float: left;
}

#header p.flash_katalog {
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-left: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#header p.flash_katalog a {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}



#header img.flash_katalog {
	float: right;
	margin: 0 10px;
}

/* 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;
}

*:first-child+html #border_right .flex {
	background-color:#88B917;
	border:1px solid #FFF;
	padding:5px;
}

#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: 18em;
}

#border_left input {
	display: block;
	float: left;
	margin-right: 0.5em;
	width: 12em;
}

#border_left #search_box_submit {
	display: block;
	float: left;
	margin-top: -2px;
	width: 4.5em;
}

/* *********************************************** */
/* **    Definition von Listen und Tabellen     ** */
/* *********************************************** */

/* Liste : OL, UL Standard */
.list_table_left ol, .list_table_right ol {
	margin: 0;
	padding: 5px 0 5px 20px;
}

.list_table_left ul, .list_table_right ul {
	margin: 0;
	padding: 5px 0 5px 20px;
}

/* 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('../fileadmin/pics_root/list_button_green.gif');
}

/* Liste : Circle */
#page_100 #content ul, #page_200 #content ul, #page_300 #content ul, #page_400 #content ul, #page_600 #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 dl.dllang{
	float: left;
	border-left: 10px solid #FFF;
	width: 392px;	
}

#content dt {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #88B917;
}

#content dd {
	margin: 0;
	padding: 0;
}

/* Liste: spezielle DL-Elemente */
#page_3200 #content dl {
	width: 300px;
}

#page_2200 #content dl, #page_4200 #content dl, #page_4005 #content dl, #page_4100 #content dl {
	width: 620px;
}

#page_8200 #content dl {
	width: 400px;
}

#page_5120 #content dl {
	width: 300px;
}

#page_6120 #content dl {
	width: 300px;
}

#page_9200 #content dl {
	width: 300px;
}

#page_1111 #content dl, #page_1121 #content dl, #page_1210 #content dl, #page_1310 #content dl, #page_1410 #content dl {
	width: 128px;
}

#page_1500 #content dl {
	border-left: 40px solid #FFF;
	width: 110px;
}

/* Liste : Anpassungen fuer Sitemap */

#page_800 #content dt a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#page_800 #content dt a:hover {
	color: #0160A1;
}

#page_800 #content dd a {
	text-decoration: none;
}

#page_800 #content dd a:hover {
	font-weight: bold;
}

#page_800 #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: 170px;
}

#content .list_table_right {
	float: right;
	margin-right: 0px;
	width: 0px;
}

#content .list_table {
	float: left;
	/*width: 30em;*/
	width: 37em;
}

#content .list_table_w {
	float: left;
	/*width: 30em;*/
	width: 52em;
}

#content .list_table table {
	width: 96% !important;
}

#content .list_table .wwptable {
	width: 99% !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_2000 .list_table {
	width: 78%;
}

#page_2000 .list_table td {
	vertical-align: top;
}

#page_400 table th, #page_admin table th {
	background-color: #88B917;
	color: #FFF;
}

#page_admin table td {
	vertical-align: top;
}

/* *********************************************** */
/* **           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 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#servicenavi li {
	float: left;
}

ul#servicenavi li a {
	display: block;
	padding: 0.3em 1.2em;
	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 {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: 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.30em 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 legend.fehler {
	padding: 0 0.5em;
	color: #F00;
	font-size: 110%;
	font-weight: bold;
}

#content form p {
	clear: left;
	float: left;
	width: 90%;
}

#page_500 #content form p {
	clear: left;
	float: left;
	width: 45%;
}

#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;
}

#page_500 #content input {
	display: block;
	float: left;
	width: 10em;
}

#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, #content #login_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;
}

/* 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_300 #content img {
	position: absolute;
	right: -15em;
	bottom: 4em;
}

#page_200 #content img {
	position: absolute;
	right: -10.5em;
	bottom: 14em;
	bottom: 60em;
}

#page_200 #content #cadinfo img {
	position: relative;
	right: 0;
	bottom: 0;
}

#page_1500 #content img.abs {
	position: absolute;
	right: -7em;
	bottom: 21em;
}

#page_500 #content img#landscape {
	float: right;
}

/* *********************************************** */
/* **           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;
}
	
#content #pressetexte th,
#content #pressetexte td{
	padding:5px;
	text-align:left;
	vertical-align:top;
}

#content #pressetexte2 th,
#content #pressetexte2 td{
	padding:5px;
	text-align:left;
	vertical-align:top;
}

#content .nbild{
	float:left;
	margin:0.1em 0.6em 0.4em 0;
	border:1px solid #0160A1;
	background:#0160A1;
}

#content .nbild .nbildsub{
	color:#fff;
	font-size:10px;
	background:#0160A1;
	padding:0.1em;
}

#content .ntitle{
	padding-left:12px !Important;
	background:transparent url('/fileadmin/ccore/pfeil.gif') 0 3px no-repeat;
}

#haendlerresult{
	border-collapse:collapse;
	text-align:left;
}

#haendlerresult thead {
	display:none !important;
}

#haendlerresult td {
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid transparent;
	padding:8px;
}

#kundenaktion2010{
	width:100%;
}

#kundenaktion2010 img{
	margin-top:10px;
	margin-left:24px;
}

.wwptable table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:36px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

.wwptable th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	border-top: 1px solid #7BBE34;
	border-bottom: 1px solid #7BBE34;
	color: #7BBE34;
}

.wwptable td
{
	padding: 8px;
	color: #666666;
}

.wwptable table td.boldnumbers {
	color: #7BBE34;
	font-weight: bold;

}

.wwptable .even { 
	background: #fff;
}

.wwptable .odd { 
	background: #E0EFCC;
}

.wwptable .last {
	border-bottom: 1px solid #7BBE34;
}

.wwptable .first {
	border-top: 1px solid #7BBE34;
}

.wwptable .sideborder {
	border-left: 1px solid #7BBE34;
	border-right: 1px solid #7BBE34;
}

.wwptable .sideborder img{
	margin-right:1px;
}

.wwptable .greenbold {
	color: #7BBE34;
	font-weight: bold;
	border-right: 1px solid #7BBE34;
	border-top: 1px solid #7BBE34;
	border-bottom: 1px solid #7BBE34;
}

.wwptable .centertext {
	text-align: center;
}

.wwptable .red {
	color: #FF0000;
}

.topbild{
	text-align:center;
	margin-bottom:15px;
}

html #content .list_table_left img{
	bottom:0;
	position:relative !important;
	right:0;	
}

.cadgreen{
	font-size:11px;	
	color:#99BE10;
	padding:5px;
}

.cadblue{
	font-size:11px;	
	color:#005A9D;	
	padding:5px;
}

.cadheadline{
	font-size:16px;	
	font-weight:bold;
}


#ip-mauer_zaun_systeme{
	bottom:-21em;
	position:absolute;
	right:1em;
	width:350px;
}

#ip-premium_line{
bottom:-15em;
	position:absolute;
	right:1em;
	width:350px;
}

#ip-landhauspfeiler{
bottom:-15em;
	position:absolute;
	right:1em;
	width:350px;
}

#ip-residenzpfeiler{
bottom:-15em;
	position:absolute;
	right:1em;
	width:350px;
}

#ip-schlosspfeiler{
bottom:-15em;
	position:absolute;
	right:1em;
	width:350px;
}

#ip-art_line {
bottom:-15em;
position:absolute;
right:1em;
width:350px;
}

#ip-trend_line {
bottom:-17em;
position:absolute;
right:1em;
width:350px;
}

#ip-basis_line {
bottom:-15em;
position:absolute;
right:1em;
width:350px;
}

#ip-mauerabdeckungen {
bottom:-18em;
position:absolute;
right:1em;
width:350px;
}

#ip-garden_line {
bottom:-18em;
position:absolute;
right:1em;
width:350px;
}

#ip-garden_line_murus {
bottom:-18em;
position:absolute;
right:1em;
width:350px;
}

#ip-garden_line_terrassenplatten {
bottom:-16em;
position:absolute;
right:1em;
width:350px;
}

#ip-garden_line_opus_terrassenplatten {
bottom:-21em;
position:absolute;
right:1em;
width:350px;
}

#ip-garden_line_opus_einfassungsstein {
bottom:-21em;
position:absolute;
right:1em;
width:350px;
}

#ip-garden_line_opus_blockstufe {
bottom:-18em;
position:absolute;
right:1em;
width:350px;
}

#ip-garden_line_solum_magnum_terrassenplatten {
bottom:-21em;
position:absolute;
right:1em;
width:350px;
}

#ip-schwimmbadeinfassungen {
bottom:-18em;
position:absolute;
right:1em;
width:350px;
}

#ip-aquitaine {
bottom:-21em;
position:absolute;
right:1em;
width:350px;
}

#ip-solum_sbe {
bottom:-21em;
position:absolute;
right:1em;
width:350px;
}

#ip-balustraden {
bottom:-15em;
position:absolute;
right:1em;
width:350px;
}

#ip-san_sebastian {
bottom:-18em;
position:absolute;
right:1em;
width:350px;
}

#ip-gernika {
bottom:-18em;
position:absolute;
right:1em;
width:350px;
}

#ip-lyon {
bottom:-18em;
position:absolute;
right:1em;
width:350px;
}

#ip-royan {
bottom:-18em;
position:absolute;
right:1em;
width:350px;
}

#ip-saeulen {
bottom:-18em;
position:absolute;
right:1em;
width:350px;
}

#ip-ornamentsteine {
bottom:-18em;
position:absolute;
right:1em;
width:350px;
}