html {
    background-color: #000000;
    background-image: url("../img/holz.jpg");
    background-repeat: no-repeat;
    background-size: cover !important;

    height: 100%;
    width: 100%;
}



html {
background: url(../img/holz.jpg) center center fixed no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: #000;
overflow: auto;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/holz.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/../img/holz.jpg', sizingMethod='scale')";
}


body{
	color: #fff;
	font-size: 12px;
	line-height:20px;
	padding: 0px;
	text-align:left;
	font-family: Tahoma, Geneva, sans-serif;
	margin:0;
}



a{
	color: #f69600;
	font-weight: normal;
	text-decoration:none;
	font-family: Tahoma, Geneva, sans-serif;
}
a:hover{
	color: #f69600;
	font-weight: normal;
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
}

address {
font-style: normal;
}

h1{
font-size:32px;
line-height:30px;
color:#f69600;
margin:15px 0 25px 0;
font-weight:normal;
text-transform:  none;
	font-family: Tahoma, Geneva, sans-serif;
}
h2{
    color: #f69600;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin: 20px 0 10px;
    padding: 0;
    text-transform: none;
}
h3{
font-size:17px;
line-height:17px;	
color:#f69600;
font-weight:normal;
margin:0 0 10px 0;
text-transform:  none;
	font-family: Tahoma, Geneva, sans-serif;
}
h4{
font-size:17px;
line-height:17px;	
color:#f69600;
font-weight:normal;
margin:0 0 10px 0;
text-transform:  none;
	font-family: Tahoma, Geneva, sans-serif;
}

p{
	color:#fff;
	font-size:13px;
	line-height:20px;
	font-weight:normal;
}
/*--------------------------------------------------------------
Head
---------------------------------------------------------------*/


#header {
    background-color: #191919;
    border-bottom: 2px solid #F69600;
    height: 115px;
    padding-top: 15px;
    width: 100%;
}
/*--------------------------------------------------------------
SLIDER
---------------------------------------------------------------*/


#abb{margin: -20px 0 0  0;}
/*--------------------------------------------------------------
Content
---------------------------------------------------------------*/
#logg2 {
    margin-bottom: 110px !important;
}
#blog {
   
    border-top: px solid #F69600;
    margin-top: 0;
    padding-bottom: 20px;
}
.blog{
	margin-top:10px;
	border-right:0px dotted #cabfb6;
	width:299px!important;
	padding-bottom:10px;
}

.blogbild{
	padding:20px 0 0 0;
	border-right:none;
}

.blog h1{
	color:#f69600;
	font-size:20px;
	line-height:24px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	margin: 0 0 10px;
	}
	
.blog h2 ,.blogbild h2{
	color:#f69600;
	font-size:20px;
	line-height:24px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	margin: 0 0 10px;
	}
	
.blog p{
	color:#fff;
	font-size:13px;
	line-height:24px;
	font-weight:normal;
	}
	
.blogbild img{
	border: 2px solid #fff;
	margin-top:5px;
}

.textfeld{
	background-image:url(../img/textfeld_back.png);
    margin-left: 2px;
    margin-top: -50px;
    padding: 0 20px;
    position: absolute;
    width: 264px;
	height:30px;
	float:left;

}
.textfeld p{
	color:#fff;
	padding-top:3px;
	float:left;
}
.textfeld a{
	color:#fff;

}

.textfeld a:hover{
	color:#fff;
	text-decoration:underline;

}

.arrow{
   background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    float: left;
    height: 14px;
    margin-left: 10px;
    margin-top: 10px;
    width: 10px;
	
}

.arrow2{
   background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    float: left;
    height: 14px;
    margin-left: 5px;
    margin-top: 10px;
    width: 10px;
	
	
}

#map_canvas{color:#000;margin-top:30px;}

#site{
	border-top:0px dotted #cabfb6;
	margin-top:10px;
}
#content{
    margin-left: 20px;
    margin-top: 5px;
}
.content {
    border-bottom: 2px solid #F69600;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 20px;
}

.content:last-child {border-bottom: 0px solid #F69600;}

.contenttitle{
    margin-top: 20px;
}

.content h2{
	color: #F69600;
	font-family: Tahoma, Geneva, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin: 0px 0 10px;
    padding: 0;
    text-transform: none;
}

.content h1{
    color: #F69600;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 30px;
    margin: 0px 0 25px;
    text-transform: none;
}

.content img{
		border: 2px solid #cec7bf;
}

#sidebar{
    width: 240px;
}

.kommentar p{
	font-size:16px;
	line-height:26px;
	color:#928579;
	font-weight:normal;
}

.kommentar {
	margin-top:30px;
	color:#dd3f3f;
	font-weight:bold;
}

.kommentar span {
		font-size:16px;
	line-height:26px;
	color:#dd3f3f;
}

.teaser{
	margin-top:30px;
}

.teaser img{
	border: 2px solid #cec7bf;
}

.teaser-textfeld{
	background-image: url("../img/textfeld_back.png");
    float: left;
    height: 30px;
    margin-left: 2px;
    margin-top: -50px;
    padding: 0 20px;
    position: absolute;
    width: 188px;
}

.teaser-textfeld a{
	color:#fff;
		font-family:Tahoma, Geneva, sans-serif;
}

.teaser-textfeld p{
	color:#fff;
	padding-top:2px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
}
/*--------------------------------------------------------------
Footer
---------------------------------------------------------------*/

#footer{
font-size:12px;
padding:20px 0 0 0;
margin:0px 0 0 0;
 border-top: 1px solid #F69600;

color:#fff;
font-weight: bold;
}


#footer a{
	color:#f69600;
	text-decoration:none;
	font-weight: regular;
}

#footer a:hover{
	color:#f69600;
	text-decoration: underline;
	font-weight: regular;
}

#footer span{
	color:#fff;
font-weight: bold;
}

#footer h4{
margin:0px 0 20px 0;
}

#copy{
font-size:12px;

}

#medienweite{
	    margin-top: 0px;
}







