
body {
	background-image: url(../img/klbb_bildmarke_rgb.png);
	background-repeat: no-repeat;
	background-position: 810px 250px;
	float: left;
	width: 100%;
}

#container {
	margin-top: 30px;
	margin-left: 30px;
	width: 960px;
	position: relative;
	float: left;
}

#top {
	margin-bottom: 40px;
}

#top a {
	background: none;
}


/* Navigation */

#navigation {
	width: 200px;
	float: left;
	font-size: 1.167em;
	padding-top: 0.55em;
}

#navigation ul {
	text-align: right;
	font-style: italic;
	letter-spacing: -0.05em;
	margin: 0;
}

#navigation li {
	padding-right: 20px;
	padding-left: 0;
	margin-bottom: 0.5em;
	background: 0;
}

#navigation li.active-path {
	background: url(../img/nav-a-active-bg.png) no-repeat right 0.75em;
}

#navigation ul ul {
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 0.786em;
	letter-spacing: 0;
}

#navigation li.active-path li {
	padding: 0;
	background: none;
	margin: 0;
}

#navigation a {
	color: #0099ff;
	font-family: Georgia, Palatino, "Times New Roman", serif;
	background: none;
}

#navigation span.a,
#navigation li.active-path a {
	font-weight: bold;
}

#navigation span.a {
	color: #ff0099;
}

#navigation li.active-path li span.a,
#navigation li.active-path li a {
	font-weight: normal;
}

/* Login-Box */
/* padding um container fuer absolute Positionierung des Foerderlogos im IE6 auf Mindesthoehe zu bringen, wenn content kuerzer als Navigation */

#user-status {
	text-align: right;
	padding-bottom: 150px;
	padding-right: 20px;
}

#user-status h2 {
	margin-bottom: 0;
}


/* Förderlogo */

a.foerder-logo {
	position: absolute;
	bottom: 40px;
	left: -8px;
	background: none;
}


/* Hauptinhalte */

#main {
	width: 550px;
	float: left;
	border-left: 1px solid #ff0099;
	margin-bottom: 40px;
}

#content {
	margin-left: 20px;
	min-height: 500px;
}


/* Teaser von Unterdokumenten */

#content .stdteaser {
	margin-top: 80px;
}

#content .stdteaser img {
	float: left;
	margin-right: 20px;
}

#content .stdteaser h2,
#content .stdteaser p {
}



/* Karte */

#karte {
	position: relative;
}

#karte img {
	margin: 0;
	padding: 0;
}

#karte a {
	background-color: #01009A;
	position: absolute;
}

#karte a:hover {
	background-color: #FF009A;
}

/* Login Form */

fieldset input#username {
	border: 1px solid #0099FF;
	width: 150px;
	height: 15px;
}

fieldset div.username label {
	padding-top: 2px;
	float: left;
	width: 100%;
	color: #FF009A;
}

div.submit input {
	font-size:  0.786em;
	border: none;
	background-color: #01009A;
	color: #FFF;
	margin-top: 10px;
	padding: 3px 5px;
}

div.submit input:hover {
	background-color: #FF009A;
}

