/*--------------------------------------------------*/
/*Grundgestaltung                                   */
/*--------------------------------------------------*/

td#main_td {
	background-color: rgb(248,249,249);
	background-image: none; }


/*--------------------------------------------------*/
/*Inhalte                                           */
/*--------------------------------------------------*/

div#content {
	float: left;
	margin: 60px 40px 0px 120px;
	width: 150px; }

div#content b,
div#content p {
	font-size: 11px;
	line-height: 16px;
	margin: 0px 0px 8px 0px; }

div#contentsection {
	background-color: rgb(255,255,255);
	background-image: url("../images/foot_1.png");
	background-position: bottom;
	background-repeat: no-repeat;
	height: 320px;
	width: 100%; }

div#content_right {
	background-image: url("../images/bg_login.png");
	background-repeat: no-repeat;
	float: left;
	height: 162px;
	margin: 45px 0px 0px 0px;
	width: 330px; }

div#content_right h1 {
	color: rgb(255,255,255);
	font-size: 12px;
	font-weight: normal;
	line-height: 31px;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 17px; }

div#login-form {
	margin: 10px 0px 0px 39px;
	padding: 0px;
	height: 100px;
	position: relative; }

div#login-form label {
	clear: both;
	color: rgb(90,90,90);
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
	margin: 14px 0px 0px 0px;
	width: 86px; }

div#login-form input {
	display: block;
	float: left;
	font-size: 11px;
	margin: 9px 0px 6px 0px;
	width: 160px; }

div#login-form input.submit {
	clear: both;
	left: 206px;
	position: absolute;
	top: 60px;
	width: 42px; }
