/*** Beginn allgemeine Festlegungen ***/
* {
	margin: 0;
	padding: 0;
}

body, html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
}

body {
	font-size: 62.5%;
	background-color: #a3a9ae;
}


a {
	color: #0071BA;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

ul, ol {
	list-style-position: inside;
/*	clear: left;*/
}

.kleintext {
	font-size: 0.9em;
}

div.abstand-1em {
	height: 1em;
}

div.abstand-2em {
	height: 2em;
}

div#main {
	width: 870px;
	margin: 20px auto 0 auto;
	background-color: #ffffff;
	border: 4px solid #cbcbcb;
	padding: 10px;
	overflow: hidden;
}



h1.csc-firstHeader{
	padding-bottom:10px;
}
p.text-markierung{
	background:#FEFABB;
	padding: 20px;
}


div.clearer {
	clear: both;
}
/*** Ende allgemeine Festlegungen ***/

/*** Beginn Header ***/
div#header div#topline {
	height: 2.2em;
	border-bottom: 1px solid #0071BA;
}

div#header div#topline p {
	font-size: 1.2em;
	color: #CD1116;
	float: left;
	margin-left: 12px;
	padding-top: 0.3em;
}

div#header div#topline p a {
	color: #CD1116;
}

div#header div#topline p.angemeldet {
	color: #0071BA;
	font-weight: bold;
	margin-right: 20px;
}

div#header div#topline p#header-datum {
	color: #FFF;
	font-weight: bold;
	float: right;
	background-color: #0071BA;
	padding: 0.3em 22px 0.4em 22px;
}

div#header div#topline form {
	font-size: 12px;
	color: #CD1116;
	float: left;
	margin-left: 13px;
	margin-bottom: -3px;
	height: 18px;
}

div#header div#topline form input {
	border-color: #0071BA;
	border-width: 1px 1px 1px 1px;
}

div#header div#topline form input#email {
	border-style: solid;
	padding: 2px 10px 3px 10px;
	margin-right: 6px;
}

div#header img#logo {
	clear: both;
	margin: 22px 0 14px 12px;
}

div#header div#header-subline {
	background-color: #A3A9AE;
	color: #FFF;
	font-size: 1.2em;
	background-image: url(/fileadmin/images/suche-bg.gif);
	background-position: right;
	background-repeat: repeat-y;
}


div#header div#header-subline-newsletter {
	background-color: #A3A9AE;
	color: #FFF;
	font-size: 1.2em;

}
div#header div#header-subline-newsletter p {
	padding: 5px 12px;
}

div#header div#header-subline p {
	padding: 5px 12px;
}

div#header div#header-subline form {
	float: right;
	margin: -2em 10px 0 0;
/*	border: 1px dashed Fuchsia;*/
}

html>body div#header div#header-subline form {
	margin-right: 15px;
}

div#header div#header-subline form label {
	font-weight: bold;
	margin-top: 0px;
	display: block;
	float: left;
	margin-top: 4px;
}

div#header div#header-subline form input#suche {
	border: none;
	padding: 3px;
	background-color: transparent;
	margin-top: 0;
	margin-right: 6px;
	margin-left: 6px;
	color: #FFF;
	width: 86px;
	background-image: inherit;
}
/*** Ende Header ***/

/*** Beginn Spalte links ***/
div#spalte-links {
	width: 273px;
	float: left;
}

/*** Beginn Navigation ***/
div#spalte-links ul#navi {
	list-style: none;
	/*list-style-image: url(../images/navi-listimage.gif);*/
	font-size: 1.2em;
	margin: 0.4em 0;
	margin-left: 0;
}

div#spalte-links ul#navi li {
	background-image: url(/fileadmin/images/navi-trenner.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 1px;
	height: auto;
}

div#spalte-links ul#navi li a {
	display: block;
	padding: 6px 0 6px 30px;
	background-image: url(/fileadmin/images/navi-listimage.gif);
	background-position:	top left;
	background-repeat: no-repeat 	!important;
	color: #000;
	height: auto;
}

div#spalte-links ul#navi li a .geschuetzt {
	color: #0071BA;
	font-size: 0.9em;
}

div#spalte-links ul#navi li a:hover {
	text-decoration: none;
	background-color: #F1F2F3;
}

div#spalte-links ul#navi li ul {
	margin-bottom: 1em;
	margin-left: 0;
}

div#spalte-links ul#navi li ul li {
	list-style: none;
	background-image: none;
}

div#spalte-links ul#navi li ul li a {
	background-image: none;
	color: #0071BA;
	font-size: 0.9em;
	padding: 3px 0 3px 30px;
}

