* {
	margin: 0px;
	padding: 0px;
}

input {
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
padding:2px;
}

textarea {
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
padding:2px;
}


img {
	border: none;
}
dfn {
	display: none;
}
caption, th, td {
	padding: 3px 5px;
}

a {
	color: #002B84;
}

/* Style Reset Ende */
* html a {
	position: relative;
}
* html a img {
	position: relative;
}
* html input, * html textarea, * html select, * html button {
	position: relative;
}

body {
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../pix/back.png);
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0 auto;
	background-image: url(../pix/background_middle.jpg);
	background-repeat: repeat-y;
	width: 970px;
	border-left: 1px solid #FBD84A;
	border-right: 1px solid #FBD84A;
	border-bottom: 1px solid #FBD84A;
}
#wrapper.wrapper_2cols {
	background-image: url(../pix/background_middle_2cols.jpg);
}

#innerwrapper {
	width: 970px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 270px;
	overflow: hidden;
	width: 970px;
}
#backgroundimage {
	position: absolute;
	height: 270px;
	width: 970px;
	top: 32px;
}
#headeroverlay {
	position: absolute;
	height: 270px;
	width: 970px;
}
#overlayimage {
	background-image: url(../pix/background_header.png);
	background-repeat: no-repeat;
	height: 270px;
}
* html #overlayimage {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/templates/pix/background_header.png' ,sizingMethod='scale');
}
#overlayimage.overlayimage_2cols {
	background-image: url(../pix/background_header_2cols.png);
}
* html #overlayimage.overlayimage_2cols {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/templates/pix/background_header_2cols.png' ,sizingMethod='scale');
}
#metanavtop {
	position: relative;
	height: 25px;
	line-height: 25px;
	text-align: right;
	padding-right: 50px;
}
#metanavtop a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#metanavtop a:hover {
	text-decoration: underline;
}

#topnav {
	position: absolute;
	top:	190px;
	left: 230px;
}
#topnav li {
	display: block;
	float: left;
	height: 25px;
	text-align: center;
	line-height: 25px;
}
#topnav li a {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	padding-left: 14px;
	padding-right: 14px;
}
#topnav li.active {
	
}
#topnav li:hover {
	
}
#topnav li.active:hover {
	
}
#topnav li.active a {
	background-image: url(../pix/bullet_top.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
}
#settings {
	position: absolute;
	top: 240px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-weight: bold;
	text-align: right;
	right: 0px;
}
#settings img {
	vertical-align: -10%;
}
* html #settings img {
	vertical-align: -10%;
	filter:Chroma(color=#E3DFE0);
}
*+html #settings img {
	vertical-align: -10%;
}
#fontsize {
	width: 190px;
	padding-right: 10px;
	float: left;
	text-align: right;
}
#contrast {
	width: 190px;
	padding-left: 10px;
	float: left;
	text-align: left;
}

#main {
	overflow: hidden;
}

#leftnav {
	float: left;
	background-image: url(../pix/navigation_background.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
	width: 225px;
}
#leftnav h1 {
	color: #28395B;
	background-color: #CAD7EC;
	font-size: 1.3em;
	line-height: 27px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 12px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#leftnav ul {
	margin-left: 12px;
	margin-right: 10px;
}
#leftnav ul li {
	list-style-type: none;
	background-color: #002B84;
}
#leftnav ul li a {
	background-image: url(../pix/navigation_bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	display: block;
	line-height: 24px;
	border-top: 1px solid #FFFFFF;
	padding-left: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#leftnav ul li a:hover {
}
#leftnav ul li ul {
	margin-left: 0px;
	margin-right: 0px;
}
#leftnav ul li ul li {
		background-color: #5973A8;
}
#leftnav ul li ul li a {
	background: none;
	line-height: 24px;
	padding-left: 16px;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
#leftnav ul li ul li a:hover {
}
#leftnav ul li ul li.active a {
	background-image: url(../pix/bullet_top.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
}
#leftnav ul li.first a {
	border-top: none;
}
#leftnav ul li.first ul li a {
	border-top: 1px solid #FFFFFF;
}
#search {
	background-image: url(../pix/navigation_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-left: 11px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: center;
}

#content {
	float: right;
	width: 745px;
	overflow: hidden;
}
.block {
	overflow: hidden;
	width: 100%;
}

