body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	/*background-image: url(background.jpg);*/
	background-repeat: repeat-x;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
hr {
	height: 1px;
	color: #336699;
	background-color: #336699;
	border: 0;
}
h1 {
	font-size: 18px;
	color: #003366;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
form {
	margin: 0;
}
.main {
	width: 750px;
	background-color: #ff6600;
	/*border: 1px solid #999999;*/
}
.header {
	height: 70px;
	background-color: #eeeeee;
}
.hormen {
	height: 50px;
	background-color: #ffffff;

}
.bread {
	height: 25px;
	background-color: #ff6600;
	
}
header img {
	border: 1px solid #999999;
}
.menu {
	vertical-align: top;
	width: 155px;
	padding: 0px;
}
.menu ul {
	border-top: 0px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	list-style-type: none;
	/*background: #EEEEEE;*/
	background: #ff6600;
	padding: 0;
	margin: 0;
}
.menu ul ul{
	border: 0px;
	padding: 0;
	margin: 0;
}
.menu ul ul ul {
	border: 0px;
	padding: 0;
	margin: 0;
}
.menu li {
	border: 0px;
	border-top: 1px solid #999999;
} 
.menu li li{
	border: 0px;
	border-top: 1px solid #999999;
}
.menu li li li{
	border: 0px;
	border-top: 1px solid #999999;
} 
.menu li a {
	/*border-left: 5px solid #336699;*/
	border-left: 5px solid #ffff00;
}
.menu li li a {
	/*border-left: 12px solid #eeeeee;*/
		border-left: 12px solid #ff6600;
}
.menu li li li a {
	
	border-left: 5px solid #009900;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 3px 10px 3px 10px;
	display: block;
	/*color: #003366;*/
	color: #000066;
	text-decoration: none;
}
.menu a:hover {
	/*color: #336699;*/
	color: #ffffff;
	text-decoration: none;
}
/*
.menu_default{
margin-left:15px;
}
*/
.menu_current {
	font-weight: bold;
	color: #ffffff;
	
}
.login a:link, .login a:visited, .login a:active {
	display: inline;
	/*background-color: #DDDDDD;*/
	color: #000000;
	text-decoration: none;
	padding: 0;
}
.login input {
	font-size: 10px;
}
.content {
	padding: 20px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	height: 300px;
	vertical-align: top;
	text-align: left;
}
.footer {
	padding: 2px;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	height: 20px;
	vertical-align: middle;
	text-align: right;
	
}
.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
background-color: #ffff00;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
/*background: black url(media/indentbg.gif) center center repeat-x;*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 5px 5px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: black !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
/*background: black url(media/indentbg2.gif) center center repeat-x;*/
}
#wahl{
float: right;
}

