/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
  text-align: center;
	color: #ffffff;
	background: url(img/bg_body.gif) top repeat-x #D0D3D4;
	font-family: Verdana, Arial, Tahoma,  sans-serif;
	margin-top: 20px;
	margin-bottom: 50px;
}
ol, ul {
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

/* blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
} */

/*__________________________________________________________________LIST STYLE_*/

li {
  padding: 2px 10px 2px 25px;
  background: url(img/icon_list_content.gif) top left no-repeat;
  list-style: none;
  margin-bottom: 4px;
}

ul {
  margin-bottom: 15px;
}

/* _______________________________________________________________________IDs__*/

#main {
  position: relative;
  width: 816px;
  margin: 0px auto;
  background: #FFFFFF;
  text-align: left;
}

#top {
  width: 796px;
  height: 184px;
}

#header {
  background: url(img/bg_headerbild.jpg) right no-repeat;
  height: 184px;
  position: relative;
  clear: both;
}

#redline {
  background: #AC2D2D;
  padding: 1px;
  margin: 0px 0px 15px 0px;
  clear: both;
}

#maincontents {
  background: url(img/bg_main.gif);
  margin-bottom: 10px;
  width: 796px;
}

#left {
  float: left;
  width: 265px;
  background: url(img/bg_navi.gif) top no-repeat #274055;
  padding-bottom: 100px;
}

#navigation a {
  display: block;
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
}

#macinasearchbox {
  clear:both;
  height: 44px;
  margin-bottom: 10px;
  background: url(img/bg_suche.gif) top no-repeat #B8BDC1;
}

#suche_input {
  padding: 10px 0px 10px 10px;
  float:left;
}

#suchfeld {
  width: 186px;
  padding: 5px;
  border: 1px solid #C9C9C9;
  font-size: 10px;
  color: #666666;
}

#suche_lupe {
  float: left;
  padding: 9px 6px;
}

#suchebutton {
  clear:both;
  float:none;
}

#content {
  float: left;
  width: 531px;
  color: #555555;
  font-size: 11px;
  line-height: 16px;
}

#content p {
  margin-bottom: 15px;
}

#footer {
  display: block;
  padding: 10px;
  text-align: center;
  background: #AC2D2D;
  font-size: 11px;
  color: #E6C0C0;
}

#quicklinks {
  position: absolute;
  bottom: 1px;
  left: 0px;
}


/*____________________________________________________________________CLASSES__*/

.paddingten {
  padding: 10px;
}

.paddingthirty {
  padding: 20px 25px;
}

/*_____ NAVIGATION ______*/

.navi1_no a {
  background: url(img/bg_navi1_no.gif) no-repeat;
  padding: 5px 10px 5px 30px;
}

.navi1_no a:hover, .navi1_no a:focus {
  background: url(img/bg_navi1_act.gif) no-repeat;
  padding: 5px 10px 5px 30px;
} 

.navi1_act a {
  background: url(img/bg_navi1_act.gif) no-repeat;
  padding: 5px 10px 5px 30px;
  font-weight: bold;
}

.navi2_no a {
  background: url(img/bg_navi2_no.gif) no-repeat;
  padding: 5px 10px 5px 50px;
}

.navi2_no a:hover, .navi2_no a:focus  {
  background: url(img/bg_navi2_act.gif) no-repeat;
  padding: 5px 10px 5px 50px;
}

.navi2_act a {
  background: url(img/bg_navi2_act.gif) no-repeat;
  padding: 5px 10px 5px 50px;
  font-weight: normal;
}

.quicklink {
  float: left;
  margin-right: 1px;
  background: url(img/bg_quicklink_l.gif) left no-repeat #AC2D2D;
}

.quicklink a {
  text-transform: uppercase;
  text-decoration: none;
  color: #E6C0C0;
  padding: 7px;
  display: block;
  background: url(img/bg_quicklink_r.gif) right no-repeat;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 10px;
}

/*______ LINKS _________*/

#content a {
  color: #AC2D2D;
  text-decoration: underline;
}

#content a:hover {
  color: #000000;
  text-decoration: none;
}

/*______ HEADINGS ______*/

.csc-firstHeader {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCCCCC;
}

h1 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCCCCC;
}

/*____ SPECIAL ______*/

.hidden {
  visibility:hidden;
  float:none;
  clear:both;
}

.csc-textpic-caption {
  font-size: 10px;
  padding: 2px 1px;
  color: #858585;
}

/*_____SUCH FORMULAR________*/

.tx-indexedsearch-form-fieldset {
  padding: 10px;
  border: 1px solid #858585;
  background: #B8BDC1;
  clear:both;
}

#tx-indexedsearch-searchbox-sword {
  width: 400px;
  padding: 4px;
  display: block;
  border: 1px solid #E7E7E7;
  background: #F9F9F9;
  float:left;
  color: #666666;
}

