@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
h1 {display: none;}

img {border-width: 1px;}
img a{border-width: 1px; }
a {
outline: none;
}


.hoeller #menue {
	position:absolute;
	left: 2px;
	margin-left: 2px;
	top: 10px;
	text-align: left;
	width: 159px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	white-space: nowrap;
	}
	
.hoeller #container {
	position:absolute;
	left: 100px;
	top: 10px;
	margin-left: 100px;
	width: 100px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.hoeller #mainContent {
	
	width: 10em;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	}
	
.hoeller #mainContent ul 	{
	margin: 0;
	padding: 0px;
	height: auto;
	}
.hoeller #mainContent li	{
	list-style-type: none;
	display: inline-block;
	width: 110px;
	white-space: nowrap;
	}
.hoeller #referenzen {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	margin-top: 10px;
	white-space: nowrap;
	}
ul 	{
	}
li	{
	list-style-type: none;
	vertical-align: middle;
	padding-bottom: 2px;
	}
img {
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
