/* 
----------------------------------------------------------------
Marcel Drechsler - Mediendesigner | www.marcel-drechsler.de, www.re-solution.de
Elektrotechnik Crottendorf
start: 06.07.2010
Autor: Marcel Drechsler, alle Rechte liegen bei dem Autor
Medium: Screen, Print
----------------------------------------------------------------
 */


* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
	overflow-x:scroll;
	overflow-y:scroll;
}


body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #373737;
	letter-spacing:1px;
	background-color: #142e5b;
	background-image: url(../img/main_hg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	overflow: hidden;
}
#wrapper li { list-style-type: none; }


#wrapper {
	width: 100%;
	height: 100%;
	height: auto;
	min-height: 100%;
	overflow: hidden;
	text-align: center;
}

#maincontent {
	width: 1000px;
	margin: auto;
	height: 655px;
}

#header { height: 200px; }

#real_site {
	height: 330px;
	background-image: url(../img/real_site_hg.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#real_site_content {
	height: 330px;
	background-color: #999;
	width: 900px;
	margin-left: 40px;
	overflow: hidden;
	position: relative;
}
#real_site_frame {
	width: 900px;
	height: 330px;
	background-image: url(../img/real_site_frame.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	z-index: 1;
	top: 200px;
	left: 50%;
	margin-left: -460px;
}



#footer {
	height: 70px;
	margin-top: 50px;
	font-size: 12px;
	line-height: 18px;
	width: 900px;
	margin-left: 40px;
}

#footer a {
	font-variant: normal;
	text-transform: uppercase;
	color: #B6C930;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0px;
}

#footer a:visited {
	font-variant: normal;
	text-transform: uppercase;
	color: #B6C930;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0px;
}


#footer a:hover {
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0px;
}


#wrapper #maincontent #footer p { color: #FFF; }
#schatten_oben {
	width: 862px;
	height: 17px;
	z-index: 50;
	position: absolute;
	top: 207px;
	left: 50%;
	margin-left: -440px;
	background-image: url(../img/schatten_oben.png);
}

#schatten_unten {
	width: 862px;
	height: 17px;
	z-index: 51;
	position: absolute;
	top: 506px;
	left: 50%;
	margin-left: -440px;
	background-image: url(../img/schatten_unten.png);
}


#logo {
	width: 306px;
	height: 98px;
	position: absolute;
	z-index: 4;
	top: 50px;
	left: 50%;
	margin-left: -455px;
}

#slogan {
	width: 352px;
	height: 63px;
	z-index: 5;
	position: absolute;
	top: 67px;
	left: 50%;
	margin-left: 77px;
}

#kontakt {
	width: 49px;
	height: 172px;
	position: absolute;
	z-index: 6;
	top: 275px;
	left: 50%;
	margin-left: 452px;
}

#page {
	width: 900px;
	height: 330px;
}
 
 #main_menu {
	position: absolute;
	top: 205px;
	left: 50%;
	z-index: 1000;
	margin-left: -510px;
}
#main_menu ul { }

#main_menu li {
	width: 30px;
	height: 33px;
	margin: 4px 5px 4px 5px;
	background-repeat: no-repeat;
	padding-top: 3px;
}

#main_menu a {
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	width: 30px;
	display: block;
	background-image: url(../img/nav_bg.png);
	line-height: 28px;
	background-repeat: no-repeat;
	background-position: center;
}

#main_menu a:hover {
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	width: 30px;
	display: block;
	background-image: url(../img/nav_bg_hover.png);
	line-height: 28px;
	background-position: center;
	background-repeat: no-repeat;
}


 
 #contents_wrapper {
	width: 900px;
	height: 330px;
	position: absolute;
	overflow: hidden;
	left: 50%;
	margin-left: -460px;
}
 #contents {
	width: 6300px;
	height: 330px;
	position: relative;
}
#contents  h1 {
	color: #FFF;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
}
#contents #text p {
	text-align: left;
	margin-top: 20px;
	width: 350px;
	color: #4E5614;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;
}

