/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body { font: 13px/1.4em arial, helvetica, sans-serif; background-image: url(../media/lgrey031.jpg); }

#wrapper { background-image: url(../media/bg2.png); margin: 0 auto;
 width: 920px;
}
#navie {
 color: #333;
 width: 882px;
 float: left;
	padding-top: 22px;
	padding-left: 18px;
	margin-left: 10px;
    height: 35px;
    background: #fff0a5;
	border-top: 10px solid #bac91a;
}
#contentbg {  background: #fff0a5; height: 100%; width:920px; }

#headder {
 float: left;
 width: 900px;
  height: 296px;
 color: #333;
 background: url(../media/buntbauen-home.jpg)#fff0a5;
	border-top: 8px solid #bac91a;
	border-bottom: 8px solid #bac91a;
	margin-left: 10px;
}
#leftcolumn { 
 color: #333;

margin-left: 10px;
 padding: 12px 35px 10px 25px;
 height: inherit;
 width: 570px;
 float: left;
 background: #fff0a5;
}
#rightcolumn { 
 float: right;
 color: #333;

 margin: 0px 0px 0px 0px;
 padding: 10px;
height: 362px;
 width: 200px;
 display: inline;
 background: #fff0a5;
}

#content { float: right; color: #333; background: #fff0a5; height: 362px; width:160px; padding-top: 12px; padding-left: 22px; display: inline; margin-right: 10px ;
}


#footer { 
 width: 870px;
 clear: both;
margin-bottom: 10px;
 background: url(../media/footer-bg2.png);
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
}

#thumb1 {
	padding-right: 5px;
}

h1 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
a:link  { color: #414141;font-weight: 700; text-decoration: none; }
a:visited  { color: #414141;font-weight: 700; text-decoration: none; }

a:hover { color: #414141; font-weight: 700; text-decoration: none; }
a:active { color: #414141;font-weight: 700; text-decoration: none; }
a {
  color:#414141;
  font-weight:600;
}
a:hover { text-decoration: underline; }
p { font-size: 12px; font-variant: normal; text-transform: none; text-align: left; }
h2 { font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; }

.accordion2 {
	border-bottom: 1px solid #748910;
}
.accordion2 h3 {
	background: url(../images/arrow-square.gif) #fae993 no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font-size: 12px;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion2 h3:hover {
	background-color: #ead985;
}
.accordion2 h3.active {
	background-position: right 5px;
}
.accordion2 p {
	background: #fff6c7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	display: none;
}