/*
___________________________________________________________________

Content:	Stylesheet für Schaefer Türen
creation:	12.02.2008 by bgarthe@netzpepper.de
changed:	
___________________________________________________________________
*/

html {
	overflow: auto;
	height: 100%;
	/*background-color: #ffffff;
	background-image: url(/fileadmin/layout/bilder/Zuschnitt.jpg);
	*/
}
 
body,p {
	margin: 0px;
	font-family: Arial,Helvetica,Verdana;
	font-size: small;
}

body {
	background: #f0ede3;
	/*background-image: url(/fileadmin/layout/bilder/bg-back.jpg);
	background-repeat: no-repeat;*/
	}

/*
___________________________________________________________________in

aufbau der seite
___________________________________________________________________
*/

#zentrierung { 	
	position: absolute;
	vertical-align: bottom;
	height: 538px;
	width: 1000px;

	margin: -269px 0 0 -500px;

	top: 50%;
	left: 50%;
	
	text-align: left;
	overflow: hidden;
	border: 0px solid #F7F7CF;
	
	background-color: transparent;
}



div#oben {
	position:relative;
	width:1000px;
	height: 23px;
	background-color: #bbb;
	background-image: url(../bilder/navi-background.gif);
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
position:absolute;
top:0px;
left:0px;
z-index:1000;
font-size:.9em;

padding-bottom:170px;

}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none; 
	height:23px;
}

/* style the sub-level lists */
.menu ul ul {
	width:12em;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	float:left;
	height:23px;
	line-height: 23px;
	margin-right: 10px;
}

/* style the sub level list items */
.menu ul ul li {
	display:block;
	width:9em;
	height:auto;
	position:relative;
	line-height:1em; 
	margin-top:2px;	
}

* html .menu ul ul li {
	background-color: #64644F;
	background-color: #74745F;
}

.menu ul ul ul li {
	margin-left:2px;
}

/* IE7 only*/
html* .menu ul ul ul li {
  margin-left:4px;
}
/* IE6 only */
* html .menu ul ul ul li {
  margin-left:2px;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	float:left;
	height:100%;
	font-size:1em;
	text-decoration:none;
	color:#fff;
	padding:0 0em 0 1em;
}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {
	display:block;
	background:transparent; 
	color:#fff;
	width:10em;
	height:100%;
	line-height:14px; 
	padding:2px 1em;
}

.menu ul table ul a, .menu ul table ul a:visited  {
	width:12em; 
	w\idth:10em;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute; 
	left:0; 
	top:0; 
	font-size:1em; 
	z-index:-1;
}
.menu ul ul table {
	lef\t:-1px;
}
.menu ul ul table ul.left {
	margin-lef\t:2px;
}

.menu li:hover {
	position:relative;
}

* html .menu a:hover {
	position:relative;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:transparent;
}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {
	background:transparent;
}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {
	background:transparent;
}

.menu ul :hover div.menuback {

	position:absolute;
	z-index:-1;
	left:0px;
	top:0px;
	width:12em;
	height: 100%;
	background-color: #626262;
	color: green;
	
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity:0.80;
}

* html .menu ul :hover div.menuback {
	display:none;
}

/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {
	background:transparent;
}

/* style the level hovers */
/* first */
.menu a:hover {
	color:#000;
	background:transparent;
}
.menu :hover > a {
	color:#000;
	background:transparent;
}
/* second */
.menu ul ul a:hover{
	color:#000;
	background:transparent;
}
.menu ul ul :hover > a {
	color:#000;
	background:transparent;
}
/* third */
.menu ul ul ul a:hover {
	background:transparent;
}
.menu ul ul ul :hover > a {
	background:transparent;
}
/* fourth */
.menu ul ul ul ul a:hover {
	background:transparent;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:23px;
	left:0;
	width:12em;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:12em;
	top:-2px;
	width:12em;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-11em;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible; 
	height:auto; 
	padding-bottom:3em; 
	background:transparent url(images/trans.gif);
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
	visibility:visible;
}

/************************* Mitte ************************/

div#mitte{
	position:relative;
	height: 500px;
	width: 1000px;	
	background-color: #F7F7CF;
	/*background-image: url(/fileadmin/bilder/layout/start-logo.jpg);	*/
}

div#links{
	position:relative;
	width: 500px;
	height: 500px;
	overflow:hidden;
	
	background-color: #B3B368;	
	background-image: url(/fileadmin/layout/bilder/logo-klein_farbe-neu.jpg);	
	/* ALT: background-image: url(/fileadmin/layout/bilder/logo-klein.gif); */	
	background-repeat: no-repeat;
	background-position: 5px 436px;

}
div#links div#inhalt{
	position: relative;
	width: 420px;
	height: 395px;
	padding: 30px 40px 10px 40px;
	color: white;
	overflow: auto;
}

div#links div#inhalt a{
	color: #696969;
	text-decoration: undetline;
}
div#links div#inhalt a:hover{
	color: #292929;
}

div#links div#inhalt p{
	margin: 5px 0px 5px 0px;
	padding: 0;
}

div#links div#inhalt h1{
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 6px;
	border-bottom: 1px dotted white;
}

div#links div#inhalt h2{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}

div#links div#inhalt h3{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 4px;
}

div#links div#inhalt h4{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 4px;
}

div#links div.balken-unten{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 500px;
	height: 23px;
	background-color: #7D6B50;	
	
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity:0.50;
}

div#rechts{
	position:absolute;
	left: 500px;
	top:0px;
	width: 500px;
	height: 500px;
	overflow:hidden;	
	background-color: #ffffff;	
}
div#rechts div#inhaltrechts{
	width: 500px;
	height: 500px;
}