/* ---------- Spaltenbreiten ---------- */
.spalte2 {
	width: 520px;
}
.spalte3 {
	width: 202px;
	overflow: hidden;
}
.spalte2und3 {
	width: 720px;
}


#leftcol {
	float: left;
	padding: 10px;
	font-size: 1.1em;
}
#leftcol h1 {
	color: #658AB7;
	font-size: 1.4em;
	margin-bottom: 0.7em;
}
#leftcol h2 {
	color: #666666;
	font-size: 1.2em;
	margin-bottom: 0.7em;
}
#leftcol h3 {
	color: #333333;
	font-size: 1.1em;
	margin-bottom: 0.7em;
}
#leftcol p {
	margin-bottom: 1em;
}
#leftcol ul {
	margin-left: 2em;
	list-style-type: square;
}
#leftcol ol {
	margin-left: 2.4em;
	list-style-type: decimal;
}
#leftcol li {
	margin-bottom: 0.5em;
}
#leftcol ul, #content ol, #content table {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#leftcol table {
	border: 1px solid #002B84;
}
#leftcol caption {
	background-color: #002B84;
	color: #FFFFFF;
}
#leftcol th {
	background-color: #FBD84A;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
#leftcol td {
	background-color: #FEFFC6;
}
#print {
	background-image: url(../pix/print.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-top: 30px;
	font-size: 0.9em;
}
#print a {
	color: #949494;
	text-decoration: none;
	font-weight: bold;
	background-image: none;
}

#rightcol {
	float: right;
	padding-bottom: 20px;
}
#rightcol h1 {
	display: block;
	font-size: 1.2em;
	color: #002B84;
	background-color: #FBD84A;
	line-height: 27px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}
#rightcol h2 {
	font-size: 1.15em;
	color: #2E3547;
	margin-bottom: 0.2em;
}
#rightcol .right_box {
	overflow: hidden;
	width: 100%;
}
#rightcol .right_box p {
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 1em;
}
#rightcol .right_box ul, #rightcol .right_box ol {
	margin-left: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#rightcol .right_box li {
	margin-left: 2em;
	margin-bottom: 0.5em;
}
#rightcol .right_box table {
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 1em;
}
/*
#rightcol .right_box div {
	overflow: hidden;
	padding: 3px;
}
*/

#footer {
	color: #002B84;
	background-image: url(../pix/background_footer.jpg);
	background-repeat: no-repeat;
	height: 20px;
	text-align: center;
	padding-top: 60px;
}
#footer.footer_2cols {
	background-image: url(../pix/background_footer_2cols.jpg);
}

#footer a {
	color: #002B84;
	font-weight: bolder;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* ---------- Typo3 Content Formatierung ---------- */
DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { height:10px; border-top: 1px solid #002B84; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #002B84; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { border: 1px solid #002B84; padding: 2px 4px 2px 4px; }
DIV.csc-frame-frame2 { border: 1px solid #002B84; background-color: #FEFFC6; padding: 2px 4px 2px 4px; }



/* ---------- Civserv ---------- */
.tx-civserv-pi1 {
	overflow: hidden;
	width: 100%;
}
/* Civserv Suchbox */
.tx-civserv-pi1-searchbox {
	padding: 0px 5px 8px 5px;
	margin-bottom: 10px;
}
.tx-civserv-pi1-searchbox fieldset {
	border: none;
}
.tx-civserv-pi1-searchbox fieldset legend {
	display: none;
}
#civserv_right .tx-civserv-pi1-searchbox .searchform p {
	padding: 0px;
	margin: 0px;
}

/* Civserv Service Informationen */
#serviceinformation {
	padding: 0px 5px 8px 5px;
	border-bottom: 1px solid #5485bf;
	margin-bottom: 10px;
}
#civserv_right .level1 {
	background: none;
	border: none;
	padding: 0px;
}

.tx-civserv-pi1 .searchwords {
	display: none;
}
.tx-civserv-pi1 .topofpage {
	background-image: url(../pix/arrow_top.gif);
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom:1px solid #658AB7;
	display: block;
	margin-top: 1em;
	padding-right: 15px;
	text-align: right;
	text-decoration: none;
}
.tx-civserv-pi1 .topofpage:hover {
	text-decoration: underline;
}

