/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

table, td, tr{
	padding:0px;;
	margin:0px;
}

body {
	background-color: #75b63f;
	background-image: url(constuct/verlauft-background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


p{
	margin-top:0px;
	margin-bottom:10px;
}

#wrapper {
	position:absolute;
	width:745px;   /*  - 20 padding */
	height:530px; 
	z-index:1;
	left: 50%;
	top: 50%;
	
	margin-left:-382px;
	margin-top:-275px;
	
	border:#669e56 1px solid;
	
	background-color:#ffffff;
	
	padding:10px;
}

#header{
	
	background-color:#c1dea8;
	height:20px;
	
	color:#356e57;
	text-align:right;
	padding-right:40px;
	padding-top:5px;
}

#header a{
	color:#356e57;
	text-decoration:none;
}

#logoleiste{
	height:80px;
	background-color:#75b63f;
	background-image:url(constuct/logo-background.jpg);
	background-repeat:repeat-y;
	
	text-align:right;
}
#logoleiste img{
	margin-top:5px;
	float:left;
}
#logoleiste h1{
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	
	color:#ffffff;
	margin:0px;
	padding:0px;
	margin-right:40px;
	
	position:relative;
	top:27px;
	display:inline;
}

#navigation{
	padding-right:40px;
	height:25px;
	background-color:#c1dea8;
}

ul.Nav  {
	margin:0;
	padding:0;
	font-size:11px;
	float:right;
	text-align:center;
}

ul.Nav li {
	position:relative;
	float:left;
	list-style : none;
	display : inline;
}
ul.Nav a {
	float : left;
	width : 80px;

	padding-top:5px;
	height:20px;
}

ul.Nav a:hover, ul.Nav a:focus {
	background-color:#75b63f;
	color:#ffffff;
}

ul.Nav div {
	clear : left;
}

ul.Nav a {
	text-decoration : none;
	color:#356e57;
} 

ul.Nav .selected{
	background-color:#75b63f;
	color:#ffffff;	
}

ul#Ausstellungen{
	width:100px;
	left:-20px;
	visibility:hidden;
}
ul#Baeder{
	width:100px;
	left:-20px;
	visibility:hidden;
}
ul#Fliesen{
	width:100px;
	left:-20px;
	visibility:hidden;
}
ul#Heizung{
	width:100px;
	left:-20px;
	visibility:hidden;
}
ul#Werkzeug{
	width:100px;
	left:-20px;
	visibility:hidden;
}

ul.submenue{
	float:none;
	display:block;

	position:absolute;
	top:26px;

	background-color:#DCEDCF;

	padding:5px 10px 10px 10px;
	margin:0px;
	
	padding-top:3px;
	padding-bottom:3px;

}

ul.submenue li{
	border-bottom:1px solid #356e57;
	width:inherit;
}
ul.submenue a{
	width:inherit;
	height:15px;
}


#contentWrapper{
	margin-top:7px;
	height:360px;
}

#footer{
	margin-top:7px;
	height:25px;
	background-color:#c1dea8;
}


#contentWrapper #spalteLinks{
	width:150px;
	float:left;
	height:360px;
}

#contentWrapper #spalteLinks .seperator{
	width:5px;
	float:left;
	height:360px;
	background-color:#c1dea8;
}
#contentWrapper #spalteLinks img{
	float:left;
	margin-left:5px;
	margin-right:5px;
}

#innercontentWrapper{
	float:right;
	width:590px;
	height:360px;
	overflow:auto;
	background-color:#eaf4e2;
	font-size:11px;
}
#innercontentWrapperCms{
	float:right;
	width:590px;
	height:360px;
	overflow:auto;
	background-color:#eaf4e2;
	font-size:11px;
}
#content{
	margin-top:30px;
	margin-left:30px;
	margin-right:30px;
}

*html #contentWrapper #innercontentWrapperCms{
	width:572px;
}

#innercontenWrapperNoscroll{
	float:right;
	width:590px;
	height:360px;
	overflow:hidden;
	background-color:#eaf4e2;
}


#content h2{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#356e57;
	
	margin-top:0px;
	margin-bottom:15px;
}




/* Ausstellung - Galerie */

#galerieBild{
	float:left;
	margin-right:5px;
}

#galerieThumbs{
	width:108px;
	height:360px;
	float:right;
}
#galerieThumbs p{
	margin-bottom:5px;
}



.markenlogo{
	width:150px;
	background-color:#ffffff;
	height:150px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	
	vertical-align:middle;
}

blockquote{
	margin:0px;
	padding:0px;
	margin-left:10px;
}

.sonderverkaufBlock{
	width:155px;
	background-color:#356e57;
	margin-right:20px;
	
	float:left;
}

.sonderverkaufBlock h3{
	font-size:13px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	margin:0px;
	padding:0px;
	padding-top:3px;
	margin-bottom:5px;
}

.sonderverkaufButton{
	float:right;
	margin-left:20px;
}

.cmsHeadline{
	font-size:13px;
	font-weight:bold;
	color:#356e57;
}
.cmsText{
	font-size:12px;
}
.cmsPreis{
	text-align:right;
	color:#356e57;
	font-weight:bold;

}
.cmsImg{
	margin-right:10px;
}

#logo{
	margin-left:5px;
}