/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #36C;
	font-size:0.9em;
}
a:hover {
	color: #06F;
}


a.link {
	color: #900;
	font-size:1.1em;
}
a.link:link {
	color: #900;
}
a.link:visited {
	color: #050;
}

a.link:hover {
	color: #06F;
}

.topmenu a {
	font-weight:bold;
	font-size:1em;
	color:#fff;
}


h1.pageheader {
	font-size: 1.7em;
	margin-bottom: 8px;
	border-bottom:2px solid #999;
	font-style:italic;
}

h2.pageheader {
	font-size: 1.5em;
	margin-bottom: 4px;
	border-bottom:1px solid #999;
	color:#333;
}

h3.pageheader {
	font-size: 1.2em;
	margin-bottom: 4px;
	border-bottom:1px solid #600;
	color:#333;
	font-style:italic;
}




tr.item0 {
	padding: 6px 12px;
	/* border: 1px solid #EEE; */
	background: #fff;
	margin-bottom: 14px;
}
tr.item1 {
	padding: 6px 12px;
	/* border: 1px solid #EEE; */
	border-bottom: 1px solid #ccc;
	background: #eee;
	margin-bottom: 14px;
}


tr.item_aktiv {
	padding: 6px 12px;
	border-bottom: 1px solid #ccc;
	background: #ffa;
	margin-bottom: 14px;
	cursor:pointer;
}

td.td_aktiv {
	background: #ffa;
	cursor:pointer;
	border:none;
}

td.td_normal {
	background: none;
	cursor:pointer;
	border:none;
}


tr.Data0 {
	background:#fff;
}
tr.Data1 {
	background:#eee;
}

/* GB Kommentar */

.gb_kommentar {
	margin-top:20px;
	margin-bottom:10px;
	border-top:1px dotted #ccc;
	font-size:1em;
}

#gb_kommentar {
	color:#600;
	font-weight:bold;
	font-size:0.9em;
}


body {
	/*background: #EEE url(../img/bg.gif); */
	background: #fff;
	color: #000;
	font: normal 62.5% "Lucida Sans Unicode",Verdana, Arial, Helvetica,sans-serif;
	margin: 0;
}



input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",Verdana, Arial, Helvetica,sans-serif;
}

.topmenu {
  height:24px;
  background-color:#990000;
  margin-bottom:8px;
}

p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: url(../img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",Verdana, Arial, Helvetica,serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(../img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",Verdana, Arial, Helvetica,serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #660000;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.top_container {
	background: #eee url(../img/bg_top.gif);
	margin-left: auto;
	margin-right: auto;
	width: 767px;
	height:10px;
	padding-bottom:2px;
}

.bottom_container {
	background: #eee url(../img/bg_bottom.gif);
	margin-left: auto;
	margin-right: auto;
	width: 767px;
	height:16px;
}


.container {
	background: url(../img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 767px;
}

.header {
	background: url(../img/header.jpg) repeat-x;
}

/* title */
.title {
	height: 96px;
	margin-bottom: 4px;
}
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 90px;
	line-height: 90px;
	margin-bottom: 4px;
	text-align: left;
	margin-left:150px;
}

/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em "Lucida Sans Unicode",Verdana, Arial, Helvetica,serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: left;
	width: 170px;
}
.sidenav h1 {
	color: #666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background: url(../img/bgul.gif) repeat-x;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
}

/* content */
.content {
	float: right;
	width: 550px;
	font-size:1.1em;
}
.content .item {
	padding: 6px 12px;
	/* border: 1px solid #EEE; */
	border-bottom: 1px solid #ccc;
	background: #FFF;
	margin-bottom: 14px;
}

.content .item0 {
	padding: 6px 12px;
	/* border: 1px solid #EEE; */
	border-bottom: 1px solid #ccc;
	background: #efefef;
	margin-bottom: 14px;
}
.content .item1 {
	padding: 6px 12px;
	/* border: 1px solid #EEE; */
	border-bottom: 1px solid #ccc;
	background: #fff;
	margin-bottom: 14px;
}


.content .item_aktiv {
	padding: 6px 12px;
	border-bottom: 1px solid #ccc;
	background: #ffa;
	margin-bottom: 14px;
	cursor:pointer;
}

/*
.content .item_aktiv p{
	padding-bottom:4px;
}
*/
.content .aktuelles_spacer{
	padding-top:6px;
}

