﻿@charset "UTF-8";

/* **************************************************
	Allgemein
************************************************** */

/*	Grundlegende Schrift- und Farbdefinition */
body {
	margin: 0;
	padding: 0;
	font: normal 11px/1.2em Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	background-color: #EBEFCA;
	overflow: auto;
}

/*	Abstände Überschriften, Absätze, Listen und Tabellen */
h1, h2, h3, h4, h5, p, ol, ul, table {
	margin: 0;
	margin-bottom: .6em;
}

form p, form ol, form ul {
	margin-bottom: .3em;
}

h1, h2, h3, h4, h5, p {
	line-height: 1.2em;
}

h1, h2, h3, h4, h5 {
	font-size: 1.2em;
}

/*	Links */
a {
	text-decoration: underline;
	color: #3E8F3C;
}

a:hover {
	text-decoration: none;
}

/*	Bilder */
img {
  border: 0;
}

/*	Formulare */
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset legend {
	visibility: hidden;
	display: none;
}

input[disabled] {
	background-color: #CCC;
}

/* **************************************************
	Seitenelemente
************************************************** */

/* Linke Seitenleiste */
body.sidebar {
	padding: 0 10px;
	background: #EBEFCA url("../img/sidebar_background.png") top center fixed repeat-x;
	overflow: auto;
	overflow-x: hidden;
}

/* Separat geöffnete Fenster */
body.single {
	padding: 10px;
}

/* Liste ohne Aufzählungszeichen  */
ul.blind  {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.blind  li {
	margin: 0;
	margin-bottom: .3em;
}

/* Schaltflächen Formulare */
input.highlighted {
	color: #FFF;
	background-color: #589349;
	border: 1px solid #FFF;
}
/* Umrandete Elemente Formulare */
p span.framed {
	display: block;
	width: 100%;
	padding: 2px;
	color: #3E8F3C;
	background-color: #EDEEB1;
	border: 1px solid #3E8F3C;
	-moz-border-radius: 5px;
}

/* Tooltips */
div.tooltip {
	color: #000;
	background-color: #589349;
	border: 1px solid #000;
}

div.tooltip a {
	color: #FFF;
}

/* Zentrierte Absätze */
p.center {
	text-align: center;
}

/* **************************************************
	Layoutelemente
************************************************** */

/* Hintergrundbild Seitenkopf */
#header_background {
	width: 919px;
	height: 178px;
	background: transparent url("../img/header_background.jpg") top left no-repeat;
}

/* Logo Seitenkopf */
#header_logo {
	width: 485px;
	height: 64px;
	background: transparent url("../img/rwdl_logo_final.gif") top left no-repeat;
}

/*  Seitenfuss */
#footer {
	text-align: right;
	background: transparent url("../img/logo_rlp_footer.png") bottom left no-repeat;
}

#footer a {
	color: #3E8F3C;
}

/* **************************************************
	Menüleiste
************************************************** */

#menubar ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menubar ul li {
	float: left;
	width: 130px;
	height: 25px;
	margin: 0;
	margin-right: 5px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
}

#menubar ul li a {
	display: block;
	width: 130px;
	height: 25px;
	font-weight: normal;
	line-height: 25px;
	text-decoration: none;
	color: #3A7B00;
	background: transparent url("../img/bg_menubar.png") center center no-repeat;
}

#menubar ul li a:hover, #menubar ul li a.active {
	background-image: url("../img/bg_menubar_hover.png");
}


/* **************************************************
	Autovervollständigung (Formulare)
************************************************** */

.ac_results {
	padding: 0;
	background-color: #CCC;
	border: 1px solid #000;
	border-top: 0;
	overflow: hidden;
	z-index: 999;
}

.ac_results ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ac_results li {
	display: block;
	margin: 0;
	padding: 2px 3px;
	line-height: 1.2em;
	overflow: hidden;
	cursor: default;
}

.ac_results li strong {
	font-weight: bold;
}

.ac_loading {

}

.ac_odd {
	background-color: transparent;
}

.ac_over {
	color: #FFF;
	background-color: #666;
}

