body {
	background-color: white; 
	margin-left: 0px;
	margin-top: 0px;
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-BASE-COLOR: #155AA3;
	scrollbar-highlight-color : white;
	scrollbar-shadow-color : white;
}

body, div, p, table, td, th, ol, ul, a, h1, h2, h3, h4, h5, h6, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, div, p, table, td, th, ol, ul, a {
	font-size: 12px;
	color: black;
}

h1{
	font-weight: bold;
	font-size: 18px;
	color: #D58B0B;
	background-color: #1659A7;
}

a{
	color: #D58B0B;
}

a:focus, a:link, a:visited {
	text-decoration: none;
}

a:active, a:hover{
	text-decoration: underline;
}

.borderlink, .border, .bildlink{
	border-color: Black;
}

.hinweis{
	font-size: 10px;
}

.breadcrumb{
	background-color: #2E8B57;
	color: White;
	font-weight: bold;
	font-size: 10px;
}

#content {
border:0px solid #bdbec6;
background-color:white;
width:550px;
float:right;
padding:0px 10px;
}

#pageheader {
background-color: #155AA3;
color: white;
float:left;
padding:2px 2px;
font-weight:bold;
font-size:15px;
align=right;
}

