html { 
  padding:0px;
  margin:0px;
	height:100%;  
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height:100%;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

.hnavi li {
	list-style: none;
}

div,table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	color: #E6622C;
	text-decoration: none;
}

img {
	border:0px;
}

.zelle_left {
	background-color: #006699;
	
}

.zelle_left_bild {
	background-color: #006699;
   background-image: url(screen/img_left_145x250.gif);
	background-repeat: no-repeat;
}

.zelle_right {
	background-color: #CCE0EB;
}


ul.umenue {
	padding: 9px;
	margin: 0px;
	list-style: none;
}

ul.umenue li {
	padding: 4px 0px 4px 0px;
	margin: 0px;
	list-style-type: none;
	background-image: url(screen/menue/hinter.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

ul.umenue a {
	display: block;
	width: 127px;
	color:#ffffff;	
}

ul.umenue a.activ {
	font-weight:bold;
}

