/* Globals */
* {
	margin:0em;
	padding:0em;
}
body {
	font-size:76%;
	text-align:center;
	background-color:#1C579F;
	font-family:Verdana,Helvetica,sans-serif;
}

p {
	margin-bottom: 1em;
}

img {
	border:0em;
}
.hidden,dfn,.synonyms {
	position:absolute;
	left:-8000px;
	top:-8000px;
}
.clear {
	clear:both;
}

.block {
	width: 100%;
	overflow: auto;
	margin-bottom: 1.5em;
}

/* Page containers */
#container {
	width:1000px;
	margin:0em auto;
	text-align:left;
}
#backgroundcontainer, #backgroundcontainer2 {
	width:1000px;
	background-image:url('images/body_background.jpg');
	background-repeat:repeat-y;
	background-position:center;
	min-height:600px;
}
* html #backgroundcontainer,* html #backgroundcontainer2 { height:600px }
#backgroundcontainer2 {
	background-image:url('images/body_logo1.jpg');
	padding-bottom:12px;
	background-repeat:no-repeat;
	background-position:757px bottom;
}

/* Head top row */
#head {
	width:982px;
	height:50px;
	overflow:hidden;
	margin-left:9px;
	margin-right:9px;
	background-image:url('images/bg_head.jpg');
	background-repeat:repeat-x;
}
#logo {
	width:352px;
	float:left;
}
#hotnav {
	float:right;
	height:26px;
	text-align:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	color:#FFF;
	width:630px;
}
#hotnav img {
	margin-left:6px;
	margin-right:6px;
}
#hotnav span {
	margin-right:6px;
}
#hotnav a:link, #hotnav a:visited {
	color:#FFF;
	text-decoration:none;
}
#hotnav a:hover {
	color:#FFF;
	text-decoration:underline;
}

#channels {
	float:right;
	height:24px;
	width:630px;
}
#channels .channel_active, #channels .channel_inactive {
	width:120px;
	height:24px;
	background-image:url('images/channel_active.jpg');
	background-repeat:no-repeat;
	margin-left:3px;
	text-align:center;
	float:right;
	padding-top:3px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#BB0F13;
}
#channels .channel_inactive {
	background-image:url('images/channel_inactive.jpg');
	color:#FFF;
}
#channels .channel_active a:link, #channels .channel_active a:visited {
	color:#BB0F13;
	text-decoration:none;
}
#channels .channel_active a:hover {
	color:#BB0F13;
	text-decoration:underline;
}
#channels .channel_inactive a:link, #channels .channel_inactive a:visited {
	color:#FFF;
	text-decoration:none;
}
#channels .channel_inactive a:hover {
	color:#FFF;
	text-decoration:underline;
}

/* Head image row */
#headimage {
	width:982;
	height:142px;
	margin-left:9px;
	margin-right:9px;
}

