/*
    Groundswell web site CSS
    CSS Positioning version
    by Bill Weinman
    developed for CSS Positioning course at lynda.com
*/

/* ================ global style ==================== */

body {
	font-family:Verdana, Geneva, sans-serif;
	background-color: #ccc;
	background-image: url(../images/backgr.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
}

	p, h1, h2, h3, h4, h5, li{
	margin: 1ex 1em;
}

div#container {
	width: 800px;
	margin: 0 auto;
}

/* ============== Container Hintergrundbild ======================*/

#index div#container {
	background-color:#FFF;
	background-image: url(../images/bannerIndex3.jpg);
	background-repeat:no-repeat;
}

#about div#container {
	background-color:#FFF;
	background-image: url(../images/bannerAbout2.jpg);
	background-repeat:no-repeat;
}

#products div#container {
	background-color:#FFF;
	background-image: url(../images/bannerFts.jpg);
	background-repeat:no-repeat;
}

#contact div#container {
	background-color:#FFF;
	background-image: url(../images/bannerContact.jpg);
	background-repeat:no-repeat;
}

#glas div#container {
	background-color:#FFF;
	background-image: url(../images/bannerGlas.jpg);
	background-repeat:no-repeat;
}

#subFts div#container {
	background-color:#FFF;
	background-image: url(../images/bannerSubFts.jpg);
	background-repeat:no-repeat;
}

#lohn div#container {
	background-color:#FFF;
	background-image: url(../images/bannerLohn.jpg);
	background-repeat:no-repeat;
}

#media div#container {
	background-color:#fff;
	background-image: url(../images/bannerPhoto.jpg);
	background-repeat:no-repeat;
	
	}

#machine div#container {
	background-color:#FFF;
	background-image: url(../images/bannerMaschinen.jpg);
	background-repeat:no-repeat;
}
#service div#container {
	background-color:#FFF;
	background-image: url(../images/bannerDienst.jpg);
	background-repeat:no-repeat;
}

/* =============== header ================ */


div#header {
	height: 200px;
	position: relative;
}
/* =============== navigation ================ */

div#navigation {
	height: 35px;
	width: 800px;
	position: absolute;
	top: 160px;
}

/* ======================= mainContent ========================================================================================*/

#content div#mainContent {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0 15px;
}

#content div#contentFoto {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0;
}
	

#mainContent p, #mainContent ul#liste li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.2em;
	color: #000;
	margin: 1ex 0;
}

#mainContent li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #2b5e8f;
	margin: 2ex 1ex;
	padding: 0 auto;
}

#mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #2b5e8f;
	margin: 1ex 0 .5ex 0;
}

#mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	color: #000;
	margin: 1ex 0 .5ex 0;
}

#mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #000;
	margin: .5ex 0 0 0;
}

#mainContent .mainDownload {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	text-decoration: none;
	color: #666;
	margin: 1ex 0 .5ex 0;
	border-bottom: dotted .5px;
	}
	
#mainContent .mainDownload:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	text-decoration: none;
	color: #fa8e46;
	margin: 1ex 0 .5ex 0;
	border-bottom: dotted .5px;
	}

#vertrieb {
	position:relative;
	float:right;
	margin-left:70px;
	
	
}
#verwaltung {
	
	padding-top: 2px;
	
	
}
/* ================ sideBar =====================================================*/

#content div#sideBar {
	float: right;
	width: 245px;
	padding: 0 10px;
	margin: 0;
	border-left: solid;
	border-color: #CCC;
	border-left-width: 1px;
}

#sideBar p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	line-height: 1.4em;
	color: #000;
	margin: 1ex 0;
}

#sideBar h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #000;
	margin: 1.3ex 0 .5ex 0;
}

#sideBar h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #000;
	margin: 1ex 0 .5ex 0;
}

#sideBar h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	line-height: 1.4em;
	color: #F60;
	margin: 1ex 0 .5ex 0;
}

#sideBar .sideDownload {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	text-decoration: none;
	color: #666;
	margin: 1ex 0 .5ex 0;
	border-bottom: dotted .5px;
	}


#sideBar .sideDownload:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	text-decoration: none;
	color: #F90;
	margin: 1ex 0 .5ex 0;
	border-bottom: dotted .5px;
	}
/* ============== footer ==============================================================*/

div#footer {
	clear: both;
	background-repeat:no-repeat;
	margin: 0 auto;
	padding: 5px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .72em;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #4576a1;
}




/* ============= wachsender weisser Hintergrund aus div#container =====================*/

.clear {
	clear: both
}

