/*

CSS File for www.diebuettenbender.de

*/


body {
	background: #eeedea;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	padding:0;
	margin:0;
}


a:link {color: #fff;}
a:visited {color:#fff;}
a:hover {color: #000000;}
a:active { color:#000000;}


h1 {
	font-size: 2em; 
	font-weight: normal;
 }

h2 {
	font-size: 1.7em;
	font-weight: normal;
}


/* ----------container zentriert das layout-------------- */
#wrapper { 	
  position:absolute;
  height:630px; 
  width:960px;
  margin:-315px 0px 0px -480px;
  top: 50%; 
  left: 50%;
  text-align: left;
}


#container {
	width: 960px;
	min-height:600px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	background: #dedcd5;
}


/* -----------------Inhalt--------------------- */
#content {
	min-height:590px;
	width:480px;
	background: #dedcd5;
	padding: 0;
	margin: 0 0 0 165px;
	}
	
* html #content { margin: 0 0 0 150px !important; }

#content p {
	background: #dedcd5;
}

p {
	padding: 10px;
	margin:0;
}

h1 {
	padding: 10px;
	margin:0;
}

h2 {
	padding: 10px;
	margin:0;
}


/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 165px;
	margin: 0;
	padding:0;
	color:#ffffff;
}

#left img { margin: 20px 0 15px 0px; }

#menue {
	margin: 0;
	padding:0;
	width: 165px;
	background: #6cc2d3;
}

* html #menue {
	margin: 0;
	padding:0;
	width: 165px;
	background: #6cc2d3;
}

#menue ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menue li {
	display: block;
	height:40px;
	line-height:40px;
}

#menue li a, 
#menue li a:link {
	text-decoration: none;
	display: block;
	color: #fff;
	height:40px;
	line-height:40px;
	padding-left:22px;
}

#menue li a:visited {
	color: #fff;
}

#menue li a:hover, 
#menue li a:active, 
#menue li a:focus {
	color: #2c7599;
	background-color: #dedcd5;
}

#menue li a.active {
	color: #2c7599 !important;
	background: #dedcd5;
	font-weight:bold;
}

#right {
	float: right;
	width: 315px;
	margin: 0;
	padding: 0 0 0 0;
	color:#000;
	background: #dedcd5;
}

.content-right { 
	width:270px;
	margin: 10px 0 0 20px; 
    font-size:11px;
}

* html #right { 
	width: 275px !important; 
	}

.content-right a {color: #2c7599;}
.content-right a:visited {color:#2c7599;}
.content-right a:hover {color: #000000;}
.content-right a:active { color:#000000;}


.content-right ul { 
	margin:10px 0 5px 0; 
	padding:0 0 0 15px; 
}

.content-right ul li { 
	margin:5px 0 5px 0; 
}


#logo-right { margin: 22px 20px 30px 22px; }
#logo-right-pro { margin: 22px 20px 10px 22px; }
#logo-right-kontakt { margin: 22px 20px 10px 22px; }


#right .teaser { 
	margin: 10px 0 10px 10px;
	width:285px;
}

#right .teaser h2 { 
	padding: 0 0 0 10px;
	font-size: 14px;
	font-weight:bold;
	color: #0485b4;
}

#right .teaser p { 
	color: #000;
    padding:10px 0 0 10px;
    font-size:11px;
}


#right .right { 
    padding:5px 0 0 10px !important;
	text-align:right;
	color: #000;
}

#right h2 a { 
	color: #0485b4; 
	text-decoration:none; 
}

#right p img { border:none; margin:0; padding:0 }


/* -----------footer--------------------------- */
#footer {
	background: #dedcd5;
	padding: 0;
	width:480px;
	margin: 0 0 0 165px;
}

#footer p, 
#footer p a { 
	color: #6cafd0; 
	font-size:9px; 
	margin:0; 
	padding:10px 0 10px 0; 
	text-align:center;
}



#kundenstimmen {
	position:relative; 
	width:295px; 
	height:442px; 
	z-index:3; 
	overflow: hidden;
	}
	
* html #kundenstimmen {	width:285px; }

blockquote { 
width:240px;  
margin:15px 0 30px 0;   
font-style:italic;
border-bottom: 1px solid #6cafd0;
}

* html blockquote { width:250px;  }


blockquote p.author { 
text-align:left; 
margin-right:10px; 
padding:5px 0 10px 0; 
font-style:normal;
color:#888;
}

#button-kusti { 
margin:210px 0 0 140px; }

* html #button-kusti { 
margin:220px 0 0 130px; }


#button-back { 
margin:5px 0 0 140px;
}

* html #button-back { 
margin:5px 0 0 130px;
}