/* Left column */
#leftcontainer {
	overflow:hidden;
	margin-top:12px;
	margin-left:17px;
	margin-right:17px;
	width:204px;
	float:left;
}
* html #leftcontainer {
	margin-top:10px;
	margin-left:8px;
	margin-right:8px;
}
#leftcontainer .left_head,  #leftcontainer .left_box .csc-header{
	width:204px;
	height:40px;
	overflow:hidden;
	background-image:url('images/left_head.jpg');
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
	padding: 0;
	margin: 0;
	padding-left:10px;
}
#leftcontainer .left_box h1{
	padding: 0;
	padding-top: 15px;
	font-size: 1em;
}
#leftcontainer .left_box {
	width:197px;
	overflow:hidden;
	background-color:#EFF8D3;
	border:1px solid #CEE877;
	border-top:none;
}
#leftcontainer .left_box .wrap{
	padding-bottom:18px;
}
#leftcontainer .left_box .csc-textpic{
	padding: 0;
}
* html #leftcontainer .left_box { width:199px }
#leftcontainer .left_head div,#leftcontainer .left_box .wrap {
	padding-top:15px;
}
#leftcontainer .left_box ul {
	list-style-type:none;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:1em;
	padding: 0;
	margin: 0;
}
#leftcontainer .left_box li {
	padding-left:19px;
	padding-right:9px;
	padding-top: 4px;
	padding-bottom: 3px;
	font-weight:bold;
	overflow:visible;
}
#leftcontainer .left_box li.dark{
	background-color: #D0D9B4;
}
#leftcontainer .left_box ul li ul li {
	padding-left:16px;
	font-weight:normal;
}
#leftcontainer .left_box .selected {
	background-image:url('images/menu_selected.jpg');
	background-repeat:no-repeat;
	background-position:0px 0.8em;
}
#leftcontainer .left_box ul a:link,#leftcontainer .left_box ul a:visited {
	color:#000;
	text-decoration:none;
}
#leftcontainer .left_box ul a:hover {
	color:#BB0F13;
	border-bottom:1px dotted #BB0F13;
}
a#size_s {
	font-size:1em;
}
a#size_n {
	font-size:1.2em;
}
a#size_g {
	font-size:1.5em;
}
a#size_s, a#size_n, a#size_g {
	padding-left:2px;
	padding-right:2px;
	border:1px solid #000;
	text-decoration:none;
	color:#000;
}
a#contrast_n, a#contrast_h {
	font-size:1.2em;
	padding-left:2px;
	padding-right:2px;
	border:1px solid #000;
	text-decoration:none;
	color:#000;
}
a#contrast_h {
	background-color:#000;
	color:#FFF;
}

/* Right column */
#rightcontainer {
	overflow:hidden;
	margin-top:12px;
	margin-left:17px;
	margin-right:17px;
	width:170px;
	float:right;
}
* html #rightcontainer {
	margin-top:10px;
	margin-left:8px;
	margin-right:8px;
}

#search_block{
	margin-bottom: 0.8em;
	width: 100%;
	height: 2.0em;
	overflow: auto;
}

#search_block form input {
	border:1px solid #BB0F13;
	background-color:#FFF;
	color:#000;
	float:left;
	height:18px;
}
#search_block form #submitsearch {
	width:50px;
	height:20px;
	margin-left:5px;
	padding-bottom: 1em;
}
#search_block form #searchstring {
	width:111px;
}
* html #search_block form #searchstring { height:20px }

#rightcontainer .right_box .csc-header {

}
#rightcontainer .right_box .csc-header-n1 {

}
#rightcontainer .right_head {
	width:170px;
	height:33px;
	overflow:hidden;
	background-image:url('images/right_head.jpg');
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#FFF;
	text-align:right;
	margin-top:0.8em;
}

#rightcontainer .right_box {
	width:150px;
	overflow:hidden;
	background-image:url('images/col_right_middle.jpg');
	background-repeat:repeat-y;
	border-top:none;
	border-bottom:1px solid #CEE877;
	padding-bottom:5px;
	padding-left: 9px;
	padding-right: 9px;
	line-height: 130%;
}
* html #rightcontainer .right_box { width:160px }
/* Civserv Anfang */
.tx-civserv-pi1-searchbox fieldset{
	border: none;
	padding-bottom: 0.5em;
}
.right_box fieldset br{
	margin-bottom: 0.5em;
}
.right_box fieldset legend {
	display: none;
}
.right_box .tx-civserv-pi1-searchbox label {
	display: none;
}
#content #civserv_left .list ul{
	list-style-image: url('images/listenpunkt.gif');
	padding-left: 1.7em;
}
#content #civserv_left .list ul li{
	heigth: 1.5em;
}
#content .orgadetail table th, #content .employeedetail table th{
	background-color: #A2D901;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.3em 0.5em;
}
#content .orgadetail table td, #content .employeedetail table td{
	border-right: 1px solid #BB0F13;
	border-bottom: 1px solid #BB0F13;
	padding: 0.2em;
}
#content .orgadetail table caption, #content .employeedetail table caption{
	font-weight: bold;
	text-align: left;
}
/* Civserv Ende */
.right_box fieldset {
	border: none;
	color: #666666;
}
#rightcontainer .right_box fieldset a:link, .right_box fieldset a:visited{
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	padding-left: 0.2em;
}
.right_box fieldset legend {
	font-weight: bold;
	font-size: 1.1em;
	color: #999999;
}

