body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #92907b;
	padding: 0px;
	background-image: url(../pics/bg-body.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #AAAFCD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#gesamtseiteOuter {
	background-color: #f0eae1;
	width: 1020px;
}
#headerOuter {
	margin-top: 70px;
	background-color: #fff;
	height: 140px;
}
#headerOuter img.spacer {
	margin-right: 8px;
}
/* BOF Stile Horizontalmenü */
#gesamtseiteOuter #horizontalMenu {
	padding-left: 330px;
	height: 21px;
	padding-top: 6px;
	font-size: 0.7em;
}
#gesamtseiteOuter #horizontalMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#gesamtseiteOuter #horizontalMenu li { 
	display: inline;
	margin-right: 30px;
}
#gesamtseiteOuter #horizontalMenu a {
	color: #92907b;
	text-decoration: none;
}
#gesamtseiteOuter #horizontalMenu a:hover {
	text-decoration: underline;
}
/* EOF Stile Horizontalmenü */
#contentOuter {
	background-color: #fff;
}

/* BOF Stile für Hauptnavigation */
#contentOuter #mainNav {
	float: left;
	width: 330px;
	padding-top: 5px;
}
#contentOuter #mainNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 170px;
}
#contentOuter #mainNav ul li {
	margin-top: 2px;
	font-size: 0.7em;
	background: #f0eae1;
	
}
#contentOuter #mainNav ul li.main {
	background: #007e4f;
	margin-top: 15px;
	font-size: 0.9em;
	color: #fff;
	font-weight: bold;
	padding-left: 50px;
	width: 170px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;	
}

#contentOuter #mainNav ul li a {
	display: block;
	color: #92907b;
	text-decoration: none;
	padding-left: 50px;
	background: #f0eae1;
	width: 170px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
#contentOuter #mainNav ul li a:hover {
	color: #fff;
	background: #007e4f;
}
#contentOuter #mainNav ul li a.aktiv {
	color: #fff;
	background: #007e4f;
}

/* BOF Stile für Hauptnavigation */

/* BOF Stile für ContentBox */
#contentOuter #content {
	float: right;
	/*width: 460px;*/
	width: 600px;
	padding-right: 90px; /*230px;*/
	padding-top: 20px;
}

#contentOuter #contentBlog {
	float: right;
	/*width: 460px;*/
	width: 670px;
	padding-right: 20px; /*230px;*/
	padding-top: 20px;
}
#contentOuter #content h1, #contentOuter #contentBlog h1 {
	color: #007e4f;
	font-size: 1.4em;
	font-weight: bold;
}
#contentOuter #content h2, #contentOuter #contentBlog h2 {
	color: #007e4f; /*#666666;*/
	font-size: 1em; /*1.2em;*/
	font-weight: bold;
}
#contentOuter #content h3, #contentOuter #contentBlog h3{
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}
#contentOuter #content p,td , #contentOuter #contentBlog p{
	font-size: 0.7em;
	line-height: 140%;
}
#content li {
	font-size: 0.7em;
	line-height: 140%;
}
#contentOuter #content a, #contentOuter #contentBlog a {
	color: #007e4f;
}
/* EOF Stile für ContentBox */

#contentOuter #footer {
	clear: both;
}

/* Formaularstilanweisungen */
label {
	width: 10em;
	float: left;
	clear: left;
	line-height: 150%;
}
input.formInputLong {
	width: 22em;
	clear: right;
	font-size: 1em;
	padding-top: 0.1em;
	border: 1px solid #007e4f;
	margin-bottom: 0.2em;
}
input.formInputMedium {
	width: 16.6em;
	clear: right;
	font-size: 1em;
	padding-top: 0.1em;
	border: 1px solid #007e4f;
	margin-bottom: 0.2em;
	
}
input.formInputShort {
	width: 4em;
	font-size: 1em;
	padding-top: 0.1em;
	border: 1px solid #007e4f;
	margin-bottom: 0.2em;
}
textarea {
	border: 1px solid #007e4f;
	width: 25em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.formButtonLeft {
	margin-left: 10em;
}
.formError {
	color: #F8931D;
}

.links { 
    width: 300px; /*250px;*/
    float: left;
    border-right: 1px solid #dedede;
    padding-right: 3px;
}

.linksBilder{ 
	width:200px;
	float:left;
	padding-right:3px;
}
 
.rechts {
    width: 290px; /*200px;*/
    float: right;
}
.bildunter {
	font-size: 0.8em;
	color: #007E4F;
}

.bildrechts {
float: right;
padding-left: 3px;
}
.bildlinks {
float: left;
padding-right: 3px;
}

.hspace5 {width:5px;}

img {border:0;}

#sidebar {	float: right;
	width: 190px;
	padding:0;
  font-size:0.8em;}

#contentOuter #sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 190px;
}

#contentOuter #sidebar h2{
background-color: #007e4f;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
margin:0;
margin-top: 5px;
font-size: 0.9em;
color: #ffffff;
font-weight: bold;
padding-left:5px;
width: 185px;
padding-top: 0.4em;
padding-bottom: 0.4em;
}
#contentOuter #sidebar ul li li {	margin-top: 2px;
	font-size: 0.7em;
	background: #f0eae1;
  padding:5px;
  padding-bottom:10px;
  width:180px;}
  
#contentOuter #sidebar ul li li a {font-size:0.9em;}
.post{width:460px;}
.clear {clear:both;}
.left { float:left; }

/* wintergarten-sanierung.html */
.row { margin-bottom:15px; padding-left:20px; }
.row .col { border:0px solid #F00; margin-right:20px }
.row .col .img { margin-bottom:5px; }
.row .col .img img { width:250px; padding:5px; background-color:#FFF; border:1px solid #CCC; }
.row .col .text { font:normal 12px verdana; color:#333; text-align:center; }



