/************************************ Allgemeine Formate *********************************/
body {
 margin:0px;
 padding:0px;
 background:url(nav_bg.gif) repeat-y;
 font-family:verdana,helvetica,sans-serif;
 font-size:12px;
 color:#0051A0;
}
td,input,select,textarea,p,li {
 font-size:1em;
 color:#0051A0;
 font-family:verdana,helvetica,sans-serif;
}
h1 {
 font-size:1.2em;
 line-height:150%;
 padding:5px;
 margin:0px 0px 15px 0px;
 background:#0051A0;
 color:#FFFFFF;
}
h1 a {
 color:#FFFFFF;

}
h2,h3,h4,h5,h6 {
 font-size:1.1em;
 line-height:130%;
}
a {
 color:#0051A0;
}
a:hover {
 color:red;
}
p,li {
 line-height:150%;
 padding:0px;
 margin:0px 0px 10px 0px;
}
select,input,textarea {
 background:#D6DAEC;
}
ul {
 list-style-image:url(pfeil_rechts.gif);
}
img {
 border:0px;
}
/************************************ Kopfleiste *********************************/
div#kopfleiste {
 width:100%;
 height:103px;
 background:white;
 margin-top:0px;
 text-align:right;
}
div#kopfbild_links {
 position:absolute;
 left:0px;
 top:0px;
 height:103px;
 width:213px;
 background:url(kbl_1.jpg) no-repeat;
}
div.trennleiste {
 height:3px;
 border-top:solid 1px #CCCCCC;
 font-size:1px;
 background:#F8F9FA;
}
/************************************ Meta Navigation *********************************/
div#metanav {
  white-space:nowrap;
  margin-right:10px;
}
/************************************ Breadcrumbs *********************************/
table#breadcrumbs {
 background:#0051A0;
 width:100%;
 }
table#breadcrumbs td {
 line-height:150%;
 padding:5px 0px;
 text-align:left;
 color:#FFFFFF;
 font-size:0.8em;
}
a.breadcrumbs {
 text-decoration:none;
 color:#FFFFFF;
}
a.breadcrumbs_cur {
 text-decoration:none;
 font-weight:bold;
 color:#FFFFFF;
}
/** Hack ie6 **/
* html table#breadcrumbs td {
 font-size:12px;
}

