html {
	font-family: Arial, sans-serif;
	color: black;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(../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: 28px;
	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 {
	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: 210px;
	font-size: 12px;
	padding-top: 10px;
	margin-bottom: 1em;
}
#content h2 {
	background-image: url(../images/top_pfeil.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #658099;
	text-align: right;
	font-size: 16px;	
	padding-top: 3px;
}
#user {
	width: 100px;
	border: 1px solid black;
}
#passwrd {
	width: 100px;
	border: 1px solid black;
}
#login_button {
	background: none;
	width: 100%;
}
.quoteheader {
	margin-top: 5px;
	font-size: 10px;
}
.quote {
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid black;
	padding: 3px;
	background-color: #FDFDFD;
}
#content h1 {
	background-image: url(/redesign/images/top_pfeil2.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #658099;
	text-align: left;
	padding-top: 3px;
}
.smalltext {
	font-size: 10px;
	color: gray;
}

