body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #400000;
//	background-image: url(background.jpg);
//	background-repeat: repeat-x;
//	background-attachment:fixed;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #800000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #800000;
}
hr {
	height: 1px;
	color: #616161;
	background-color: #616161;
	border: 0;
}
h1 {
	font-size: 18px;
	color: #003366;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
form {
	margin: 0;
}
.main {
	width: 1000px;
	background-color: #DDDDDD;
	border: 1px solid #999999;
}
.XYZ {
	vertical-align: top;
//	border: 1px solid #999999;
	width: 220px;
	padding: 1px;
}
.ABC {
	vertical-align: top;
//	border: 1px solid #999999;
	width: 780px;
	padding: 1px;
}
div#menu {
	vertical-align: top;
//	border: 1px solid #999999;
	width: 100%;
	padding: 1px;
}
div#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;
	padding: 0;
	margin: 0;
	width: 100%;
}
div#menu ul ul{
	border: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}
div#menu ul ul ul {
	border: 0px;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}
div#menu li {
	border: 0px;
//	border-top: 1px solid #999999;
} 
div#menu li li{
	border: 0px;
//	border-top: 1px solid #999999;
}
div#menu li li li{
	border: 0px;
//	border-top: 1px solid #999999;
} 
div#menu li a {
//	border-left: 5px solid #400000;
	height: 19px;
	padding: 5px 15px 0px 15px;
}
div#menu li li a {
//	border-left: 12px solid #400000;
	height: 19px;
	padding: 5px 15px 0px 25px;
}
div#menu li li li a {
//	border-left: 24px solid #400000;
	height: 19px;
	padding: 5px 15px 0px 35px;
}
div#menu a:link, div#menu a:visited, div#menu a:active {
//	padding: 7px 15px 0px 15px;
	display: block;
	color: #000000;
	text-decoration: none;
	background: url(btn_silver.png) no-repeat;
}
div#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(btn_red.png) no-repeat;
}
.menu_current {
	font-weight: bold;
}
.login a:link, .login a:visited, .login a:active {
	font-size: 8px;
	display: inline;
	background-color: #DDDDDD;
	color: #000000;
	text-decoration: none;
	margin-top: 4px;
	padding: 0;
	background: none;
}
.login {
	width: 100px;
//	margin-bottom: 5px;
//	background: url(btn_silver2.png) no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #999999;
//	height: 23px;
//	padding: 0px 20px 0px 15px;
	font-size: 10px;
	font-family: verdana, helvetica, sans-serif;
}

.small {
	font-size: 10px;
}

.verysmall {
	font-size: 8px;
}

div#content {
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	height: 100%;
	width: 750px;
	vertical-align: top;
	text-align: left;
}
div#footer {
	height: 25px;
	width: 1000px;
	background: url(balken_small.png) no-repeat;
	vertical-align:baseline;
	margin-top: 5px;
}

div#header {
	height: 200px;
	width: 1000px;
	background: url(banner.png) no-repeat;
	vertical-align:baseline;
}
div#balken {
	height: 40px;
	width: 1000px;
	background: url(balken.png) no-repeat;
	vertical-align:baseline;
}
.searchfield {
	margin-top: 119px;
	margin-left: 567px;
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
	background:none;
	border: none;
	color:#000000;
	text-align:left;
	width: 140px;
}
.searchbutton {
	margin-left: 17px;
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
	background:none;
	border: none;
	color:#000000;
	width: 70px;
	height: 21px;
}

.border_top_left {background:url(border_top_left.png) no-repeat;}
.border_top {background:url(border_top.png) repeat-x;}
.border_top_right {background:url(border_top_right.png) no-repeat;}
.border_left {background:url(border_left.png) repeat-y;}
.border_right {background:url(border_right.png) repeat-y;}
.border_bottom_left {background:url(border_bottom_left.png) no-repeat;}
.border_bottom {background:url(border_bottom.png) repeat-x;}
.border_bottom_right {background:url(border_bottom_right.png) no-repeat;}
