* {
	margin: auto;
	padding: 0;
}

a img, img { border:none; }

.left  {
	float: left;
	display: block;
}
.right {
	float: right;
	display: block;
}
.clear {
	clear: both;
	display: block;
}

a { color:black; text-decoration:none; font-weight: bold;}	   
a:hover {color:black;text-decoration:underline;}	   
a.linkbutton{
	background-color:#e4e4e4;
	border: 0px;
	padding:4px 7px;
	font-weight:bold;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.noborder{border:none;}

body { 
		margin: auto;
		font-size: 12px;
		color: #000000;
		line-height: 20px;
		font-family: Arial, sans-serif;
}
table { 
		margin:0px;
		padding:0px;
		width:100%;
		border-collapse:collapse;
		text-align:left
}
td, th { 
       margin:0px;
       padding:0px;
	   color: black;
	   line-height: 20px;
	   vertical-align:top;
}

h1.headline {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #4e4e4d;
}

h2 {
	font-size:12px;
	margin:0px;
}

form select, input { 
	font-size: 12px;
	font-family: Arial, sans-serif;
	padding: 3px;
	margin-bottom: 8px;
	border: 1px solid #d7d7d7;
	background: #fbfbfb;
}
form select {
	padding: 0;
}
form .button {
}

hr {
	border-top: 1px dotted #d9d9d9;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
}

.login input {
	height: 14px;
	width: 200px;
}

.login input.button {
	height: 22px;
	width: 40px;
}

/* Pagecontainer */
/* ========================================== */

#pagecontainer {
	display: block;
	width: 960px;
	text-align: left;
}

/* Headercontainer */
/* ========================================== */

#headercontainer{
	height:69px; 
	width: 960px; 
	text-align: left; 
	padding: 50px 0 20px 0;
}


/* Contentcontainer */
/* ========================================== */

#contentcontainer{ 
	width: 960px; 
}


/* Navigation */
/* ========================================== */

#contentcontainer .navi {
	width: 224px;
}

table.dashboard_new, table.dashboard_new tr td {
	border: 1px solid #e0e0e0;
}
table.dashboard_new tr td {
	padding: 5px 0px 5px 10px;
}
table.dashboard_new tr td.hell {
	background-color: #fafafa;
	font-weight: bold;
}
table.dashboard_new tr td.dash_title {
	color: #4e4e4d;
	font-weight: bold;
}
table.dashboard_new tr td.dash_title span {
	display: block;
	font-weight: normal;
}

.hostingsupport {
	padding: 0px 0 55px 10px;
	margin-bottom: 30px;
	float: left;
	background: transparent url(../img/hostingsupport_img.jpg) bottom left no-repeat;
	width: 325px;
    color: #878682;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}

#contentcontainer .content {
	width: 720px;
}

.menulist {
	font-size: 11px;
	padding-left: 0px;
	font-weight: bold;
	width: 224px;
	margin-top: 0px;
	padding-top: 5px;
	background:#e9e9e1 url(../img/navi_bg.gif) top no-repeat;
}
.menulist li {
	list-style: none;
	border-bottom: 1px solid #bdbdb5;
	padding: 0;
	margin: 0 4px;
}

ul.menulist li a {
	display: block;
	color: #252122;
	font-weight: bold;
	margin-left: 10px;
	padding: 5px 0px 5px 18px; /* Letzte Nummer: Text Indent */
	background: url(../img/navi_icon.gif) center left no-repeat;
}
.menulist li span {
	display: block;
	color: #252122;
	font-weight: bold;
	margin-left: 10px;
	padding: 5px 0px 5px 18px; /* Letzte Nummer: Text Indent */
	background: url(../img/navi_icon.gif) center left no-repeat;
}
.menulist li.current {
	background-color: #d7d7cf;
}
.menulist li.logout {
	border-bottom: 0px;
}

.menulist p {
	margin-left: 22px;
	color: #6f6f6f;
}

.menu_border_unten {
	padding-top: 30px;
	width: 224px;
	height: 21px;
	background: url(../img/menu_border_unten.gif) bottom no-repeat;
}

/* Submenu1 */

.menulist ul.submenu1 {
	list-style: none;
	margin: 0;
	padding: 5px 0 15px 0;
	border-top: 1px solid #bdbdb5;
	height: 100%;
	width: 216px;
	background-color: #f5f4f0;
}

.menulist ul.submenu1 li {
	list-style: none;
	margin-left: 12px;
	border: 0;
	padding-top: 0px;
}

.menulist ul.submenu1 li a {
	display: block;
	color: #6f6f6f;
	padding: 5px 0px 5px 0px; /* Letzte Nummer: Text Indent */
	background: none;
	padding-left: 17px;
	background: #f5f4f0 url(../img/pfeil_grau.gif) left center no-repeat;
}

ul.submenu1 li a.open {
	color: #252122;
}

.menulist ul.submenu1 li a:hover {
	text-decoration: underline;
}

/* Content */
/* ========================================== */

.contentcontainer { 
	width:678px; 
	background: white url(../img/content_top.gif) top no-repeat;
	border-left: 1px solid #e4e4e4; 
	padding: 20px; 
	margin-top: 5px;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 30px;
}	
.contentcontainer h1 {
	margin-bottom: 20px;
}
.contentcontainer ul { margin-left: 30px; margin-top: 10px; }
.contentcontainer select.area-one { width: 265px; float: left; }
.contentcontainer select.month { width: 130px; margin-bottom: 10px; }
.contentcontainer .montharea {
	width: 370px;
	padding-left: 10px;
	background: transparent url(../img/month-raster.gif) left top no-repeat;
}
.contentcontainer .montharea input {
	height: 19px;
	padding: 0; 
	width: 113px;
	font-size: 12px;
}
.contentcontainer img.charts {
	margin: 30px 0;
}

table.noborder tr{border:none;}

table.DBTable {}
table.DBTable th{padding:1px 1px 1px 10px;}
table.DBTable td{font-size:9pt;padding:1px 1px 1px 10px;}

div.dataview table.DBTable th{padding:1px 1px 1px 10px;}
div.dataview table.DBTable td{font-size:9pt;padding:1px 1px 1px 10px;}

input.download_xls {
	background-color:#e4e4e4;
	border: 0px;
	padding:3px 4px;
	font-weight:bold;
}





table#Webregistration a{
  font-weight:normal;
}
table#Webregistration a:hover{
  text-decoration:none;
}
table#Webregistration {
  border-collapse: collapse;
}
table#Webregistration, table#Webregistration tr td, table#Webregistration tr th {
  border: 1px solid #E0E0E0;
  vertical-align: top;
}
table#Webregistration tr td, table#Webregistration tr th {
  padding: 2px 5px;
}
table#Webregistration tr th {
  background-color: #FAFAFA;
    font-weight: bold;
  text-align: left;
}
table#Webregistration tr:hover th {
  cursor: default;
}
table#Webregistration tr:hover {
  background-color: #FAFAFA;
  cursor: pointer;
}

table#Webregistration span.found {
  width: 15px;
  height: 15px;
  display: block;
  background-color: green;
  border-radius: 50px;
  margin: 4px;
}
