/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #686868;
}
html {
	overflow-y: scroll;
	}
body {
	font-size: 1.1em;
	line-height: 1.4;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #686868;
    margin: 1em 0;
    padding: 0;
	width: 80%;

}*/
#content_links_produkte hr{
	width: 90%;
	border: none;
	background-color: #ACB4BD;
	height: 1px;
    margin: 2% 5%;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* CSS Document */

* {
margin:0;
padding:0;
}
html, body {
	height:100%;
}

a img {
border:none;
}

.clear {
    clear: both;
}
.text_bold {
	font-weight:bold;
}
.text_gruen{
        color: #b4152b;
}

.text_kursiv {
	font-style: italic;
	}
/*

* GLOBALE STRUKTUR

*/
#wrapper {
	position:relative;
	width:1280px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
	background-image: url(../images/hg.jpg);
}

a {
	color: #b4152b;
	text-decoration:none; 
	 }
	 
#header{
	height:180px;
	width:1280px;
	position:relative;
	z-index:99;
	background-image: url(../images/header.jpg);
	}

.logo{
	padding: 20px 0 0 41px;
	height: 150px;
	width: 360px;
}

#bild{
	height:390px;
	width:1280px;
}


/********************************************
SPRACHE 
********************************************/
#sprache {
    float: right;
    height: 30px;
    padding: 5px 0 0;
    width: 120px;
	color: #0ba599;
}
#sprache li {
	text-decoration: none;
	list-style: none;
	float:left;
	padding: 0 10px 0 0;
}
#sprache ul li a, #sprache a:link, #sprache a:visited {
	color: #0ba599;
	text-decoration: none;
	list-style: none;
    font-size: 0.8em;
	}
#sprache ul li a:hover{
color: #9d9ea0;
text-decoration: none;
font-size: 0.8em;
}
#sprache #sprache_active{
color: #9d9ea0;
text-decoration: none;
font-size: 0.8em;
 font-weight: bold;
}
/********************************************
SPRACHE END 
********************************************/


/********************************************
NAVIGATION 
********************************************/
#navi{
 	width:1280px;
	position:relative;
	height: 38px;
	background-color: #fff;
}
#navi ul {
list-style: none;
font-style: normal;
font-weight:400;

}
#navi li{
	list-style: none;
    float:left;
}
#navi ul li a, #navi ul li a:link, #navi ul li a:visited  {
	background-color: #b4152b;
	display: block;
	font-weight: 400;
	height: 22px;
	padding-top: 13px;
	text-align: center;
	text-decoration: none;
	width: 215px;
	color: #fff;
	border: thin solid #F5F5F5;
	text-transform: uppercase;
}
#navi ul li a:hover{
    color: #575757;
    text-decoration: none;
    font-weight:400;
}
#wrapper #navi .nav_active a{
	background-color: #fff;
	color: #b4152b;
	text-decoration: none;
	font-weight:400;
}
/*******************************************
NAVIGATION END
********************************************/


#main {
	padding: 30px 0 10px 0; 
	width:1280px;
	position:relative;
	background-color: #fff;
	min-height: 200px;
}
#content_links {
	width:570px;
	float:left;
	padding: 0 20px 0 50px;
	margin-bottom: 20px;
}
#content_links_produkte {
	width:1180px;
	float:left;
	padding: 0 50px;
	margin-bottom: 20px;
}
#content_rechts {
	width:570px;
	float:right;
	padding: 0 40px 0 20px;
	margin-bottom: 20px;
}
#content_rechts_produkte{
	width:270px;
	float:right;
	padding: 0 40px 0 20px;
	margin-bottom: 20px;
}
#content_rechts li{
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../images/punkt.jpg);
}
#content_links li{
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../images/punkt.jpg);
}
.produkte{
	height:150px;
	}
/********************************************
FOOTER
********************************************/
#footer{
background-color:#ccc;
}
.footer_grau {
	background-color:#ccc; 
	height:40px;	
	-Moz-box-shadow:  inset #999 0 5px 3px;
	-Webkit-box-shadow:  inset #999  0 5px 3px;
	box-shadow:  inset #999 0 5px 3px;
	behavior: url(css/pie/PIE.htc);
	}
#footer_balken{
     background-color:#b4152b;
     padding: 10px 0;
     height:20px;
}
.footer_text_links{
	float:left;
	font-size:14px;
	color: #fff;
    padding: 4px 0 0 40px;
	}
.footer_text_links_kursiv{
	font-style: italic;
	}
.footer_text_rechts a{
	font-size:12px;
	float:right;
	color: #fff;
	padding: 4px 20px 0 0;

}
.footer_text_rechts a:hover{
	text-decoration:none;
	color: #017670;

}

/********************************************
FOOTER MENÜ
********************************************/
#navi_footer{
    overflow: hidden;
	line-height: 1.5em;
	background-color:#ccc;
	padding: 30px 0;
	font-size:80%;
	-Moz-box-shadow:  inset #999 0 5px 3px;
	-Webkit-box-shadow:  inset #999  0 5px 3px;
	box-shadow:  inset #999 0 5px 3px;
	behavior: url(css/pie/PIE.htc);
}
#navi_footer li{
	padding:0 10px 0 10px;
	list-style: none;
	
}
#navi_footer ul li a, #navi_footer ul li a:link,#navi_footer ul li a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#navi_footer ul li a:hover{
color: #0ba599;
text-decoration: none;

}
.floatBlock {
	width:200px;
	float:left;
	display:block;
	}
.floatBlock a {
	text-decoration:none;
}
.floatBlock ul {
	padding:0;
	margin:0;
	list-style:none;
	font-weight:normal;
}
.trenner {
	background-image: url(../images/trenner_footer.png);
	background-repeat: no-repeat;
	background-position: right center;
	min-height:150px;
	}
#navi_footer .floatBlock_first{
color:#0ba599;
font-size:90%;
font-weight:bold;
	}
#navi_footer .floatBlock_last{
width:152px;	
}
#navi_footer .floatBlock_first_big{
color:#0ba599;
font-size:100%;
font-weight:bold;
	}
#navi_footer ul {
    padding: 0 0 0 20px;

}
/********************************************
FOOTER END
********************************************/

/********************************************
Kontaktformular
********************************************/	


fieldset {
	border:none;

}
label {
    width: 100px;
    display: block;
    float: left;
}
textarea {
	border: thin solid #D6D6D6;
	width:250px;
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
input {
	padding: 2px;
	border: thin solid #D6D6D6;
	width:250px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	#header{
	height:180px;
	width:1280px;
	position:relative;
	z-index:99;
	background-image: url(../images/header.jpg);
	}
}
