@charset "utf-8";
/* CSS Document */
/*
Theme Name: Holzbau Stopper
Author: Eva Nitsche
Author URI: http://www.s-und-r-design.de
Version: 1.0
Tags: hell, minimalistisch, modern, Bilder, Holzbau, Zimmerei, Hausbau, Haus, Dachdecker, Dachfenster, Carports, Dachfenstertausch, Dachfensterwechsel, Dachgaube, Heilbronn, Nordheim
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* =Tags
----------------------------------------------- */

body, input, textarea {
	color: #000;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: 1.2em;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

h4{
	font-size: 1.2em;
	font-weight: bold;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
table{
	width:100%;
}
td{
	vertical-align:top;
}


/* Links */
a {
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}
a:focus,
a:active,
a:hover {
	text-decoration:underline;
	color: #D91311;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* =Allegemeine Klassen
----------------------------------------------- */

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.hidden {
    display: none;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.small {
    font-size: 0.9em;
}


/* =Layout
----------------------------------------------- */

body{
	background:url(images/bg.jpg) repeat-x #FFF top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	}
	
hr{
	color:#000;
	background-color:#000;
	clear:both;
	padding:0px;
	margin:0px;}
	
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:bold;
	color:#D91311;
	padding-bottom:1em;
	}

h2{	font-size:1.1em;
	font-weight:bold;
	padding-bottom:0.6em;
	padding-top:0.6em;
	}

p{
	margin-bottom:1.0em;}

td img{
	padding:10px;}
	
/*IDs*/

#balken{
	width:100%;
	height:10px;
	background-color:#000;
	left: 0;
	top: 0;
	z-index:9999;
	position: absolute;}

#container{
	width:940px;
	margin: 2em auto;
	background-color:#FFF;
	min-height: 500px;
	padding:20px;
	box-shadow: 3px 3px 9px #888888;}

#footer{
	width:940px;
	margin: 2em auto;
	background-color:#FFF;
	height: 10px;
	padding:20px;
	box-shadow: 3px 3px 9px #888888;
	text-align: right;
}

#top{
	padding-bottom: 12px;
	padding-top: 12px;
	border-bottom:#000 1px solid;
	margin-bottom:20px;}

#middle{

}

#untermenue{
	float:left;
	margin-right:20px;
	width:200px;
	}

#img_slider{
	float:right;
	width:720px;
	height:350px;
}

#bottom{	
	border-top: #000 1px solid;
	padding: 20px 0px;
	margin-top:20px;
}

#kontaktbox{
	float:left;
	margin-right:20px;
	width:180px;
	background:url(images/kontakt_bg.jpg) repeat;
	padding:10px;}
	
#content{
	float:right;
	width:720px;
	min-height:100px;
}

/*Klassen*/

#Anzeige .headline {
        font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	color:#000;
	padding-bottom:0.3em;
}

#Anzeige .headlineRed {
	color:#D91311;
}

#Anzeige .headlineLight {
        font-size:1.2em;
	color:#808080;
}

#Anzeige ul {
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:1em;
  list-style: none;
  margin: 0;
}
#Anzeige ul.dashed {
  list-style-type: none;
}
#Anzeige ul.dashed > li {
  text-indent: 20px;
}
#Anzeige ul.dashed > li:before {
  font-weight:bolder;
  font-size:1.1em;
  color:#808080;
  content: " - ";
  text-indent: 10px;
}

#Anzeige li {
        font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	font-weight:600;
	color:#262626;
	padding-bottom:0.3em;
}

#kontaktbox .stellenausschreibung{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	padding-bottom:0.3em;
	}

#kontaktbox .stellenausschreibungRed {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	color:#D91311;
	padding-bottom:0.3em;
	}

#kontaktbox .ueberschrift{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#000;
	padding-bottom:0.3em;
	border-bottom:#000 dotted 2px;
	margin-bottom: 0.5em;
	}
	
#kontaktbox .button a{
	text-decoration:none;}

#kontaktbox .button a:hover{
	color:#000;}
	
#kontaktbox .button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #f7f4f7) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f7f4f7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f4f7', endColorstr='#ffffff');
	background-color:#f7f4f7;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#242424;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 9px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

#kontaktbox .button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e6e6e6), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #e6e6e6 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ededed');
	background-color:#e6e6e6;
}

#kontaktbox .button:active {
	position:relative;
	top:1px;
}


/*Hauptmenü oben*/
#top .logo{
	float:left;
}

#top .menu-hauptmenue-container{
    float: left;
    margin: 70px 0 0px;
    padding: 0;
    width: 720px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
}

#top .menu-hauptmenue-container ul{
	list-style: none outside none;
	padding: 0;
	margin:0px;
	}

#top .menu-hauptmenue-container li{
    float: left;
    position: relative;
	padding-right: 1.65em;
	}

#top .menu-hauptmenue-container a{	
    display: block;
    text-decoration: none;
	color:#000;}

#top .menu-hauptmenue-container a:hover{
	border-bottom:#000 5px solid;
	}

#top .menu-hauptmenue-container span{
	text-transform: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:1em;
	font-style:italic;
	color:#666;
	}
	
	
#top .menu-hauptmenue-container .current-menu-item a{
	border-bottom:#000 5px solid;}


#top .menu-hauptmenue-container .current-page-ancestor a{
	border-bottom:#000 5px solid;}

/*Menü links*/

#middle div ul{
	list-style: none outside none;
	padding: 0;
	margin:0px;
	}

#middle div li{
    position: relative;
	border-bottom:1px dotted #999;
	}	

#middle div a{	
	font-weight:normal;
	display: block;
	padding: 0.4em 0 0.4em 0.4em;
	text-decoration:none;
}


#middle div li:hover > a,
#middle div ul ul :hover > a,
#middle div a:focus {
background: #000;
}
#middle div li:hover > a,
#middle div a:focus {
background: #000;
color: #fff;
} 
	
#middle div .current-menu-item a{
	font-weight:bold;
	color: #D91311;}

/* =Mobile Layouts
----------------------------------------------- */

@media (max-width: 800px) {
}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
}
@media (max-width: 450px) {
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
}
/* =Print
----------------------------------------------- */
@media print {
}