.right_box h1 {
	line-height: 33px;
	height: 33px;
	display: block;
	padding-right: 10px;
	background-image:url('images/right_head.jpg');
	background-repeat: no-repeat;
	overflow:hidden;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
	text-align:right;
	margin-left: -9px;
	margin-right: -9px;
	margin-bottom: 5px;
}
.rightbox .headerwrapper {

}

#rightcontainer .right_box a:link,#rightcontainer .right_box a:visited {
	color:#000;
	text-decoration:none;
}
#rightcontainer .right_box a:hover {
	color:#BB0F13;
	border-bottom:1px dotted #BB0F13;
}


/* Center column */
#centercontainer {
	width:550px;
	margin-top:12px;
	float:normal;
	overflow:hidden;
}
#backgroundcontainer2 .wide_container{
	width: 720px;
}
#content {
	line-height: 130%;	
}

#content h1, #content h2, #content h3 {
	font-size:1.6em;
	color:#BB0F13;
	margin-bottom:0.5em;
	line-height: 1.7em;
}
#content h2 {
	font-size:1.4em;
	line-height: 1.5em;
}
#content h3 {
	font-size:1.2em;
	line-height: 1.3em;
}
#content hr {
	background:transparent;
	border:none;
	border-top:1px dotted #B4B4B4;
	width:100%;
	margin-top:1em;
	height:1px;
}
#content a:link, #footer a:visited {
	color:#555555;
	font-weight:bold;
	text-decoration:none;
}
#content a:hover {
	color:#A2D901;
	font-weight:bold;
	text-decoration:underline;
}



#breadcrumbs {
	font-size:0.9em;
	color:#333;
	margin-bottom:1.5em;
}
#content #breadcrumbs a:link, #content #breadcrumbs a:visited {
	color:#333;
	text-decoration:none;
}
#content #breadcrumbs a:hover {
	color:#333;
	text-decoration:underline;
}

#content table.contenttable{
	border: solid;
	border-width: 2px;
	border-color: #A2D901;
}
#content table.contenttable tr th{
	padding-bottom: 0.4em;
	padding-top: 0.4em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	background-color: #A2D901;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}
#content table.contenttable tr td{
	padding: 0.3em 0.5em;
	color: #000000;
	background-color: #F0F8D3;
	vertical-align: top;
}

/* Listen */

#content ul, #rightcontainer ul {
		margin-left: 1.2em;
		list-style: square;
		margin-bottom: 1em;
}

#content ol, #rightcontainer ol {
		margin-left: 1.8em;
		list-style: roman; 
		margin-bottom: 1em;
}
#content .csc-textpic-image {
	/*margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 0.6em;
	margin-left: 0.4em;*/
}
.csc-textpic-image .csc-textpic-caption{
	font-size: 0.8em;
	font-style: italic;
}
/*Indexedsearch*/
#content .tx-indexedsearch{
	width: 100%;
	overflow:auto;
}
.tx-indexedsearch .tx-indexedsearch-whatis{
	text-decoration: underline;
	font-size:1.1em;
	color:#555555;
}
.tx-indexedsearch-descr .tx-indexedsearch-redMarkup{
	color:BB0F13;
	font-weight: normal;
	text-decoration: underline;
}
.tx-indexedsearch .tx-indexedsearch-browsebox{
	margin-top: 0.6em;
	margin-bottom: 1.2em;
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
}
.tx-indexedsearch .tx-indexedsearch-res{
	width:100%;
	overflow:auto;
}
.tx-indexedsearch .tx-indexedsearch-res .res{
	border-bottom: 1px dotted #000000;
	padding-bottom: 0.5em;
	margin-bottom:0.5em;
}
.tx-indexedsearch .tx-indexedsearch-res .res h3 .tx-indexedsearch-title a:link, .tx-indexedsearch-title a:visited, .tx-indexedsearch-title a:hover{
	color: #BB0F13;
	font-size: 1.1em;
	font-weight:bolder;
}
.tx-indexedsearch .tx-indexedsearch-res .res h3 .tx-indexedsearch-percent{
	color: #666666;
	font-size:0.9em;
	text-style:italic;
}

