/* CSS Document */


/**
 * Common Stylesheet
 * for www.jas-welding.com
 *
 * @author SNYSOLUTIONS | www.snysolutions.com
 */



* {
 margin: 0px;
 padding: 0px;
}

body {

	background-image: url(../images/BG_7000VX.jpg);
	background-repeat: no-repeat;

	/* 
	background-image: url(../images/bg-repeat.jpg);
	background-repeat: repeat;
	*/
}



#site {
	position: relative;
    top: 70px;
    padding: 15px 0 15px 0; /* je nach Geschmack ;) */
    width: 800px;
	height: auto;
    margin: 0 auto 0 auto;
	left: 0px;
}


/*----------Content------------------------------------------------------------*/

#intro {
	z-index: 1000;
	background-image: url(../images/intro-bg.jpg);
	background-repeat: repeat;
	width: 800px;
	height: 100%;
	position: relative;
	top: 6px;
	left: 0px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #7DA0F1;

}

#intro-text {
	z-index: 5000;
	position: relative;
	top: 0px;
	width: 350px;
	left: 230px;
	padding-top: 26px;
	padding-bottom: 20px;
	font-weight: bold;
	text-decoration: none;
}


#jas-welding {
	z-index: 999;
	background-image: url(../images/jas-welding.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	width: 234px;
	height: 100%;
	left: 280px;
}


.under-construction {
	z-index: 5000;
	position: relative;
	width: 790px;
	top: 15px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 2px;
	padding-top: 0px;

}




#intro-freshmaster {
	z-index: 900;
	background: url(../images/start-composing.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 800px;
	height: 600px;
}



#business-club {
	z-index: 999;
	background-image: url(../images/business-club.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 95px;
	width: 383px;
	height: 98px;
	left: 200px;
	margin-top: -95px;
}

#business-club img {
	border: 0px;
	border-style: none;
}

#head-top {
	z-index: 800;
	background: url(../images/intro_head-top.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 3px;
	left: 0px;
	width: 802px;
	height: 18px;
}

#head-bottom {
	z-index: 800;
	position: relative;
	top: 19px;
	left: -1px;
	margin-right: -2px;
	width: 802px;
	height: 18px;

}



/*----------Content Text------------------------------------------------------------*/


h1 {
	z-index: 5000;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
	letter-spacing: 1px;

}

h2{
	z-index: 5000;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 0px 3px 0px;

}

h3 {
	z-index: 5000;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
	letter-spacing: 1px;

}

h4 {
	z-index: 5000;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
	letter-spacing: 1px;

}

/*----------Teaser Text------------------------------------------------------------*/


/*----------Sprachauswahl------------------------------------------------------------*/
#language {
	z-index: 6;
	position: relative;
	padding-bottom: 80px;
	top: 40px;
	left: 0px;
}


#language ul {
	list-style-type: none;
}

#language img {
	position: relative;
	border: 0px;
	margin: 0px 0px -4px 0px;
	padding: 0px 0px 0px 2px;
}


/*----------deutsch-----------------------------------------------------------*/

#deutsch ul li a {
	position: relative;
	top: -20px;
	left: 0px;
	width: 111px;
	padding: 3px 0px 3px 0px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	display: block;

}

#deutsch ul li a:hover,
#deutsch ul li a:active {
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
      opacity: 0.5; /* fuer Firefox */
      filter: alpha(opacity=50); /* fuer IE */

}


.deutsch {
	z-index: 77;
	position: relative;
}

/*----------english-----------------------------------------------------------*/

#english ul li a {

	position: relative;
	top: -47px;
	left: 240px;
	width: 108px;
	padding: 2px 0px 3px 0px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	display: block;

}

#english ul li a:hover,
#english ul li a:active {
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
      opacity: 0.5; /* fuer Firefox */
      filter: alpha(opacity=50); /* fuer IE */

}


.english {
	z-index: 77;
	position: relative;
}







#intro-overlayer-image {

	position: absolute;

	background-image: url(../images/teaser/start/cooperation_de.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 100%;
	left: -230px;
	top: 365px;


}

/*----------Subnavigation Sprachauswahl------------------------------------------------------------*/


/*----------TeaserLinks-----------------------------------------------------------*/






