﻿#layout_login_outer_container {
	position: relative;
	width: 609px;
	left: 50%;
	height: 43px;
	margin-left: -350px;
	top: 496px;
	text-align: right;
	background-color:#c5c3c4;
}

#layout_login_inner_container {
	position: relative;
	padding-right: 20px;
	top: 50%;
/*	background-color:aqua; */
}

#layout_login_controls {
	position: relative;
	top: -9px;
	color: white;
	font-weight: bold;
	font-size: 15px;
}

#layout_login_textboxes {
	position: relative;
	top: -5px;
}

#layout_title_bar {
	position: relative;
	width: 920px;
	height:448px;
	left: 50%;
	margin-left: -460px;
	background-color: #c5c3c4;
	background-image:url('logo_gross.jpg');
}

#footer{
	position: absolute;

	top: 100%;
	left: 10px;
	margin-top: -26px;
	
	width: 910px;
	padding: 5px;

	background-color: #c5c3c4;
	color:  white;

	text-align: center;
}

#layout_inner_container {
	position: relative;
	min-height:768px;
	background-color: white;
	
	width: 919px;
	left: 50%;
	margin-left: -459px;
	
	padding-bottom: 13px;
}

.geschaeftspartnerlogo {
	position:fixed;
	width: 920px;
	height:240px;
	left: 50%;
	top: 0px;
	margin-left: -460px;
	background-color: #c5c3c4;
}