/* Civserv Employee Detail */
.tx-civserv-pi1 .row {
	overflow: hidden;
	width: 315px;
}
.tx-civserv-pi1 .label {
	float: left;
	width: 90px;
}
.tx-civserv-pi1 .inhalt {
	float: left;
	width: 225px;
}

/* Civserv Employee Detail - Kontaktformular */
.tx-civserv-pi1 .email_form fieldset {
	border:1px solid #002B84;
	padding: 1em;
}
.tx-civserv-pi1 .email_form legend {
	background-color: #002B84;
	color: #FFFFFF;
	padding: 0.1em 0.5em;
	margin-left: 1em;
}
.tx-civserv-pi1 .email_form .row {
	overflow: hidden;
	width: 100%;
	margin-bottom: 1em;
}
.tx-civserv-pi1 .email_form .left {
	float: left;
	width: 40%;
	margin-right: 1em;
	text-align: right;
}
.tx-civserv-pi1 .email_form .right {
	float: left;
	width: 55%;
}

/* ---------- tt_news ---------- */
.news-list-item, .news-latest-item {
	width: 100%;
	overflow: hidden;
}

.clearer {
	border: none;
	height: 0px;
	color: #fff;
	display: block;
	clear: both;
}

.news-single-item .clearer {
	
}

.news-latest-container h2, .news-latest-gotoarchive {
	background-color:#004E96;
	border:1px solid #666666;
	color:#FFFFFF;
	margin:3px;
	padding:3px;
}
.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive a:link, .news-latest-gotoarchive a:visited, .news-latest-gotoarchive a:hover {
	color:#FFFFFF;
}
.news-latest-gotoarchive a {
	color:#FFFFFF;
}
.news-latest-item {
	height:1%;
	line-height:1.3;
	margin:3px;
	padding:3px;
}
.news-latest-item img {
	border:1px solid #666666;
	float:left;
	margin-bottom:5px;
	margin-right:5px;
}
.news-latest-category img {
	border:medium none;
	float:none;
	margin:0px;
}
.news-latest-date, .news-latest-morelink, .news-latest-category {
	/* font-size:9px; */
}
.news-latest-morelink {
	height:12px;
}
.news-latest-morelink a {
	float:right;
}
.news-list-container {
}
.news-list-item {
	height:1%;
	line-height:1.3;
	margin-bottom:1em;
	border-bottom:1px solid #658AB7;
	padding-bottom: 1em;
}
.news-search-form {
	background-color:#FFFFFF;
	border:1px solid #666666;
	margin-bottom:5px;
	padding:3px;
}
.news-search-emptyMsg {
	margin:0px;
}
.news-search-form form {
	margin:0px;
}
#content .news-list-container h1 {
	/* background-color:#666666;; */
	color: #000000;
	margin-bottom:5px;
	font-size:1.2em;
}

.news-list-container h1 a {
	text-decoration: none;
	color: #666666;
	margin-bottom: 0.7em;
}
.news-list-container h1 a:hover {
	text-decoration: underline;
}
.news-list-container p {
	padding-left:3px;
}
.news-list-date {
	background-color:#FFFFFF;
	color:#000000;
	float:right;
	font-size: 0.8em;
	text-decoration: oblique;
	font-weight:normal;
	text-align:right;
	width:180px;
}
.news-list-imgcaption {
	float:right;
	/* font-size:9px; */
	padding-right:3px;
	padding-top:3px;
}
.news-list-container img {
	border:1px solid #666666;
	float: left;
	margin-bottom:5px;
	margin-right:5px;
	margin-right:8px;
}
.news-list-category img {
	border:medium none;
	float:none;
	margin:0px;
}
.news-list-morelink, .news-list-category {
	/* font-size:9px; */
	margin-left:3px;
}
.news-list-morelink {
	margin-bottom:3px;
}
.news-list-browse {
	text-align:center;
}
.tx-ttnews-browsebox, .browseBoxWrap {
	background-color:#FFFFFF;
	border:1px solid #666666;
	padding:3px;
}
.tx-ttnews-browsebox td {
	/* font-size:10px; */
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight:bold;
}
.tx-ttnews-browsebox-SCell p, .tx-ttnews-browsebox td p {
	margin:0px;
}
.tx-ttnews-browsebox-SCell {
	background-color:#DBDBDB;
	border:1px solid #666666;
}
.news-search-emptyMsg {
	/* font-size:11px; */
	margin-left:10px;
}
.news-single-item {
	margin-bottom:5px;
}
.news-single-item h2 {
	/* color:#000000;
	font-size:16px; */
	font-weight:bold;
	margin-bottom:0px;
}
.news-single-item h3 {
	margin-bottom:15px;
}
.news-single-img {
	float:right;
	margin-left:5px;
	width: 150px;
}
.news-single-img img {
	border: 1px solid #666666;
}
.news-single-imgcaption {
	clear:both;
	padding:3px;
	margin-bottom: 0em;
	color: #666666;
}
.news-single-category {
	float:right;
}
.news-single-backlink, .news-single-backlink a {
	/* font-size:10px; */
	font-weight:bold;
	margin-bottom:15px;
	margin-top:10px;
}
.news-single-timedata {
	float:right;
}
.news-single-timedata, .news-single-author, .news-single-imgcaption {
	/* font-size:9px; */
}
.news-single-author {
	padding-bottom:3px;
}
.news-single-additional-info {
	background-color:#F0F0F0;
	margin-top:15px;
	border: 1px solid #BB0F13;
}
.news-single-related, .news-single-files, .news-single-links {
	margin:0px 0px 3px;
	padding:3px;
}
.news-single-related dd, .news-single-links dd, .news-single-files dd {
	margin-left:20px;
}
.news-single-related dt, .news-single-links dt, .news-single-files dt {
	/* font-size:11px; */
	font-weight:bold;
	margin-left:5px;
	margin-bottom: 5px;
	width:90%;
}

