﻿#layout_login_outer_container {
	position: relative;
	width: 809px;
	left: 50%;
	height: 43px;
	margin-left: -350px;
	top: 196px;
	text-align: right;
}

#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;
	width:690px;
}

#layout_login_controls2 {
	position: relative;
	top: -35px;
	color: white;
	font-weight: bold;
	font-size: 15px;
	width: 100px;
	left: 690px;
}

#layout_login_textboxes {
	position: relative;
	top: -5px;
}

#layout_title_bar {
	position: relative;
	width: 920px;
	height:240px;
	left: 50%;
	margin-left: -460px;
	background-color: #355882;
	background-image:url('../images/titel_gross.jpg');
}

#footer{
	position: absolute;

	top: 100%;
	left: 10px;
	margin-top: -26px;
	
	width: 910px;
	padding: 5px;

	background-color: #355882;
	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;
}