/* Footer row */
#footercontainer {
	width:982px;
	height:29px;
	margin-left:9px;
	margin-right:9px;
	overflow:hidden;
	background-image:url('images/footer_background.jpg');
	background-repeat:repeat-x;
}
#footerbackground {
	width:982px;
	height:53px;
	
	background-image:url('images/body_logo2.jpg');
	background-repeat:no-repeat;
	background-position:749px bottom;
}
*html #footerbackground{
	height: 53px;
}
#footer {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	color:#FFF;
	padding-top:12px;
	padding-left:100px;
}
#footer a:link, #footer a:visited {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}


/* Formulare */

textarea {
	font-family: Arial,Helvetica,sans-serif;
}

.required {
	font-weight: bold;
}

.mailform div.formcontainer {
    font-size: 0.8em;
    width: 98%;
    overflow: hidden;
    margin-bottom: 3px;
}

.mailform div {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.formcontainer .label {
    width: 25%;
    text-align: right;
    padding-right: 3%;
    float: left;
        font-weight: normal;

}

.mailform div.radiolayout {
       font-weight: normal;

}

.mailform div.radiolayout .label {
    width: 25%;
    text-align: right;
    padding-right: 3%;
    float: left;
        font-weight: normal;
}

.mailform div.radiolayout {
        font-size: 0.8em;
    width: 98%;
    overflow: hidden;
}

.mailform div.radiolayout .label {
    width: 25%;
    text-align: right;
    padding-right: 3%;
    float: left;
        font-weight: normal;
}


.mailform div.radiolayout .radiofield {
        padding-left: 28%;
}

.mf-select {
    width: 60%;
        font-size: 1em;
} 

.mailform div.formcontainer {
    font-size: 0.8em;
    width: 98%;
    overflow: hidden;
    margin-bottom: 3px;
}

.mailform div {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.formcontainer .label {
    width: 25%;
    text-align: right;
    padding-right: 3%;
    float: left;
        font-weight: normal;

}

.mailform div.radiolayout {
       font-weight: normal;

}

.mailform div.radiolayout .label {
    width: 25%;
    text-align: right;
    padding-right: 3%;
    float: left;
        font-weight: normal;
}

.mailform div.radiolayout {
        font-size: 0.8em;
    width: 98%;
    overflow: hidden;
}

.mailform div.radiolayout .label {
    width: 25%;
    text-align: right;
    padding-right: 3%;
    float: left;
        font-weight: normal;
}


.mailform div.radiolayout .radiofield {
        padding-left: 28%;
}

.mf-select {
    width: 60%;
        font-size: 1em;
} 

#adminpanel_bottom {
	width: 90px;
	margin: 0 auto;	
	margin-top: 15px;
	background-color: #fff;
	border: 1px solid red;
	padding: 5px;
}
/* Suche anfang */
#leftcontainer #search_block{
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	width: 188px;
	height: 28px;
	overflow: hidden;
	padding: 6px 9px;
	margin: 0px;
}
*html #leftcontainer #search_block{
	width: 206px;
	height: 40px;
}
#leftcontainer #search_block #searchstring{
	border: none;
	background-image: url(images/Textfeld.jpg);
	height: 23px;
	width: 120px;
	padding: 3px;
	padding-right: 6px;
	background-repeat: no-repeat;
	color: #333333;
	display: block;
	float: left;
}
#leftcontainer #search_block #submitsearch{
	border: none;
	background-image: url(images/Button.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	height: 29px;
	width: 54px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 7px;
	text-align: center;
	display: block;
	float: left;
}
#leftcontainer #search_block #submitsearch:hover, #leftcontainer #search_block #submitsearch:focus{
	background-image: url(images/ButtonHover.jpg);
}
#leftcontainer #search_block #searchstring:hover, #leftcontainer #search_block #searchstring:focus{
	background-image: url(images/TextfeldHover.jpg);
}
/* Suche Ende */

