html {
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	margin-top: 0px;
	padding-top: 0px;	
	background-color: #E9F2F9;}

body, input, select, a:link, a:visited, a:hover, a:active, table, textarea {
	font-family: Verdana;
	font-size: 12px;
	color: Black;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
}

img {
	border-width: 0px;
}

h1	
{
	font-size: 15px;
}

#body {
	width: 780px;
	margin: 0px auto;
	border: solid 1px black;
	background-color: White;
}

/* Header-Image Top */
#header	{
	height: 165px;
	background-image: url(images/header.jpg);
}

/* Main-Content */
#main {
	padding: 12px 8px;
	min-height: 444px;
}

/* Menue top */
#menue {
	text-align: left;
	background-color: #F1F1F1;
	border-bottom: 1px solid #999999;
	padding: 4px 2px;
}
#menue a:link, #menue a:visited, #menue a:hover, #menue a:active {
	color: black;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 6px;
	border: 1px solid #F1F1F1
}
#menue a:hover, .menues {
	background-color: #CCCCCC;
	border: 1px solid #999999
}

/* Reference small at Index-Site */
#refs {
	text-align: center;
	float: right;
	width: 180px;
	border: solid 1px black;
	background-color: #E9F2F9;
	padding-bottom: 3px;
}
#refs div {
	background-color: #F1F1F1;
	background-color: black;
	color: White;
	padding: 3px;
}
#refs img {
	margin: 3px;
	border: solid 1px black;
	width: 170px;
	height: 128px;
}
#refs img:hover {
	border: solid 1px red;
}

/* Reference-Site */
#ref {
	padding-top: 20px;
}

a.refm:link, a.refm:visited, a.refm:hover, a.refm:active, a.refms:link, a.refms:visited, a.refms:hover, a.refms:active, #c {
	background-color: white;
	color: black;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 6px;
	border: 1px solid #F1F1F1
}
a.refm:hover, a.refms:link, a.refms:visited, a.refms:hover, a.refms:active, #c {
	background-color: #CCCCCC;
	border: 1px solid #999999
}

.refi {
	text-align: center;
	padding: 10px 0px 20px;
}
.refi img {
	width: 640px;
	height: 480px;
}

.u1 li
{
	padding-top: 12px;
	font-size: 13px;
	color: #990000;
}
.u2 li
{
	padding-top: 3px;
	color: black;
	font-size: 11px;
}

/* Footer */
#footer, #footer a
{
	margin-top: 4px;
	text-align: center;
	font-size: 10px;
}