#content .news-single-links dd p {
	margin-bottom: 0;
}
.news-amenu-container {
	background-color:#BBE53A;
	border:1px solid #333333;
	margin-top:10px;
	padding:3px;
}
.news-amenu-container li {
	padding-bottom:1px;
}
.news-amenu-container ul {
	background-color:#FFFFFF;
	border:1px solid #666666;
	list-style-type:none;
	margin-bottom:0px;
	margin-left:0px;
	margin-top:5px;
	padding:3px;
}
.news-amenu-container h2 {
	background-color:#004E96;
	border:1px solid #666666;
	color:#FFFFFF;
	padding:3px;
}
.news-amenu-item-year {
	background-color:#004E96;
	border:1px solid #666666;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px;
}
.news-catmenu {
	background-color:#FFFFFF;
	border:1px solid #666666;
	margin:10px 0px 10px 10px;
	padding:5px;
}
.news-catmenu-header {
	/* font-size:11px; */
	font-weight:bold;
}
.news-catmenu div {
	/* font-size:10px; */
	white-space:nowrap;
}
.news-catmenu div img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding:0px;
	vertical-align:middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}
.level1 {
	/*
	background-color:#EBF8BF;
	border-left:1px solid #666666;
	border-top:1px solid #666666;
	*/
	padding:1px 1px 1px 2em;
}
.level2 {
/*
	background-color:#DDF393;
	border-left:1px solid #666666;
*/
	padding:1px 1px 1px 2em;
}
.level3 {
/*
	background-color:#CAE46E;
	border-left:1px solid #666666;
	border-top:1px solid #666666;
*/
	padding:1px 1px 1px 2em;
}
.level4 {
/*
	background-color:#B0CB51;
	border-left:1px solid #666666;
*/
	padding:1px 1px 1px 2em;
}


/* ---------- News zweispaltig ---------- */
/*
.news-list-container {
	overflow: hidden;
	width: 100%;
}

.news-list-item {
	width: 46%;
	float: left;
	overflow: auto;
	margin-right: 4%;
	margin-bottom: 1em;
	line-heigth: 1.2em;
	font-size: 1em;
	height: 15em;
	border-bottom:1px dotted #CCCCCC;
}
.news-list-container .news-list-item hr.clearer{
	display: none;
}
.news-list-date {
	float: none;
	width: 100%;
	display: block;
	text-align: left;
}
*/


/* ---------- Vereine ---------- */
#vereine .quicklinksheadlinetabelle {
	background-color: #002B84;
	color: #FFFFFF;
}
#vereine table {
	border: none;
}
#vereine th {
	background-color: #002B84;
}
#vereine td {
	background-color: transparent;
}

/* ---------- Grußkarten ---------- */
#grusskarten th, #grusskarten td {
	padding: 0px;
}
#grusskarten table {
	border: none;
}
#grusskarten th {
	background-color: #FBD84A;
}
#grusskarten td {
	background-color: transparent;
}

