/************************************************************************************************************/
/* DATEINAME: 		main.css                           														*/
/* BESCHREIBUNG:	Hauptstylesheet																			*/
/* PROJEKT:   		Industrie Service s.p.r.l.											    				*/
/* JAHR: 			2013	                         														*/
/* AUTOR: 			Alexander Müller (sitepusher.de)      													*/
/************************************************************************************************************/

html {		
	overflow-y: scroll; 
}

body {		
	color: #2f2f2f;	
	font: 15px/1.6 "Droid Serif", "Times New Roman", Times, serif;	
}

.clearing {
	clear: both;
}

.small_shadow {
	-webkit-box-shadow: hsla(180, 0%, 0%, 0.8) 2px 2px 3px;
	-moz-box-shadow: hsla(180, 0%, 0%, 0.8) 2px 2px 3px;
	box-shadow: hsla(180, 0%, 0%, 0.2) 2px 2px 2px;
}

div#googlemap {
	margin-top: 30px;
	margin-left: 100px;
}

/************************************************************************************************************/
/* SECTION STYLES                                    														*/
/************************************************************************************************************/

#header_top {													/* Header */
	text-align: center;
	min-width: 940px;
	height: 99px;
	background: url(../img/header_top_bg.png);
}

#header_nav {
	height: 158px;
	background: url(../img/header_nav_bg.png);
}

#blackbar {
	height: 20px;
	background-color: black;
}

#slideshow_area {												/* Slideshow */
	background-color: black;
}

#subnav_area {
	min-width: 940px;
	height: 64px;
	background: url(../img/subnav_area_bg.png);
}

#subnav {
	height: 64px;
	background: url(../img/subnav_center.png);
}

#teaser_area {													/* Teaser */
	height: 345px;
	background: url(../img/teaser_area_bg.jpg);
}

.teaserbox {
	height: 311px;
	background: url(../img/teaserbox_bg.jpg);
}

#content_area {													/* Content */
	background: url(../img/content_area_bg.png) top center;
}

#content {
	position: relative;
	background-color: #f1f1f1;
	padding-top: 35px;
}

#footer {														/* Footer */
	height: 170px;
	background-color: black;
}

div.linkblock {
	margin-left: 100px
}

div.productbox {
	position: relative;
	width: 740px;
	height: 224px;
	margin: 30px 100px;
	background-color: #dadada;
	border: 10px solid #c5c5c5;
}

div.productinfo {
	position: absolute;
	left: 290px;
}

/************************************************************************************************************/
/* IMAGE STYLES                                    															*/
/************************************************************************************************************/

img.img_collage {												/* Collagen mit 2 Fotos 740x241px */
	margin: 20px 100px;
}

div.productbox img {
	float: left;
}

/************************************************************************************************************/
/* NAVIGATION STYLES                               															*/
/************************************************************************************************************/

#header_nav ul {
	list-style-type: none;
	height: 158px;
	width: 940px;
	background: url(../img/nav_bg.png);
}

#header_nav li {	
	float: left;	
	height: 156px;
	width: 187px;
}

#header_nav #btn3,
#header_nav #btn4,
#header_nav #btn5 {
	width: 188px;
}

#header_nav a {	
	display: block;
	height: 156px;
	font-size: 18px;
}

#header_nav #btn1 a:hover,
#header_nav #btn1.activelink {
	background: url(../img/mainnav_button_startseite_over.png);
}
	
#header_nav #btn2 a:hover,
#header_nav #btn2.activelink {
	background: url(../img/mainnav_button_unternehmen_over.png);
}

#header_nav #btn3 a:hover,
#header_nav #btn3.activelink {
	background: url(../img/mainnav_button_leistungen_over.png);
}

#header_nav #btn4 a:hover,
#header_nav #btn4.activelink {
	background: url(../img/mainnav_button_produkte_over.png);
}

#header_nav #btn5 a:hover,
#header_nav #btn5.activelink {
	background: url(../img/mainnav_button_kontakt_over.png);
}

#subnav ul {
	margin-top: 15px;
	margin-left: 90px;
}

#subnav li {										/* SUBNAV */
	
	display: inline;
	list-style-type: none;
}

#subnav a,
#subnav a:visited {
	font: 16px "Droid Sans", arial, "sans-serif";
	padding: 0 10px;
	color: #5e5e5e;
}

#subnav a:focus,
#subnav a:hover,
#subnav a:active,
#subnav a.activelink {
	color: #f6b200;
	text-decoration: none;
}

div.linkblock a {
	margin-right: 20px;
}

/************************************************************************************************************/
/* TYPOGRAPHIC STYLES                              															*/
/************************************************************************************************************/

h1, h2, h3, h4 {
	font-family: "Droid Sans", arial, "sans-serif";	
	letter-spacing: -0.01em;
	margin-left: 100px;
	margin-right: 100px;
}

h1 {
	font-size: 28px;
	letter-spacing: -0.01em;
}

h2 {
	font-size: 20px;
	letter-spacing: -0.01em;
	margin-top: 20px;
	margin-bottom: 0;		
}

p {
	margin-left: 100px;
	margin-right: 100px;
	color: #575757;
}

p.source {
	font-size: 12px;
}

ul {
	color: #575757;
}

#footer p {
	color: rgb(120,120,120);
	margin-top: 30px;
	text-align: center;
	font-size: 14px;
}

.teaserbox p {
	font: 16px "Droid Sans", arial, "sans-serif";
	color: #2b2b2b;
	margin: 0 30px;
	line-height: 1.4em;	
}

.teaserbox h2 {
	font-size: 22px;
	margin: 30px 30px 40px 30px;
	letter-spacing: -0.02em;
	line-height: 1.2em;
}

.teaserbox a {
	color: #04305a;
}

.teaserbox a:hover {
	color: black;
	text-decoration: none;
}

#footer a,
#footer a:visited {
	color: rgb(120,120,120);
}

#content #list ul {
	margin-left: 115px;
}

#content #list li {
	line-height: 1.6em;
}

div.productinfo p {
	font-size: 14px;
	margin-right: 20px;
	font-family: "Droid Sans", arial, "sans-serif";
	line-height: 1.4em;
}

/************************************************************************************************************/
/* TABLE STYLES         	                     															*/
/************************************************************************************************************/

table.contact_table {
	width: 740px;
	border-collapse: collapse;
	border: 1px solid #c8c8c8;
	text-align: left;
	padding: 30px;
	margin: 30px 100px;
}

table.contact_table td {
	border: 1px solid #c8c8c8;
	padding: 15px;
}