div#spalte-links ul#navi li ul li a.current {
	color: #000;
	font-weight: bold;
}
/*** Ende Navigation ***/

div#spalte-links div#box-lightblue, div#spalte-links div#box-gray {
	padding: 5px 25px 15px 30px;
	margin-bottom: 12px;
}

div#spalte-links div#box-lightblue h1, div#spalte-links div#box-gray h1 {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #0071BA;
	margin: 0.6em 0;
}

div#spalte-links div#box-lightblue p, div#spalte-links div#box-gray p, div#spalte-links div#box-lightblue form, div#spalte-links div#box-gray form {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 0.6em;
}

.radiobutton {
	margin: 2px 5px 0 0;
}

input.submitter{
	background-color: #A3A9AE;
	border: none;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	padding: 0.3em;
	margin-top: 1em;
}

input.submitterForm{
	background-color: #A3A9AE;
	border: none;
	font-size: 1.1em;
	color: #FFF;
	padding: 0.3em;
}

div.pagination-boxed {
	margin: 2em 0 0 0px;
}

div.pagination-boxed div {
	float: left;
	text-align: left;
	font-size: 11px;
	/*border: 1px solid #999;*/
	height: 16px;
	width: 15px;
	margin-right: 2px;
	vertical-align: top;
}

div#spalte-links div#box-lightblue input.submitter, div#spalte-links div#box-gray input.submitter {
	background-color: #A3A9AE;
	border: none;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	padding: 0.3em;
	margin-top: 1em;
}

div#spalte-links div#box-lightblue a, div#spalte-links div#box-gray a {
	text-decoration: underline;
}

div#spalte-links div#box-lightblue a:hover, div#spalte-links div#box-gray a:hover {
	text-decoration: none;
}

div#spalte-links div#box-gray {
	background-color: #F1F2F3;
}

div#spalte-links div#box-lightblue {
	background-color: #EFF4FA;
}
/*** Ende Spalte links ***/

/*** Beginn Content ***/
div.trenner {
	width: 100%;
	height: 0;
	border-width: 0;
	border-top: 1px dashed #61609F;
	margin: 1em 0;
}

div#content {
	/*margin-left: 300px;
	margin-right: 20px;*/
	padding: 0px 0px 0px 20px;
	float: left;
	width: 570px;
}

div#content h1 {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #0071BA;
	margin: 2em 0 0 0;
}

div#content p, div#content form {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 0.6em;
}

div#content .leftfloat {
	float: left;
	margin: 30px;
}


div#content ul {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 1em 0 1em 2.5em;
	list-style-position: outside;
}

div#content ul li {
	list-style: none url(/fileadmin/images/content-listimage.gif);
	padding: 3px 0;
}

div#content div.csi-text ul {

}

div#content div.csi-text ul li {

}

div#content div.bildmittext {
	margin: 1em 0;
}

div#content div.bildmittext-linksfloat {
	float: left;
	margin: 1em 3em 1em 0;
}

div#content div.bildmittext-rechtsfloat {
	float: right;
	margin: 1em 0 1em 1em;
}

div#content form {
	width: 400px;
	margin: 30px 0 0 70px;
	font-size: 1.1em;
}

div#content form div#fields {
	width: 390px;
	background-color: #F1F2F3;
	padding: 15px 5px;
	text-align: left;
}

div#content form div#fields label {
	display: block;
	width: 100px;
	margin-right: 5px;
	float: left;
	vertical-align: top;
}

div#content form div#fields select {
	border: 1px solid #7F9DB9;
	width: 70px;
	margin-left: 0;
}

div#content form div#fields select#land {
	width: 257px;
	float: left;
	margin-left: 0px;
}

div#content form div#fields input {
	width: 255px;
	float: left;
	border: 1px solid #7F9DB9;
}

div#content form div#fields p, div#content form div#fields select {
	margin-bottom: 1.3em;
}

div#content form div#fields p#erlaeuterung {
	color: #6F6E65;
	font-size: 1em;
	margin: -1.3em 0 1.3em 105px;
}

div#content form div#fields input#plz {
	width: 55px;
	margin-right: 0;
}

div#content form div#fields input#ort {
	width: 198px;
	margin-left: 0;
}

div#content form div#fields div#radios {
	width: 220px;
	margin-left: 120px;
}

div#content form div#fields div#radios input {
	width: auto;
	margin-top: 2px;
	border: none;
}

div#content form div#fields div#radios p {
	margin-left: 20px;
	font-size: 1em;
}

div#content form div#fields textarea {
	width: 265px;
	border: 1px solid #7F9DB9;
}

div#content form p#note {
	font-size: 1em;
	/*text-align: center;*/
	margin: 30px 0;
}