/* ---------- Veranstaltungen ---------- */
#veranstaltungen table {
	border: none;
}
#veranstaltungen th {
	background-color: #FEFFC6;
}
#veranstaltungen td {
	background-color: transparent;
}
#veranstaltungen td.back {
	background-color: #FEFFC6;
}

#small_calendar {
	color: #000000;
}
#small_calendar #month_select {
	width: 190px;
	margin: 3px 0px;
}
#small_calendar #calendar_table {
	background-color: #002B84;
	width: 190px;
	padding: 0px;
	margin: 5px;
}
#small_calendar #calendar_table a {
	color: #002B84;
	display: block;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}
#small_calendar #calendar_table a:hover {
	font-weight: bold;
	background-color: #CAD7EC;
}
#small_calendar #calendar_table th {
	background-color: #FBD84A;
}
#small_calendar #calendar_table td {
	background-color: #FFFFFF;
	padding: 0px;
}
#small_calendar #calendar_table .standart_cell {
	color: #AAAAAA;
	padding: 5px;
}
#small_calendar #calendar_table .event_cell {
	
}
#small_calendar #calendar_table .empty_cell {
	background-color: #002B84;
	padding: 5px;
}


/* ---------- Verzeichnisse (wt_directory) ---------- */
.tx-wtdirectory-pi1 {

}
.tx-wtdirectory-pi1 .wtdirectory_filter_abc {
	margin-bottom: 1em;
}
.tx-wtdirectory-pi1 .wtdirectory_filter_cat {
	margin-bottom: 1em;
	overflow: hidden;
	width: 100%;
}
.tx-wtdirectory-pi1 .wtdirectory_filter_cat h2 {
	float: left;
	width: 10em;
}
.tx-wtdirectory-pi1 .wtdirectory_filter_cat form{
	float: left;
}
.tx-wtdirectory-pi1 .wtdirectory_list li{
	margin-bottom: 1em;
}
.tx-wtdirectory-pi1 dl {
	overflow: hidden;
	width: 100%;
}
.tx-wtdirectory-pi1 dt {
	width: 30%;
	float: left;
}
.tx-wtdirectory-pi1 dd {
	width: 69%;
	float: left;
}
.tx-wtdirectory-pi1 .wtdirectory_all_backlink, .tx-wtdirectory-pi1 .wtdirectory_all_vcard {
	margin-top: 1em;
}
.tx-wtdirectory-pi1 .row {
	overflow: hidden;
	width: 100%;
	margin-bottom: 1em;
}
.tx-wtdirectory-pi1 .label {
	width: 20%;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 1em;
}
.tx-wtdirectory-pi1 .inhalt {
	width: 75%;
	float: left;
}
#leftcol .tx-wtdirectory-pi1 .inhalt h2 {
	margin-bottom: 0px;
}
.wt_directory_pagebrowser {
	display: inline;
}
.wt_directory_pagebrowser li {
	display: inline;
	padding-right: 0.5em;
}

/*Adressliste */
.wtdirectory_list li {
    margin-bottom: 1em;   
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}

#leftcol .tx-wtdirectory-pi1 ul.wtdirectory_list  {
    list-style-type: none;
    margin-left: 0;   
}

.wtdirectory_detail {
        margin-top: 2em;   
        margin-bottom: 2em;
}


.wtdirectory_detail .block {
    margin-bottom: 0.5em;   
}
.wtdirectory_detail_label {
    width: 125px;
    float: left;   
    text-align: right;
}

.wtdirectory_detail_value {
    float: left;
    width: 400px;   
    padding-bottom: 0.1em;
    margin-left: 15px;
}

.wtdirectory_detail_value h2 {
    margin: 0;   
}

.wtdirectory_detail_value img {
    margin-bottom: 1em;   
}

.wtdirectory_all_vcard {
    float: left;
    margin-right: 1em;   
} 

/* Standardformulare */

.formcontainer {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}


.formcontainer .label {
	width: 18%;
	float: left;
	text-align: right;
	padding-right: 2%;
	font-weight: bold;
}

.mf-submit {
	margin-left: 20%;
}

.accessible_mailform {
	padding: 2%;
	border: 1px solid red;
	margin-bottom: 1em;
	background-color: #eee;
}