#tx-indexedsearch-searchbox-button-submit {
  float:left;
  padding-left: 20px;
  }
  
.tx-indexedsearch-browsebox {
  padding: 5px;
  font-size: 12px;
  margin: 10px 0px 15px;
}

.tx-indexedsearch-browselist-currentPage {
  font-weight: bold;
}

.tx-indexedsearch .res-tmpl-css {
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
  padding: 10px;
}

.tx-indexedsearch-descr {
  padding: 5px 0px;
}

.tx-indexedsearch-info {
  padding: 5px;
}

.tx-indexedsearch .res-tmpl-css h3 {
  font-size: 13px !important;
  font-weight: bold !important;
}

/*_____________ ADDITIONAL FRAMES ___________*/

.csc-frame-frame1 {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 15px;
}
.csc-frame-frame1 h1{
  border: 0;
  margin-bottom: 0px;
}

.csc-frame-frame2 {
  /* border: 1px solid #274054; */
  background: #D6DADD;
  padding: 10px;
}
.csc-frame-frame2 h1{
  border-bottom: 1px solid #fff;
}

.csc-frame-Aktuelles {
  background: url(img/bg_teaser2.gif) repeat-y;
  width: 232px;
  float: left;
  margin-bottom: 15px;
  margin-right: 7px;
}

.csc-frame-Teaser-bottom {
  background: url(img/bg_teaser3.gif) bottom no-repeat;
  height:190px;
}

.csc-frame-Aktuelles h1 {
  background: url(img/bg_teaser1.gif) top no-repeat;
  margin-bottom: 0px;
  border: none;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
}

#content .csc-frame-Aktuelles p {
  padding: 10px 10px 15px 10px;
  margin-bottom: 0px;
}

.csc-frame-Aktuelles a {
  padding-left: 15px;
  background: url(img/icon_teaserlink.gif) left no-repeat;
}

/*______________ SEMINAR-TEASER ______________________*/
#content .csc-frame-Seminare {
  background: url(img/bg_teaser_med2.gif) repeat-y;
  width: 320px;
  /*float: left;*/
  margin: 0px auto;
/*  margin-bottom: 15px;*/
}

#content .csc-frame-Seminare h1 {
  background: url(img/bg_teaser_med1.gif) top no-repeat;
  margin-bottom: 0px;
  border: none;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
}

#content .csc-frame-Seminare .pseudo-list {
  padding: 14px 10px 13px;
  list-style: none;
  margin: 0px;
}
#content .csc-frame-Seminare p {
	padding-bottom: 20px;
}


#content .csc-frame-Seminare a {
  display: block;
  padding: 5px 10px 5px 25px; 
  background: url(img/bg_teaser_med4.gif) left no-repeat;
  margin-bottom: -9px;
  text-decoration: none;
  color: #206A9B;
  margin-left: 10px;
  margin-top: 10px;
}

#content .csc-frame-Seminare a:hover {
  color: #AC2D2D;
}

#content .csc-frame-Seminare .csc-frame-Teaser-bottom {
  background: url(img/bg_teaser_med3.gif) bottom no-repeat;
  height:auto;
}

/* __________ BLOCKQUOTE _____________*/
blockquote {
  background: url(img/quote_top.gif) top no-repeat;
  width: 440px;
  margin-bottom: 15px;
}

blockquote p {
  background: url(img/quote_bottom.gif) bottom no-repeat;
  margin: 0;
  padding: 25px 30px;
  font-size: 11px;
}

/*_______________SITEMAP___________________*/
.tx-dropdownsitemap-pi1 {
  position: relative;
  left: 20px;
}

.tx-dropdownsitemap-pi1 div.expAll {
  visibility: hidden;
  display: none;
}

.tx-dropdownsitemap-pi1 li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  background: none;
}

/*__________________KONTAKTFORMULAR________________________________*/
#mailform {
  position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8FA3E8;
 	margin-bottom: 10px;
 	padding: 15px 35px;
	text-align: left;
	background-color: #E7E7E7;
}

#mailform label {
  display: block;
  color: #274055;
  font-weight: bold;
} 

.csc-mailform-field {
	margin-bottom: 10px;
}

.csc-mailform-field p {
  margin-bottom: 0px;
}

#mailform input, #mailformNachricht, #mailform textarea, .csc-mailform-field textarea {
  width: 402px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  color: #666;
	border: 1px solid #C9C9C9;
	font-size: 14px;
	padding: 3px;
}

#mailform input:focus, #mailform textarea:focus, #mailform select:focus{
  border: 1px solid #274055;
}

#mailformNachricht:focus{
	border: 1px solid #274055;
	}
	
#mailform .csc-mailform-submit {
  position: relative;
  right: -285px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 11px;
	background-color: #AC2D2D;
	color: #E6C0C0;
	border: 0px;
	padding: 7px;
	width: 120px;
}