/************************************ Aussen *********************************/
div#aussen {
 width:100%;
 text-align:center;
 min-width:960px;
}
/************************************ Navigation *********************************/
div#navigation {
 width:213px;
 float:left;
 text-align:left;
 margin-bottom:20px;
 overflow:hidden;
}
a.navi_1 {
 display:block;
 text-decoration:none;
 border:solid 0px;
 border-top:solid 1px #0051A0;
 color:#0051A0;
 padding-top:3px;
 padding-bottom:3px;
 padding-left:18px;
 text-indent:-18px;
}
a:hover.navi_1 {
 color:#FFFFFF;
 border:solid 0px;
 border-top:solid 1px #6B6B6B;
 background:#0051A0;
}
a.navi_2 {
 display:block;
 text-decoration:none;
 color:#0051A0;
 padding-top:3px;
 padding-bottom:3px;
 padding-left:28px;
 text-indent:-18px;
 border:solid 0px;
}
a:hover.navi_2 {
 color:#FFFFFF;
 border:solid 0px;
 background:#0051A0;
}
a.navi_3 {
 display:block;
 text-decoration:none;
 color:#0051A0;
 padding-top:3px;
 padding-bottom:3px;
 padding-left:38px;
 text-indent:-18px;
 border:solid 0px;
}
a:hover.navi_3 {
 color:#FFFFFF;
 border:solid 0px;
 background:#0051A0;
}
img.navi_no {
 width:8px;
 height:8px;
 border: solid 0px;
 margin-left:5px;
 margin-right:5px;
}
/************************************ Suchen *********************************/
div#suchen {
 border-top:solid 1px #0051A0;
 padding-top:10px;
}
div#suchen form {
  margin:5px;
}
div#suchen input.suchfeld {
 font-size:1em;
 padding-left:15px;
 width:150px;
}
div#suchen input.submit {
 background:#D6DAEC;
 width:20px;
}
div#textgr {
 padding:5px 0px 10px 20px;
 border-top:solid 1px #0051A0;
}
/************************************ Content *********************************/
div#content {
 width:48%;
 overflow:hidden;
 padding-bottom:30px;
 padding-left:20px;
 margin:auto;
 text-align:left;
 border:solid 1px #F8F9FA;
 margin-top:20px;
}
/** Hack ie6 **/
* html div#content {
 width:500px;
}
/************************************ Fußleiste *********************************/
div#fussleiste {
 border-top:solid 1px #CCCCCC;
 margin-top:30px;
 padding-top:10px;
}
/************************************ Teaser *********************************/
div#teaser {
 width:240px;
 float:right;
 margin-left:10px;
 text-align:right;
}
div.teaserbox {
 margin-top:20px;
 border:solid 1px #0051A0;
 width:230px;
 background:#D6DAEC;
 overflow:hidden;
}
h1.teaser {
 background:#0051A0;
 color:#FFFFFF;
 font-weight:bold;
 text-align:center;
 font-size:1em;
 padding-top:5px;
 padding-bottom:10px;
 margin:0px;
}
div#teaser p {
 margin:0px;
 padding:5px;
 text-align:left;
}
/************************************ Indexed Search *********************************/
div.tx-indexedsearch-searchbox {
 border-bottom:solid 1px #CCCCCC;
}
div.tx-indexedsearch-rules {
 display:none;
}
legend {
 display:none;
 padding:0px;
}
fieldset {
 border:solid 0px;
 padding:0px;
 margin-bottom:20px;
}
div.tx-indexedsearch-browsebox {
 border-bottom:solid 1px #CCCCCC;
}
input.tx-indexedsearch-searchbox-sword {
 background-color:#F8F9FA;
 font-size:1em;
 color:#000000;
}
div.tx-indexedsearch-search-submit {
 margin-top:10px;
}
input.tx-indexedsearch-searchbox-button {
 background-color:#F8F9FA;
 font-size:1em;
 color:#000000;
}
span.tx-indexedsearch-percent {
 font-size:1em;
 font-weight:normal;
 margin-top:-18px;
 float:right;
}
dl.tx-indexedsearch-info {
 border-top:solid 1px #CCCCCC;
 border-bottom:solid 1px #CCCCCC;
 padding:5px 0px 5px 0px;
}
dt,dd {
 display:inline;
 padding:0px;
 margin:0px;
}
div.tx-indexedsearch-form, div.tx-indexedsearch-search-for,
div.tx-indexedsearch-search-in, div.tx-indexedsearch-search-select-section,
div.tx-indexedsearch-search-submit {
 margin-top:10px;
}
/************************************ Sitemap *********************************/
li.sitemap_1 {
 margin:0px;
 margin-top:10px;
 background:#D6DAEC;
 font-weight:bold;
 padding-left:3px;
}
li.sitemap_2 {
 margin:0px;
 margin-top:5px;
}
li.sitemap_3 {
 margin:0px;
 margin-top:5px;
}
/************************************ Kontaktformular *********************************/
div.message {
 color:red;
 font-weight:bold;
}
div.spalte_1 {
 width:100px;
 float:left;
 clear:left;
}
select.anrede, input.feld, textarea.feld {
 background-color:#F8F9FA;
}
textarea.feld {
 width:450px;
}
/************************************ Frontend Editing *********************************/
table.typo3-editPanel {
 margin-right:10px;
 margin-bottom:20px;
}

td.typo3-editPanel-label {
white-space:normal;
}
/************************************ Sonstige Klassen *********************************/
h1.csc-firstHeader {
 margin-top:0px;
}
/*
div.csc-textpic-center {
 text-align:center !important;
 border:solid red 1px;
}
.csc-textpic-left {
 text-align:left;
}
.csc-textpic-right {
 text-align:right;
}
*/
/***** Bildunterschrift ***/
dd.csc-textpic-caption {
 font-weight:normal;
 font-size:0.8em;
 display:block;
}
/*** Umflossendes Texbild oben bündig mit Text ***/
div#content div.csc-textpic-imagewrap {
 padding-top:5px;
}
/************************************ Rahmen zur Auswahl *********************************/
.csc-frame-invisible {
 visibility:hidden;
}
.csc-frame-rulerBefore {
 border-top: solid 1px black;
}
.csc-frame-rulerAfter {
 border-bottom: solid 1px black;
}
.csc-frame-frame1 {
 border: solid 1px black;
 padding:5px;
}
.csc-frame-frame2 {
 background:#E7E7E7;
 padding:5px;
}
.csc-frame-indent {
 margin-left:60px;
}
.csc-frame-indent3366 {
padding-left: 33%;
}
.csc-frame-indent6633 {
padding-right: 33%;
}