#contents #text a {
	text-align: left;
	margin-top: 20px;
	width: 350px;
	color: #4E5614;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
}


.content {
	width: 900px;
	position: absolute;
	overflow: hidden;
	height: 330px;
}
 #home {
	left: 0;
	top: 0;
	width: 900px;
	height: 338px;
	background-color: #FFF;
	background-image: url(../img/bild_3.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#seite_1 {
	left: 0px;
	top: 330px;
	background-color: #b6c930;
	width: 900px;
	height: 323px;
	border-bottom: solid #ffffff 8px;
}
#seite_1 #img {
	width: 447px;
	height: 323px;
	background-color: #999;
	border-right: solid #ffffff 8px;
	background-image: url(../img/bild_2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

#seite_1 #text {
	width: 400px;
	height: 323px;
	border-right: solid #ffffff 8px;
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
	font-weight: bold;
}


 
 
 #seite_2 {
	left: 0px;
	top: 660px;
	background-color: #b6c930;
	width: 900px;
	height: 323px;
	border-bottom: solid #ffffff 8px;
	background-image: url(../img/bild_1.jpg);
}
 
 #seite_3 {
	left: 0px;
	top: 990px;
	background-color: #b6c930;
	width: 900px;
	height: 323px;
	border-bottom: solid #ffffff 8px;
}

#seite_3 #img {
	width: 447px;
	height: 323px;
	background-color: #999;
	border-right: solid #ffffff 8px;
	background-image: url(../img/bild_4.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

#seite_3 #text {
	width: 400px;
	height: 323px;
	border-right: solid #ffffff 8px;
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
}


 
 #seite_4 {
	left: 0px;
	top: 1320px;
	height: 323px;
	overflow: hidden;
	background-color: #b6c930;
	border-bottom: solid #ffffff 8px;
}
 
 
 #seite_5 {
	left: 0px;
	top: 1650px;
	background-color: #FFF;
	width: 900px;
	height: 323px;
	border-bottom: solid #ffffff 8px;
	background-image: url(../img/bild_6.jpg);
}
 
 #seite_6 {
	left: 0px;
	top: 1980px;
	background-color: #b6c930;
	width: 900px;
	height: 323px;
	border-bottom: solid #ffffff 8px;
}
#email {
	height: 20px;
	width: 230px;
	z-index: 100;
	position: absolute;
	margin-left: 490px;
	margin-top: 173px;
}

#lage {
	height: 20px;
	width: 230px;
	z-index: 105;
	position: absolute;
	margin-left: 490px;
	margin-top: 273px;
}

#iso_zertifizierung {
	z-index: 101;
	height: 20px;
	width: 118px;
	position: absolute;
	margin-left: 625px;
	margin-top: 272px;
}



#seite_6 #img {
	width: 447px;
	height: 323px;
	background-color: #999;
	border-right: solid #ffffff 8px;
	background-image: url(../img/bild_7.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

#seite_6 #text {
	width: 400px;
	height: 323px;
	border-right: solid #ffffff 8px;
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
}


#seite_7 {
	left: 0px;
	top: 2310px;
	height: 330px;
	overflow: hidden;
	width: 900px;
	background-color: #999;
	background-image: url(../img/bild_8.jpg);
}

#seite_7 #text {
	width: 400px;
	height: 323px;
	border-right: solid #ffffff 8px;
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
	text-align: left;
	padding-top: 75px;
	color: #FFF;
}

#seite_7 #img {
	width: 400px;
	height: 323px;
	border-right: solid #ffffff 8px;
	background-repeat: no-repeat;
	float: left;
	text-align: left;
	margin-left: 47px;
	color: #FFF;
}

#link_marcel_drechsler {
	z-index: 101;
	height: 20px;
	width: 210px;
	position: absolute;
	margin-left: 490px;
	margin-top: 254px;
}

#footer h1 {
	color: #FFF;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
}

#footer p {
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