#mailform .csc-mailform-submit:focus {
  outline: none;
  border: 0px;
}

#content .csc-mailform-check {
	bottom:0px;
	margin-top: -16px;
	margin-bottom: 25px;
	left: 25px; 
	float: right;
	/*position:relative;*/
	width:20px;
}


.tx-pgsqltest-pi1 .list th {
  background: #536677;
  color: #ffffff;
  font-weight: bold;
  padding: 5px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.tx-pgsqltest-pi1 .list .leftest {
  border-left: 1px solid #536677;
}

.tx-pgsqltest-pi1 .list .rightest {
  border-right: 1px solid #536677;
}

.tx-pgsqltest-pi1 .list {
  border-collapse: collapse;
  border: 1px solid #536677;
}

.tx-pgsqltest-pi1 .list td {
  color: #293f54;
  padding: 5px;
  border: 1px solid #536677;
/*  border-right: 1px solid #536677; */
}

#content .tx-pgsqltest-pi1 .list td a {
  color: #293f54;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

#content .tx-pgsqltest-pi1 .list td a:hover {
  color: #AC2D2D;
  font-weight: bold;
  text-decoration: none;
}

.tx-pgsqltest-pi1 .tabdate {
  width: 70px;
  padding: 0px;
  text-align: center;
}

.tx-pgsqltest-pi1 .evenrow {
  background: #e5e9ec;
}

.tx-pgsqltest-pi1 .sg_form {
  margin-bottom: 15px;
}
.tx-pgsqltest-pi1 .submit {
  margin-left: 10px;
  margin-bottom: -5px;
}

.tx-pgsqltest-pi1 .detail {
  margin-bottom: 15px;
}

.tx-pgsqltest-pi1 .detail th {
  font-weight: bold;
  line-height: 1.5;
}

.tx-pgsqltest-pi1 .detail td {
  padding-left: 5px;
  line-height: 1.5;
}

.tx-thmailformplus-pi1 #mailform {
  position: static;
}

#mailform #buttons .csc-mailform-submit {
  position: static;
  width: 40%;
  float: right;
}

#mailform #buttons .reset {
  float: left;
  font-weight: normal;
}

#mailform .bodytext {
  color: #274055;
}

#mailform .checker {
  width: auto;
  border: 0px none;
}

#mailform .selector {
  font-weight: normal;
  margin-bottom: 5px;
}

#mailform select {
  padding:3px;
  width:408px;
  border:1px solid #C9C9C9;
}

#mailform .twoinone {
  margin-top: 10px;
}

#mailform .twoinone_item {
  float: left;
  width: 180px; /*193*/
}


#mailform .twoinone_item_right {
  padding-left: 42px; /*15*/
}


#mailform .twoinone_item input, #mailform .twoinone_item label {
  width: 100%; 
}

* html #mailform .twoinone_item input, * html #mailform .twoinone_item label {
  width: 189px; 
}

* html #mailform .twoinone_item {
  width: 193px;
}

* html #mailform .twoinone_item_right {
  padding-left: 15px;
}




/* seminar teaser */
#content .tx-pgsqltest-pi2 {
  background: url(img/bg_teaser_big2.gif) repeat-y;
  width: 479px;
  float: left;
  margin-bottom: 15px;
}

#content .tx-pgsqltest-pi2 h1 {
  background: url(img/bg_teaser_big1.gif) top no-repeat;
  margin-bottom: 0px;
  border: none;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
}

#content .tx-pgsqltest-pi2 .cont {
  padding:10px 10px 13px;
}

#content .tx-pgsqltest-pi2 .cont .bodytext {
  margin-bottom: 5px;
}

#content .tx-pgsqltest-pi2 .nobottom {
  margin-bottom: 0px;
  margin-top: 10px;
}

#content .tx-pgsqltest-pi2 .nobottom  a {
  padding-left: 15px;
  background: url(img/icon_teaserlink.gif) left no-repeat;
}

.tx-pgsqltest-pi2 .csc-frame-Teaser-bottom {
  background: url(img/bg_teaser_big3.gif) bottom no-repeat;
  height:auto;
}

.teasertab .teasertab_date {
  padding: 0px 3px 3px 0px;
}

.teasertab .teasertab_link {
  padding: 0px 3px 3px 5px;
}

#content .teasertab .teasertab_link a {
  color: #293F54;
  display:block;
  font-weight:bold;
  text-decoration:underline;
}

#content .teasertab .teasertab_link a:hover {
  color: #293F54;
  display:block;
  font-weight:bold;
  text-decoration:none;
}

.border-top {
  border-top:1px solid #CCCCCC;
}

#content .errorhead {
  color: #AC2D2D;
  font-weight: bold;
  margin-bottom: 5px;
}

#content .error_item {
  color: #AC2D2D;
  margin-bottom: 5px;
}