html{
	margin: 0px;
	padding: 0px;
	border: 0px;
}


body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(./design/verlauf_2.jpg);
	background-repeat:repeat-x;float:left;
}

img {
	border:0px;
	} 

ul { margin: 0; padding: 0; list-style-type: none;}
ul, li {  display: block;}

table {
	border: 1px solid #dfdfdf;
	border-spacing: 0px;
}


a:link {
	color:#0060ad;
	font-weight:bold;
	text-decoration:none;
}
a:visited{
	color:#0060ad;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
	
}


#wrapper {
	width: 1000px;
	padding: 0px;
	
	position:absolute;
	left:50%;
	margin-left:-500px;
}

#header {
	height: 180px;
	background-image: url(./design/vm-dns_2.jpg);
	background-repeat: no-repeat;
	
}

#content_wrapper {
	border: 1px solid #dfdfdf;
}
#menu {
	width:200px;
	float:left;

	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

#content {
	float:right;
	width:797px;
text-align: center;
}

#footer {
	clear: both;

	border-top: 1px solid #dfdfdf;
}













#menu ul {

}

#menu  ul li {}

#menu  ul li a{
	display: block;
	height: 26px;
	line-height: 26px;
}

#menu  ul li a:hover {
	background-color: #dfdfdf;
}



















.row_0 {
    background-color:        #FFFFFF;
	height:26px;
}
.row_1 {
    background-color:        #E1E8F1;
	height:26px;
}

.row_error {
	background-color: red;
	height:26px;
}
tr:hover { background: #dfdfdf; }