div#rechts div.balken-unten{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 500px;
	height: 23px;
	background-color: #7D6B50;

	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity:0.50;
}

div#unten {
	position:relative;
	height: 15px;
	width: 1000px;	

}

div#servicenavidiv {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 0.85em;
}
div#servicenavidiv	ul#servicenavi {
	margin: 0px;
	padding: 0px;
}
div#servicenavidiv	ul#servicenavi li {
	display:inline;
	margin-left: 10px;
}
 
div#servicenavidiv	ul#servicenavi li a {
	color: #b3b368;

	color: #939338;

	text-decoration: none;

/*	font-weight: bold;*/
}


/* ---------------------- Templates 1 ------------------*/

div.template1_drumherum{
	position: relative;
	width: 500px;
	height: 500px;
}
div.template1_drumherum div.bild1{
	position: absolute;
	left: 0px;
	top:0px;
	width: 249px;
	height: 249px;
	overflow:hidden;
}
div.template1_drumherum div.bild2{
	position: absolute;
	left: 251px;
	top:0px;
	width: 249px;
	height: 249px;
	overflow:hidden;
}
div.template1_drumherum div.bild3{
	position: absolute;
	left: 0px;
	top:251px;
	width: 249px;
	height: 249px;
	overflow:hidden;

}
div.template1_drumherum div.bild4{
	position: absolute;
	left: 251px;
	top:251px;
	width: 249px;
	height: 249px;
	overflow:hidden;
	
}

/* ---------------------- Templates 2 ------------------*/

div.template2_drumherum{
	position: relative;
	width: 500px;
	height: 500px;
}
div.template2_drumherum div.bild1{
	position: absolute;
	left: 0px;
	top:0px;
	width: 500px;
	height: 249px;
	overflow:hidden;
}
div.template2_drumherum div.bild2{
	position: absolute;
	left: 0px;
	top:251px;
	width: 249px;
	height: 249px;
	overflow:hidden;
}
div.template2_drumherum div.bild3{
	position: absolute;
	left: 251px;
	top:251px;
	width: 249px;
	height: 249px;
	overflow:hidden;
}


/* ---------------------- Templates 3 ------------------*/

div.template3_drumherum{
	position: relative;
	width: 500px;
	height: 500px;
}
div.template3_drumherum div.bild1{
	position: absolute;
	left: 0px;
	top:0px;
	width: 249px;
	height: 249px;
	overflow:hidden;
}
div.template3_drumherum div.bild2{
	position: absolute;
	left: 251px;
	top:0px;
	width: 249px;
	height: 500px;
	overflow:hidden;
}
div.template3_drumherum div.bild3{
	position: absolute;
	left: 0px;
	top:251px;
	width: 249px;
	height: 249px;
	overflow:hidden;
}

/* ---------------------- Templates 4 ------------------*/

div.template4_drumherum{
	position: relative;
	width: 500px;
	height: 500px;
}
div.template4_drumherum div.bild1{
	position: absolute;
	left: 0px;
	top:0px;
	width: 249px;
	height: 249px;
	overflow:hidden;
}
div.template4_drumherum div.bild2{
	position: absolute;
	left: 251px;
	top:0px;
	width: 249px;
	height: 249px;
	overflow:hidden;
}
div.template4_drumherum div.bild3{
	position: absolute;
	left: 0px;
	top:251px;
	width: 500px;
	height: 249px;
	overflow:hidden;
}


/* ---------------------- Templates 5 ------------------*/

div.template5_drumherum{
	position: relative;
	width: 500px;
	height: 500px;
}
div.template5_drumherum div.bild1{
	position: absolute;
	left: 0px;
	top:0px;
	width: 249px;
	height: 500px;
	overflow:hidden;
}
div.template5_drumherum div.bild2{
	position: absolute;
	left: 251px;
	top:0px;
	width: 249px;
	height: 249px;
	overflow:hidden;
}
div.template5_drumherum div.bild3{
	position: absolute;
	left: 251px;
	top:251px;
	width: 249px;
	height: 249px;
	overflow:hidden;
}

/* ---------------------- Templates 6 ------------------*/

div.template6_drumherum{
	position: relative;
	width: 500px;
	height: 500px;
}
div.template6_drumherum div.bild1{
	position: absolute;
	left: 0px;
	top:0px;
	width: 249px;
	height: 500px;
	overflow:hidden;
}
div.template6_drumherum div.bild2{
	position: absolute;
	left: 251px;
	top:0px;
	width: 249px;
	height: 500px;
	overflow:hidden;
}

/* ---------------------- Templates 7 ------------------*/

div.template7_drumherum{
	position: relative;
	width: 500px;
	height: 500px;
}
div.template7_drumherum div.bild1{
	position: absolute;
	left: 0px;
	top:0px;
	width: 500px;
	height: 249px;
	overflow:hidden;
}
div.template7_drumherum div.bild2{
	position: absolute;
	left: 0px;
	top:251px;
	width: 500px;
	height: 249px;
	overflow:hidden;
}


/* ---------------------- Templates 8 ------------------*/

div.template8_drumherum{
	position: relative;
	width: 500px;
	height: 500px;
}
div.template8_drumherum div.bild1{
	position: absolute;
	left: 0px;
	top:0px;
	width: 500px;
	height: 500px;
	overflow:hidden;
}


/* ---------------------- Kontaktforular ------------------*/

textarea{
	font-size: 11px;
	width: 347px;
}

input {
	width: 165px;
	font-size: 11px;
}

input.checkbox{
	width: auto;
}

