@charset "utf-8";
/* CSS Document */

body{
	background-image:url(back.gif); /* images/bg.jpg*/
	background-repeat:repeat;
	background-attachment:fixed;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 850px;
	height: 1000px;
	position: absolute;
	top: 80px; /*110*/
	left: 50%;
	margin-left: -425px; /* Breite des Elements geteilt durch zwei! */
    margin-top: -30px;
}

#logo  {
	height:200px; /*72*/
	width:850px; /*421*/
	background-image:url(images/logo1.gif);
	background-repeat:no-repeat;
}

#main  {
	background-color:#6a9d0c;
	width: 850px;
}

#content {
	width: 820px;
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#content #advertisement {
	height: 100px;
	width: 748px;
	background-color: #9fbb6b;
	margin-left: 11px;
	text-align: center;
}
#note_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px auto 1x auto;
	padding-top:20px;
	text-align: center;
	color: #2f4604;
}
.fields {
	border:thin solid #dde6cb;
	font-size:9pt;
	width:175px;
	height:21px;
	padding:2px;
	margin-left: 10px;
}

#left_column {
	float: left;
	width: 320px;
	height: 100px;
}
#body_content {
	width:820px;
	margin:0px 15px 15px 15px;	
}

#body_content2{
	width:680px;
	margin:15px auto 15px auto;
}

#checkbox_content{
	width:680px;
	margin:0px auto 15px auto;
}

#body_content3 {
	width:820px;
	margin:15px auto 15px auto;
}
.username {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#000000;
}

.login_area{
	width:120px;
	height:50px;
	margin-top:16px;
	background-image:url(images/login.jpg);
	background-repeat:no-repeat;
}

.login_text{
	width:52px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px auto 5px auto;
	padding-top:15px;

}

.total_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
}
