/**
* Generelles Style-Sheet
*/

.logo{
	margin: 0;
	padding: 0;
	height: 90px;
	visibility: hidden;	
	margin-left:455px;
}

.introtext, .login, .information{
	font-family: Arial, sans-serif;
	font-size: 12px;
    padding:0px;
}

.introtext{ 
	width: 350px;
	height: 150px;	
} 

.login{ 
	width: 350px;
	height: 95px;	
} 

.footer{ 
	clear: both;
	padding-top: 200px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 800px;
	height: 30px;
	visibility: show;
	text-align: center;
	padding-left: 10px;
} 

.layoutTop{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 217px;	
	border: 0px solid black;
	
}

.layoutMenu, .layoutContent{
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
    padding: 0;
	margin: 0;
}

.layoutMenu{
	width: 170px;
	BACKGROUND-COLOR: white;
	margin-right: 10px;
}

.layoutContent{
	/*overflow: scroll; */
	BACKGROUND-COLOR: white;
	border: 0px solid black;
}

/**
* BACKEND LAYOUT
*/

.layoutBackendTop{
	margin: 0;
	padding: 0;
	width: 960px;
	height: 20px;	
}

.layoutBackendMenu, .layoutBackendContent{
	clear:both;
	font-family: Arial, sans-serif;
	font-size: 12px;
    padding: 0;
	margin: 0;
	border: 0px solid black;
	position: absolute;
}

.layoutBackendMenu{
	width: 160px;
	left:0px;
	BACKGROUND-COLOR: white;
	margin-left: 0px;
	border: 0px solid black;

}

.layoutBackendContent{
	width: 760px;
	BACKGROUND-COLOR: white;
	border: 0px solid black;
	left: 190px;
}

.supervisor{
	visibility: hidden;	
}

.formboxShort, .formboxLong, .formbox{
	FONT-SIZE: 12px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: transparent;
	COLOR: #333333; 
}

.formboxLong {
	BACKGROUND-COLOR: #ffffff;
	BORDER: #666666 1px solid; 
	WIDTH: 170px; 
}

.formboxShort {
	BACKGROUND-COLOR: #ffffff;
	BORDER: #666666 1px solid; 
	FONT-SIZE: 12px; 
	WIDTH: 50px; 
}

.formboxArea{
	BORDER: #666666 1px solid; 
	FONT-SIZE: 12px; 
	WIDTH: 250px; 
	Height: 140px;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #ffffff;
}

#innerwrap {
	float: left;
	width: 100%;
	border: 0px solid black;
}