﻿body {
}
.lahead
{
	position: absolute; 
	height: 100px;
	top: 0px;
	left: 127px;
	width: 127px;
}
.laheadleft
{
	position: absolute; 
	height: 120px;
	background-color: #D8DCE5;
	top: 0px;
	left: 0px;
	width: 127px;	
}
.laheadright
{
	position: absolute; 
	height: 120px;
	background-color: #D8DCE5;
	top: 0px;
	left: 873px;
	width: 127px;	
}
.logo
{
	background-image: url(Images/eurounitechlogo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 100px;
	width: 200px;
	left: 425px;
	top: 0px;
	z-index: 100;
}
.laheadl1
{
	position: absolute;
	font-family: Verdana;
}
.laheadbalken0 /* über den balken*/
{
	position:absolute;
	top:0px;
	left:0px;
	height:50px;
	background-color: Transparent;
	z-index:100;
	width: 100%;
}
.laheadbalken1,.laheadbalken2
{
	position:absolute;
	left:0px;
	width: 1000px;
}
.laheadbalken1 /* 1. Balken am Ende des heads*/
{
	top:90px;
	height:20px;
	background-color: Transparent;
	z-index:99;

}
.laheadbalken2 /* 2. Balken am Ende des heads*/
{
	top: 100px; 
	height: 30px;
    background-color: #334E7B; /*dunkelblau*/
    z-index: 98;

}
.laleft
{
	position:absolute;
	left: 0px;
	top: 140px;
	height: 660px;
	width: 500px;
}
.laright
{
	position:absolute;
	left: 500px;
	top: 140px;
	height: 660px;
	width: 500px;	
}
/* Standard label*/
.ftlbstd
{
	color: #334E7B;
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	background-color: #FFFFFE;
}
/*Standard Textbox */
.fttxstd
{
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	background-color: #FFFFFE;
}
/*Standardbuttons */
.btnnormal
{
	font-family: Arial;
	font-size: 8pt;
}
.postbackbutton
{
	background-color:  #334E7B; /*dunkelblau*/ 
	color: white;
	border-bottom-style: solid;
	border-color: #D8DCE5; /*hellblau*/
	border-width: 1pt;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal; 	 	
}
#lafooter
{
	position: absolute;
	width: 100%;
	top: 700px;
	/*top: 95%;*/
}