div#content form input#submitbutton {
	width: 100px;
	margin-left: 150px;
}


/** Beginn Footer **/
div#content div#footer {
	width: 100%;
	text-align: center;
	color:  #0071BA;
	margin-top: 5em;
	padding-bottom: 30px;
	font-size: 0.9em;
}

div#content div#footer img {
	margin-bottom: 3em;
}

div#content div#footer a {
	color: #000;
}
/** Ende Footer **/
/*** Ende Content ***/

/*
#tx-indexedsearch-searchbox-sword{
	background-color:#B3B8BC;
	border:0px;
	height:24px;
	color:white;

}
*/
#tx-indexedsearch-searchbox-sword{
	border: none;
	padding: 3px;
	background-color: transparent;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 6px;
	color: #FFF;
	width: 86px;
	background-image: inherit;
}


/* Omar: 19.11.2007 */

a.start {
	color: #fff;
	text-decoration: none;
}


p.align-center{
text-align:center;
margin-top: 0pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size: 11px;
}

p.align-left{
text-align:left;
margin-top: 0pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size: 11px;
}

p.align-right{
text-align:right;
margin-top: 0pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size: 11px;
}




/*
 * css-styled-imgtext
 */
/*
  Licensed under the GPL, see http://www.gnu.org/copyleft/gpl.html
  (c) the TYPO3 content rendering group
  (c) Ernesto Baschny (ernst@cron-it.de)
*/

/* Captions */
P.csc-caption { margin: 0; }
P.csc-caption {
  font-size: 80%; /* Customize me */
}
DIV.csi-caption-c .csi-caption { text-align: center; }
DIV.csi-caption-r .csi-caption { text-align: right; }
DIV.csi-caption-l .csi-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csi-textpic DIV.csi-imagecolumn { float: left; display: inline; }

/* Border just around the image */


DIV.csi-imagewrap {
	padding:0px;
}

DIV.csi-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image { float: left; }

/* UL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csi-textpic DIV.csi-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csi-image { margin: 0; }
DL.csi-image DT { margin: 0; display: inline; }
DL.csi-image DD { margin: 0; }

/* Clearer */
DIV.csi-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add padding on right */
DIV.csi-left DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-right: 30px;
}

/* Pictures on right, add padding on left */
DIV.csi-right DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 15px;
}

/* Pictures centered, add padding left and right */
DIV.csi-center DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 15px;
  margin-right: 15px;
}
DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption { margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csi-textpic DIV.csi-imagewrap .csi-image { margin-bottom: 5px; }
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 5px; display: block; }

/* Positioning of images: */

/* Above */
DIV.csi-above DIV.csi-text { clear: both; }

/* Center (above or below) */
DIV.csi-center { text-align: center; /* IE-hack */ }
DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csi-right DIV.csi-imagewrap { float: right; }
DIV.csi-right DIV.csi-text { clear: right; }

/* Left (above or below) */
DIV.csi-left DIV.csi-imagewrap { float: left; }
DIV.csi-left DIV.csi-text { clear: left; }

/* Left (in text) */
DIV.csi-intext-left DIV.csi-imagewrap { float: left; }

/* Right (in text) */
DIV.csi-intext-right DIV.csi-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */


/* Start: NL-Archiv */

table.rahme{
	border:2px solid #0071BA;
	margin:0;
	border-spacing:0px;
	border-collapse:collapse;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}

table.ohne_rahme{
	margin:0;
	border-spacing:0px;
	border-collapse:collapse;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}

td.header{
	width:100%;
	margin-left: 20px;
	margin-right: 20px;
	text-align:center;
	font-size:18px;
	color: #FFFFFF;
	background: #0071BA;
}

td.rahme{
	padding: 0px 20px 0px 20px;
}

.jahr{
	color: #0071BA;
	font-size:18px;
	font-weight: bold;
	border-bottom:1px solid #0071BA;
	margin-left:20px;
	margin-right:0px;
	margin-top:30px;
}

.topsprung{
	color: #0071BA;
	font-weight:600;
	font-size:16px;
	text-decoration:none;
	float:right;
	margin-right:30px;
	margin-top: 35px;
}

.li_link{
	padding-top:0px;
	color: #0071BA;
}
a.linkto:link,
a.linkto:visited,
a.linkto:active,
a.linkto:focus{
	color: #0071BA;
	font-size: 13px;
	font-weight: bold;
	text-decoration:underline;
}

a.linkto:hover{
	color: #0071BA;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
}

.li_theme{
	padding-right:5px;
	color: #0071BA;
	font-size: 13px;
	font-weight: bold;
}
.theme{
	color: #000;
	font-size: 13px;
	font-weight: normal;
}

/* End: NL-Archiv */
