html {
	font-family: Arial, sans-serif;
	color: black;
	background-image: url(/redesign/images/board_bg.gif) !important;
	background-repeat: repeat-y;
	background-color: white;	
}
body {
	margin: 0;
	padding: 0;
	background-image: url(/redesign/images/nav_bg.gif);
	background-repeat: repeat-x;	
}
a {
	text-decoration: none;
	color: #555;
}
a:hover {
	color: #AAA;
}
#header {
	width: 196px;
	height: 157px;
	background-image: url(../images/logo.png)
}
#header h1 {
	display: none;
}
#top_nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute;
	top: 31px;
	left: 200px;
	font-size: 1.2em;
}
#top_nav li {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	background-image: url(../images/stich.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#top_nav a {
	color: #9da5af;
}
#top_nav a:hover {
	color: #a17578;
}
#werbung {
	position: absolute;
	top: 62px;
	left: 210px;
	background-image: url(../images/werbung_board.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 10px;
	width: 532px;
	height: 108px;
	overflow: hidden;
}
#left_nav {
	position: absolute;
	top: 160px;
	left: 42px;
	padding: 0;
	margin: 0;
	width: 118px;
}
#left_nav dd, #left_nav dt,#left_nav dd ul
{
	margin: 0;
	padding: 0;
	list-style-type: none
}
#left_nav dt {
	margin-top: 10px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
	color: #658099;
	padding-top: 4px;
	background-image: url(../images/nav_pfeil.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#left_nav dd ul {
	color: #808a96;
	font-size: 13px;
	padding-left: 5px;
}
#left_nav a {
	display: block;
	color: #658099;
}
#left_nav a:hover {
	color: #a17578;
}
#content {
	margin-left: 180px;
	font-size: 12px;
	width: 80%;
}
#user {
	width: 100px;
	border: 1px solid black;
}
#passwrd {
	width: 100px;
	border: 1px solid black;
}
#login_button {
	background: none;
	width: 100%;
}
h1 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
td.windowbg a, td.windowbg2 a{
	border-bottom: 1px dotted #658099;
}