/*
.content .item p{
	background: #FFF;
	padding-bottom:4px;
}
*/
.content .item h1 {
	text-decoration:none;
}

.content .descr {
	color: #333;
	margin-bottom: 6px;
	font-size:1em;
}

.descr a {
	font-size:1em;
}

.content li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
	font-size:0.9em;
	padding-bottom:10px;
}

/* Termine */
.termin {
}

.termin h1 {
	font-size: 1.8em;
	margin-bottom: 8px;
	border-bottom:2px solid #999;
}

.JahrWahl {
	color:#600;
	font: bold 1em "Lucida Sans Unicode",Verdana, Arial, Helvetica,sans-serif;
	background-color:#ffa;
}


.termin #title {
	font-size: 1.4em;
	margin-bottom: 8px;
	font-weight:bold;
	color:#600;
}


.termin h2 {
	font-size: 1.4em;
	margin-bottom: 0px;
	border-bottom:1px solid #999;
	color:#444;
}

/* Mailschutz */
span.codedirection { unicode-bidi:bidi-override; direction: rtl; }

/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.button_search {
	background: url(../img/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

input.button {
	border:1px solid #660000;
	background:#eee;
	font-family: "Lucida Sans Unicode",Verdana, Arial, Helvetica,sans-serif;
	font-size:0.86em;
}

/* Formular */
input.text {
	font-family: "Lucida Sans Unicode",Verdana, Arial, Helvetica,sans-serif;
	font-size:1em;
	color:#000;
}

input.text_aktiv {
	font-family: "Lucida Sans Unicode",Verdana, Arial, Helvetica,sans-serif;
	font-size:1em;
	background-color:#cceecc;
	color:#000;
}


textarea.text {
	font-family: "Lucida Sans Unicode",Verdana, Arial, Helvetica,sans-serif;
	font-size:1em;
	color:#000;
}

textarea.text_aktiv {
	font-family: "Lucida Sans Unicode",Verdana, Arial, Helvetica,sans-serif;
	font-size:1em;
	background-color:#cceecc;
	color:#000;
}

#ErrorText {
	color:#f00;
}

/* footer */
.footer {
	background: #600;
	border: 1px solid #EEE;
	color: #fff;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: right;
	padding: 3px;
	width: 720px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #ff0;
	text-decoration: underline;
}


/* Links für Artikel lesen */
.reader {
	text-align:right;
	display:block;
	width:100%;
	padding-top:6px;
}

.reader a {
	color: #900;
}
.reader a:link {
	color: #900;
}
.reader a:visited {
	color: #050;
}

.reader a:hover {
	color: #06F;
}


#pagination_container {
	border-top:1px solid #600;
	border-bottom:1px solid #600;
	display:block;
	text-align:center;
	line-height:22px;
	margin-top:30px;
	background-color:#ffffcc;
}

#pagination {
	font-weight:bold;
	font-size:1.1em;
	color:#000;

}

#pagination .aktiv {
	border:1px solid #ccc;
	background:#600;
	color: #fff;
	margin-left:3px;
	margin-right:3px;
	text-decoration:none;
}

#pagination a {
	border:1px solid #aaa;
	background:#ccc;
	color: #000;
	margin-left:3px;
	margin-right:3px;
	text-decoration:none;
}
#pagination a:link {
	border:1px solid #aaa;
	background:#ccc;
	color: #000;
}
#pagination a:visited {
	border:1px solid #aaa;
	background:#ccc;
	color: #000;
}

#pagination a:hover {
	border:1px solid #aaa;
	background:#666;
	color: #000;
}

#werbung_top {
	margin-top:12px;
	width:140px;
	height:70px;
}

#abteilung_img_right {
	position:absolute;
	width:130px;
	height:130px;
	top:0px;
	right:0px;
	background-color:none;
}

#abteilung_img_left {
	position:absolute;
	width:130px;
	height:130px;
	top:0px;
	left:0px;
	background-color:none;
}

p {
	font-size:1em;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:2px;
	margin-bottom:2px;
}

/* Plakat */
img.out {
	border:1px solid #eee;
}

img.over {
	border:1px solid #f00;
}

span.codedirection {
	unicode-bidi:bidi-override; direction: rtl;
}

span.displaynone {
	display:none;
}
