@charset "utf-8";
body {
	background-color: #e4e4e4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	
}
#hauptcontainer {
	width: 832px;
	margin: auto;
	text-align: left;
	
}
#header {
	background: #00457c url(../img/bg_head.gif) no-repeat top  ;
	width: 832px;
	height: 107px;
}
#header h1 {
	visibility: hidden;
}
#titles {
	height: 34px;
	width: 762px;
	margin: auto;
	background: url(../img/bg_titles.gif) no-repeat left;
	padding-top: 10px;
	padding-bottom: 5px; 
	text-align: left;
}
#titletext {
	width: 550px;
	float: left;
	margin-right: 10px;
	margin-left: 60px;
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #00457c;
	margin-top: 13px;
	
}
#logout {
	width: 110px;;
	float: right;
	height: 100%;
	margin-top: 7px;
	margin-right: 20px;
	text-align: right;
	
}
#content {
	padding-left: 10px;
	text-align: center;
}



#foottext {
	list-style: none;
	margin: 0;
	padding: 0;
}
#copy {
	float: left;
	}
#powered {
	float: right;
}
#powered a {
	color: #fff;
}

#main {
	clear: both;
	width: 772px;
	background: #FFFFFF url(../img/bg_main.gif) repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 20px; 
	text-align: center;
	
}
#footer {
	background: #00457c url(../img/bg_footer.gif) no-repeat bottom  ;
	width: 792px;
	height: 57px;
	line-height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	font-size: 11px;
	clear: both;
}

/*  Einstellungen Boxen  */
#box {
	background: url(../img/ecke_box_lo.gif) left top no-repeat;
	margin: auto;
	/* Breite der Box einstellen */
	width: 400px;
}
#boxtitle {
	width: 100%;
	background: url(../img/ecke_box_ro.gif) right top no-repeat;
	padding: 10px;
}
#boxbody {
	width: 100%;
	background: url(../img/bg_box_l.gif) left repeat-y #fff;
}
#boxbodyright {
	width: 100%;
	background: url(../img/bg_box_r.gif) right repeat-y;
	padding: 0px 10px;
}
#boxbodyright td {
	font-size: 12px;
	height: 30px;
	
}
#boxbodyright th.dialog {
	text-align: right;
	padding-right: 15px;
}
#boxbodyright th.dialogbig, td.dialogbig {
	text-align: right;
	padding-right: 15px;
	font-size: 14px;
}
#boxbodyright td.dialogbig {
	text-align: left;
	font-size: 14px;
}
#boxfoot {
	width: 100%;
	background: url(../img/ecke_box_lu.gif) left bottom no-repeat;
}
#boxfootright {
	width: 100%;
	background: url(../img/ecke_box_ru.gif) right bottom no-repeat;
	padding: 10px;
}

/*  Einstellungen Login Boxen  */
#loginbox {
	background: url(../img/ecke_loginbox_ol.gif) left top no-repeat #e4e4e4;
	margin: auto;
	/* Breite der Box einstellen */
	width: 350px;
}
#loginboxtitle {
	width: 100%;
	background: url(../img/ecke_loginbox_or.gif) right top no-repeat  ; 
	padding: 10px;
	font-weight: bold;
	color: #00457c;
}
#loginboxfoot {
	width: 100%;
	background: url(../img/ecke_boxfoot_ul.gif) left bottom no-repeat;
}
#loginboxfootright {
	width: 100%;
	background: url(../img/ecke_boxfoot_ur.gif) right bottom no-repeat;
	padding: 10px;
}

#values td, th {
	font-size: 11px;
	
}
#values input {
	width: 40px;
}
.alert {
	text-align: center; 
	font-size: 16px; 
	color: #FF8040; 
	font-weight: bold;
}
.secsum {
	border-bottom: #999 1px solid;
	font-size: 12px;
	background: #e4e4e4;
}
.headline {
	border-bottom: 1px solid #ccc;
}
.section {
	color: #FF6600;
}