/* www.multilinea.de - CSS */

html {
	height:100%;
	}
body {
	/*background:url(images/header.jpg) no-repeat fixed center #000;*/
	background-color:#FFF;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	font-family:'Titillium Web', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	color:#5C5C5C;
}
a {
	color:#4a78a3;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#d71921;
	text-decoration:none;
	outline:none;
}
/* HEAD_BOX - Start */
#head_box {
	background-color:#FFF;
	width:100%;
	height:150px;
	clear:both;
}
#head-inner-box {
	background:url(images/multilinea_logo.gif) no-repeat top left;
	width:1000px;
	height:150px;
	margin:0 auto;
	position:relative;
}
#nav_box {
	width:339px;
	height:30px;
	position:absolute;
	right:0;
	bottom:0;
}
/* HEAD_BOX - End */
/* BODY_BOX - Start */
.content_general {
	width:1000px;
	height:auto;
	clear:both;
}
.content_general img {
	border:8px solid #fff;
}
#body_box {
	background-color:#adc786;
	width:100%;
	clear:both;
	height:auto;
	padding-bottom:50px;
}
#body_box-prod {
	background-color:#adc786;
	width:100%;
	height:auto;
	clear:both;
}
#body-inner-box {
	width:1000px;
	height:auto;
	margin:0 auto;
}
#content_home {
	background:url(images/butterfly.png) no-repeat top right;
	width:1000px;
	min-height:600px;
	padding-top:50px;
}
#alu_rostfrei {
	background-color:#d71921;
	width:425px;
	height:auto;
	color:#FFF;
	font-weight:bold;
	font-family:'Titillium Web', Arial, Helvetica, sans-serif;
	font-size:35px;
	color:#FFF;
	text-align:center;
	-moz-border-radius:8px;
    border-radius:8px;
	margin-top:50px;
}
#aller_prod {
	width:425px;
	height:auto;
	color:#FFF;
	font-weight:normal;
	font-family:'Titillium Web', Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#FFF;
	text-align:center;
	margin-top:10px;
}
#gmaps_box {
	width:1000px;
	height:500px;
	background-color:#4a78a3;
	margin:35px 0 0 0;
}
#sizer {
	padding:50px 0 0 0;
	text-align:right;
	display:none;
}
.prod_pix_box {
	width:1000px;
	height:auto;
	clear:both;
	margin:25px 0 0 0;
	text-align:center;
}
.prod_pix_box img {
	max-height:200px;
	margin:0 15px 15px 0;
	padding:7px;
	background:#F9F9F9;
}
.prod_pix_box img:hover {
	padding:7px;
	background:#4a78a3;
}
.prod_beschr {
	font:38px 'Titillium Web', Arial, Helvetica, sans-serif;
	color:#4a78a3;
	font-weight:lighter;
}
.prod_name {
	font:25px 'Titillium Web', Arial, Helvetica, sans-serif;
	color:#4a78a3;
	font-weight:bold;
}
/* BODY_BOX - End */
/* HOME_GALERIE - Start */
#home_galerie {
	/* background-color:#C8DDD3; 
	background-color:#EDF1FE; */
	background-color:#adc786;
	width:100%;
	min-height:425px;
	clear:both;
	padding:25px 0 20px 0;
}
/* HOME_GALERIE - End */
/* FOOTER_BOX - Start */
#footer_box {
	background-color:#FFF;
	width:100%;
	height:auto;
	clear:both;
	bottom:0;
	position:relative;
	padding:0;
}
#footer-inner-box {
	width:1000px;
	min-height:auto;
	margin:15px auto 0 auto;
	padding:0;
	text-align:left;
}
/*#footer_content_1 {
	background-color:#999;
	padding:0;
	left:0;
	text-align:left;
}*/
#footer-inner-box ul {
	margin:0 0 0 -75px;
	text-align:center;
}
#footer-inner-box ul li{
	margin:0;
	display:inline-block;
	list-style:none;
	font:normal 18px 'Oswald', Arial, Helvetica, sans-serif;
	color:#4a78a3;
	padding:0 0 0 35px;
}
#copyright_box {
	width:1000px;
	height:auto;
	margin:75px 0 25px 0;
	font-face:'Titillium Web', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:lighter;
	text-align:center;
	color:#B7B7B7;
}
/* FOOTER_BOX - End */
/* NAVIGATION - Start */
.menu_aktiv {
	color:#d71921;
}
#menu {
    width:600px;
    margin:0;
    padding:0 0 0 0;
    list-style:none;  
    /*background-color:#111;
    background-image:linear-gradient(#444, #111);
    border-radius:50px;
    box-shadow:0 2px 1px #9c9c9c;*/
}

#menu li {
    float:left;
    padding:0 0 0 25px;
    position:relative;
}

#menu a {
    float:left;
    height:20px;
    padding:0;
    color:#4a78a3;
    font:normal 16px 'Oswald', Arial, Helvetica, sans-serif;
    text-decoration:none;
	outline:none;
}

#menu li:hover > a {
    color:#d71921;
}

*html #menu li a:hover { /* IE6 */
    color:#d71921;
}

#menu li:hover > ul {
    display:block;
}

/* Sub-menu */
#menu ul {
    list-style:none;
    margin:0 0 0 15px; /* submenu allignment from left*/
    padding:0;    
    display:none;
    position:absolute;
    top:30px;
    left:0;
    z-index:99999;    
    background-color:#E1E1E1; 
	/*background-image: linear-gradient(#E1E1E1, #9D9D9D);*/    
    -moz-border-radius:5px;
    border-radius:5px;
}

#menu ul li { 
    float:none;
    margin:0;
    padding:0;
    display:block;  
    box-shadow:0 1px 0 #B7B7B7, 
               0 2px 0 #fff;
}

#menu ul li:last-child { 
    box-shadow:none;    
}

#menu ul a {    
    padding:10px;
    height:auto;
    line-height:1;
    display:block;
    white-space:nowrap;
    float:none;
    text-transform:none;
	color:#4a78a3;
}

*html #menu ul a { /* IE6 */   
    height:10px;
    width:150px;
}

*:first-child+html #menu ul a { /* IE7 */    
    height:10px;
    width:150px;
}
#menu ul li:first-child a {
    border-radius:5px 5px 0 0;
}
/* triangle from the submenu disappear with opacity -> 0 */
#menu ul li:first-child a:after {
    content:'';
	opacity:0;
    position:absolute;
    left:10px;
    top:-8px;
    width:75px;
    height:0;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color:#04acec; 
}

#menu ul li:last-child a {
    border-radius:0 0 5px 5px;
}

/* Clear floated elements */
#menu:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
/* NAVIGATION - End */

/* SCHRIFT FORMATIERUNG */
.ueberschriften {
	font-size:48px;
	font-family:'Titillium Web', Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#4a78a3;
}
.ueberschriften_light {
	font-weight:lighter;
	font-family:'Titillium Web', Arial, Helvetica, sans-serif;
	font-size:29px;
	color:#FFF;
}
.ueberschriften_lighter {
	font-weight:lighter;
	font-family:'Titillium Web', Arial, Helvetica, sans-serif;
	font-size:22px;
	margin-top:75px;
	padding:5px;
	text-align:center;
	background-color:#4a78a3;
	-moz-border-radius:8px;
    border-radius:8px;
	color:#fff;
	width:auto;
}
#bold_text {
	font-weight:bold;
	font-family:'Titillium Web', Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#FFF;
}