/* Allgemeines */

body {
    margin: 0px;
    padding: 0px;
    background: #f0f1da;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    text-align: center;
}

#container {
    width: 800px;
    background: #eef0ad;
    margin: auto auto;
    text-align: left;
}

.clear {
    clear: both;
}

/* Links */
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

/* Seitenteile */
#header {
    background: #dfe46d url(../images/logo.png) no-repeat top left;
    height: 40px;
    padding: 5px;
    border-bottom: 1px solid #ffffff;
    text-align: right;
}

#left {
    width: 200px;
    float: left;
    background: #eef0ad;
}

#right {
    width: 569px;
    float: right;
    padding: 15px;
    background: #ffffff;
    line-height: 16px;
    border-right: 1px solid #eef0ad;
}

#footer {
    text-align: center;
    background: #dfe46d;
    padding: 3px;
    border-top: 1px solid #ffffff;
}

/* Hauptnavigation */
ul#nav {
	width: 800px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
    background: #d1da2f;
    list-style: none;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

html>body ul#nav {
	float: left;
}

ul#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#nav a, ul#nav a:visited {
	float: left;
	padding: 5px 10px 3px 10px;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	border-bottom: 2px solid #d1da2f;
	color: #000000;
}

ul#nav a:hover, ul#nav a.sel {
	color: #000000;
	text-decoration: none;
	background: #eef0ad;
	border-bottom: 2px solid #d1da2f;
}

ul#nav a.sel {
    color: #000000;
    text-decoration: none;
	background: #eef0ad;
	border-bottom: 2px solid #d1da2f;
}

/* Seitennavigation */
ul#subnav {
    list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

ul#subnav li {
    list-style: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ffffff;
}

ul#subnav a, ul#subnav a:visited {
	color: #000000;
	display: block;
	padding: 3px 10px;
	text-decoration: none;
}

ul#subnav a:hover {
	text-decoration: none;
	background: #d1da2f;
}

ul#subnav a.sel {
	text-decoration: none;
	background: #d1da2f;
}

ul#subnav2 li {
    list-style: none;
    list-style-image: none;
	margin: 0px 0px 0px -20px;
	padding: 0px;
	font-weight: normal;
	border-bottom: none;
}

ul#subnav2 a, ul#subnav2 a:visited {
	color: #000000;
	display: block;
	padding: 2px 0px;
}

ul#subnav2 a:hover {
	text-decoration: underline;
	background: none;
}

ul#subnav2 a.sel {
	font-style: italic;
	background: none;
}

/* Headlines */
h1 {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #d1da2f;
    margin: 15px 0px;
}

h2 {
    font-weight: bold;
    font-size: 12px;
    margin: 5px 0px;
}
