@charset "utf-8";
/* CSS Document */

/*
rot: #cc071e;
orange: #fcc417;
*/


html, body {
margin: 0;
padding: 0;
text-align:left;
color: #000;
font-family: 'roboto_condensedregular';
font-weight: normal;
font-style: normal;
font-size: 98%;
background-image: url(../images/elemente/hg_holz.jpg);
background-color: transparent;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-clip: border-box;
background-origin: padding-box;
background-size: cover;
height: 100%;
line-height:145%;
}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('http://michls-heissehuette.at/font/RobotoCondensed-Regular-webfont.eot');
    src: url('http://michls-heissehuette.at/font/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://michls-heissehuette.at/font/RobotoCondensed-Regular-webfont.woff2') format('woff2'),
         url('http://michls-heissehuette.at/font/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('http://michls-heissehuette.at/font/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('http://michls-heissehuette.at/font/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_condensedbold';
    src: url('http://michls-heissehuette.at/font/RobotoCondensed-Bold-webfont.eot');
    src: url('http://michls-heissehuette.at/font/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://michls-heissehuette.at/font/RobotoCondensed-Bold-webfont.woff2') format('woff2'),
         url('http://michls-heissehuette.at/font/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('http://michls-heissehuette.at/font/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('http://michls-heissehuette.at/font/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
font-size:1em;
}


img {
border: none;
}



div#wrapper {
width:100%;
max-width:970px !important;
min-height: 100%; /* Mindesthöhe für moderne Browser */
height:auto !important; /* Important Regel für moderne Browser */
height:100%; /* Mindesthöhe für den IE */
overflow: hidden !important; /* FF Scroll-leiste */
margin: 0px auto 0;
background-color: #fff;
position: relative;
-webkit-box-shadow: 0px 0px 23px #000; 
-moz-box-shadow: 0px 0px 23px #000; 
box-shadow: 0px 0px 23px #000;

}


img.skaliere
{
max-width: 100%;
height: auto;
}


 /* Navigation Anfang */
 
 

#logo {
width: 100%;
max-width: 970px;
margin: 0px auto;
padding:0;
min-height: 270px;
margin: 0px;
font-size:100%;
background-color:#cc071e;

}


#navi {
clear: both;
float: left;
width: 100%;
max-width: 970px;

}

#navi ul {
  overflow: hidden;
  margin: 0 auto;
  padding: 5px 0px 5px 10px;
  text-align:left;


}
#navi ul li {
  width:25%;
  list-style: none;
  text-align:center;
  display: inline;
  font-size:105%;

}


#navi ul li a {
    padding: 0 4%;
    color: #fff;
	font-weight:normal;
	text-decoration: none;

    }

#navi ul li a:hover {
	color:#fcc417;
	border-bottom: 2px  solid #fcc417;

}


a.aktiv {
	color:#fcc417;
	border-bottom: 2px  solid #fcc417;
}




/* navi ende */

#main {
width: 100%;
max-width: 970px;
margin: 0px auto;
background-color:#fff;
height:100%;
min-height:505px;
}


#content {
width: 100%;
max-width: 490px;
text-align:left;
float:left;
margin: 0px 20px 0px 20px;
padding: 20px 0px 0px 20px;
height:100%;
}

#content_re {
width: 100%;
max-width: 380px;
text-align:left;
float:left;
margin: 0px 20px 0px 0px;
padding: 20px 0px 0px 20px;
height:100%;
}

#galerie {
width: 95%;
max-width: 970px;
min-height: 150px;
height:auto !important; /* Important Regel für moderne Browser */
height:150px; /* Mindesthöhe für den IE */
margin: 0px auto 0px auto;
padding:10px 10px 0px 50px;
clear: both;
}
#bilder {
	float:left;
	padding:10px 15px 10px 0px;
	}

h1 {
   
font-weight: normal;
font-style: normal;
font-size: 1.8em;
color: #cc071e;
margin: 0 auto 0.5em 0;
}

h2 {
font-weight: normal;
font-style: normal;
font-size: 1.3em;
letter-spacing: 0;
color: #cc071e;
margin: 0 auto 0.1em 0;
}

p {
	
	margin: 0.5em 0px 1em 0px;}



#footer {
width: 100%;
max-width: 970px;
min-height: 150px;
height:auto !important; /* Important Regel für moderne Browser */
height:150px; /* Mindesthöhe für den IE */
margin: 0px auto 0px auto;
clear: both;
background: url(../images/elemente/footer.jpg) no-repeat;
text-align:right;

}
#footer_text {
	padding: 110px 20px 0px 0px;
	font-size:90%;
	}


#footer a:link,
#footer a:visited {
	color:#000;
	text-decoration:underline;

}

#footer a:hover,
#footer a:active {
	color:#cc071e;
	text-decoration:none;
}


.klein {
font-size: 0.8em;
}

.rot {
color: #cc071e;
}


.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

a:link, a:visited {
	color:#ff9900;
	text-decoration:underline;
	font-weight:normal;
	}
	
	a:hover, a:active {
	color:#cc071e;
	text-decoration:none;
	font-weight:normal;
	}
	
ul li {
	
	list-style-image: url(../images/li_punkt.gif);
	}
	
	
	
	#title {
	width: 380px;
	height: 26px;
	color: #cc071e;

	padding-top: 5px;

	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
}

form {
	max-width: 490px;
}

.col1 {
	text-align: left;
	width: 185px;
	height: 40px;
	margin: 0;
	float: left;
	margin-right: 2px;

}

.col2 {
	width: 195px;
	height: 40px;
	display: block;
	float: left;
	margin: 0;

}

.col2comment {
	width: 195px;
	height: 98px;
	margin: 0;
	display: block;
	float: left;

}

.col1comment {
	text-align: left;
	width: 185px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;

}

div.row {
	clear: both;
	width: 450px;
}



form#kon input {padding:0; margin-bottom:0.9em; margin-top:0.4em;}

form#kon #button1  { 
	background:#fcc417; 
	border:1px solid #333; 
	cursor:pointer; 
	width:170px; 
	margin-left:100px; 	
	color: #333; 
	}


.textarea {
	border: 1px solid #8595B2;
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
}