@charset "iso-8859-1";

/*******************************************************************************
*  Container
*******************************************************************************/

#pageWrapper
{
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
	height: 500px;
	background-color: #fff;
}

#logo
{
	width: 960px;
	height: 210px;
	border: 0px;
	position: absolute;
	top: 40px;
	background-image: url(/fileadmin/admin_content/templates/main/images/sprachauswahl/invatronic-logo.gif);
	background-position: center;
	background-repeat: no-repeat;
	}

#slogan
{
	width: 960px;
	height: 40px;
	border: 0px;
	position: absolute;
	top: 270px;
	background-image: url(/fileadmin/admin_content/templates/main/images/sprachauswahl/innovative-slogan.gif);
	background-position: center;
	background-repeat: no-repeat;
	}

#deutsch
{
	width: 60px;
	height: 36px;
	border: 0px;
	position: absolute;
	top: 370px;
	left: 300px;
	}
	
#englisch
{
	width: 60px;
	height: 36px;
	border: 0px;
	position: absolute;
	top: 370px;
	left: 400px;
	background-image: url(/fileadmin/admin_content/templates/main/images/sprachauswahl/englisch.gif);
	}
	
#spanisch
{
	width: 60px;
	height: 36px;
	border: 0px;
	position: absolute;
	top: 370px;
	left: 500px;
	background-image: url(/fileadmin/admin_content/templates/main/images/sprachauswahl/spanisch.gif);
	}
	
#russisch
{
	width: 60px;
	height: 36px;
	border: 0px;
	position: absolute;
	top: 370px;
	left: 600px;
	background-image: url(/fileadmin/admin_content/templates/main/images/sprachauswahl/russisch.gif);
	}
	
#footer
{
	width: 960px;
	height: 50px;
	border: 0px;
	position: absolute;
	top: 470px;
	}

/*******************************************************************************
*  Formatierung
*******************************************************************************/


html {
height: 101%;
width: 100%;
}

body {
   margin: 0;
	padding: 60px 0;
	background-color: #A4A6B2;
}

.copyright {
color: #000;
font-size: 12px;
font-family: Arial, Verdana, Helvetica, sans-serif;
text-align: center;
}