/* Denker & Wulf AG - Stylesheet */
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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html {
  height: 100.01%;
  margin-bottom: 1px;
}
body {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
	line-height: 18px;
	color: #555;
	background: #BBB9BA;
	text-align: center;
}
ol, ul {
	list-style: none;
}

h4 {font-size: 12px; font-weight: bold;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 15px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CONTAINER */
#page {
  text-align: left;
  width: 1000px;
  margin: 0px auto;
  background: url(img/bg_main.gif) repeat-y #FFF;
}

#head {
  height: 96px;
  background: url(img/bg_head.gif) bottom right no-repeat #FFF;
  position: relative;
}

#head img {
  /*margin: 15px 0 0 15px;
  float:left;*/
}

#head #headerlogo{
	display: block;
	width: 181px;
	height: 65px;
	float:left;
	padding: 15px 10px 0px 15px;
}

#quicklinks {
  float:right;
}

#main {
  padding-bottom: 20px;
}

#left {
  background: #2F3D7C;
  width: 209px;
  float:left;
}

#nav {
  margin: 30px 21px;
}

#right {
  width: 791px;
  float:left;
}

#slogan {
  /*background: url(img/slogan.jpg) 0px 0px no-repeat;*/
  height: 225px;
  overflow: hidden;
  width: 791px;
}

#content {
  clear:both;
}

#col_1 {
  float:left;
  width: 569px;
}

#content_normal {
  padding: 22px 27px 0px;
}

#col_2 {
  float:left;
  width: 222px;
  background: #E5E5E7;
}

#content_right {
  padding: 22px 22px 22px 22px;
  color: #333;
}

#content_right h2{
  font-weight: bold;
  font-size: 12px;
}

#footer {
  background: #7D7D7D;
  text-align: center;
  color: #CBCBCB;
  font-weight: bold;
  clear:both;
  font-size: 10px;
  padding: 10px;
}

/* quicklink setup */
#quicklinks {
  margin-top: 65px;
}

#quicklinks li {
  float:left;
  width: 72px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  border-left: 1px solid #FFF;
}

#quicklinks li a {
  text-decoration: none;
  color: #FFF;
  background: #7D7D7D;
  display:block;
}

#quicklinks li a:hover, #quicklinks li a:focus {
  background: #2F3D7C;
  color: #FFF;
  text-decoration: underline;
}

/* mainnavi setup */
#nav { background: url(img/line-x-dotted.gif) bottom repeat-x; }
#nav ul { background: url(img/line-x-dotted.gif) top repeat-x; }
/* 1. Ebene */
#nav li {
  /* height: 26px; */
  height: 1%;
  font-size: 13px;
}

#nav li a {
  color: #C0C6D6;
  font-weight: bold;
  display:block;
  line-height: 26px;
  background: url(img/line-x-dotted.gif) repeat-x top;
  text-decoration: none;
  padding-left: 2px;
}

#nav li a:hover, #nav li a:focus {
  text-decoration: underline;
}

#nav .act a {}

/* 2. Ebene */
#nav ul {
  padding: 5px 0px;
}

#nav ul li {
  font-size: 11px;
}

#nav ul li a {
  background: url(img/icn_arrow.gif) 0px 11px no-repeat;
  padding-left: 18px;
}

#nav ul .act a {
  text-decoration: underline;
}

/* Headings */


.csc-firstHeader {
  background: url(img/h1.gif) 0px 0px no-repeat;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  padding: 4px 0px 7px 38px;
  margin-bottom: 15px;
}

h1 {
  background: none;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  /* padding: 4px 0px 7px 38px; */
  padding: 4px 0px 7px 0px;
  margin-bottom: 5px;
}

#content_right .csc-firstHeader, #content_right h1 {
  background: url(img/h2.gif) 0px 4px no-repeat;
  font-size: 11px;
  color: #7A819B;
  color: #2F3D7C;
  padding: 4px 15px 4px 27px;
  margin-bottom: 0px;
}

/* content setup */
#content_normal p, #content_normal ul, #content_normal ol{
  /* padding: 0px 38px 15px; */
  padding: 0px 0px 15px;
}

#content_right p {
  padding: 0px 0px 15px 28px;
  font-size: 10px;
  line-height: 13px;
}

#content_normal ul{
  /* padding: 0px 38px 20px 50px; */
  padding: 0px 0px 20px 20px;
}

#content_normal ul li{
  background: url(img/icn_list.gif) 0px 4px no-repeat;
  line-height: 17px;
  margin-bottom: 10px;
  padding-left: 20px;
}

#content_normal a {
  color: #2F3D7C;
  font-weight: bold;
  text-decoration: underline;
}

#content_normal a:hover, #right a:focus {
  text-decoration: none;
}

#content_right a {
  color: #2F3D7C;
  text-decoration: underline;
}

#content_right a:hover, #content_right a:focus {
  text-decoration: none;
}

#footer a {
  color: #CACACA;
  text-decoration: underline;
}

#footer a:hover, #footer a:focus {
  text-decoration: none;
}

/* Teaser Startseite */
#teasers {
  padding-left: 27px;
}

.teaser_startseite {
  width: 170px;
  float:left;
}

.teaser_startseite h1 {
  background: #2F3D7C;
  color: #B9C7E1;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 10px;
  margin: 0;
}

.teaser_startseite ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.teaser_startseite ul li {
  font-size: 12px;
  background: url(img/line-x-dotted-gray.gif) bottom repeat-x;
  padding-left: 6px;
  height: 23px;
  line-height: 23px;
}

.teaser_startseite ul li a {
  display: block;
  text-decoration: none;
  color: #6F7AA7;
  background: url(img/icn_teaserlistlink.gif) 150px 7px no-repeat;;
}

.teaser_startseite ul li a:hover, .teaser_startseite ul li a:focus {
  text-decoration: underline;
}

.mitte {
  margin: 0px 5px;
}

/* LOGIN Setup ****************************************************************/
.tx-felogin-pi1 {
  margin: 0px 21px;
  background: url(img/bg_login.jpg) top right no-repeat #FFF;
  text-align: center;
}

.tx-felogin-pi1 h3 {
  background: url(img/icn_login.gif) 7px 11px no-repeat;
  font-size: 13px;
  font-weight: bold;
  color: #2F3D7A;
  padding: 39px 0px 10px 24px;
  text-transform: uppercase;
}

.loginform label {
  display:none;
}

.loginform input {
  margin: 0px auto 7px;
  width: 145px;
  color: #555;
  font-size: 11px;
  padding: 2px;
}

.loginform select {
  margin: 0px auto 7px;
  width: 153px;
  color: #555;
  font-size: 11px;
  padding: 2px;
}

.loginform .submitbutton {
  background: #999999;
  color: #FFF;
  width: 153px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  cursor: pointer;
}

#loginstatus {
  padding: 22px 5px 10px 50px;
  background: url(img/icn_loginopen.gif) 7px 7px no-repeat;
}
#usermessage {
  text-align: left;
}
#username {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  color: #2F3D7A; 
}

.felogin-hidden {
  display:none;
}

/* Frame Setup */
.csc-frame-frame1 {
  border-bottom: 1px solid #AFAFAF;
  margin-bottom: 15px;
}

.csc-frame-frame1 h1, .csc-frame-frame1 p{
  padding: 0 !important;
  margin-bottom: 10px;
  background: none;
}

.csc-frame-frame2 {
  border: 1px solid #AFAFAF;
  padding: 10px;
  background: url(img/bg_frame2.jpg) 15px 98% no-repeat;
  margin-bottom: 15px;
}

.csc-frame-frame5 {
  width: 220px;
  float: right;
  /*border: 1px solid #AFAFAF; */
  background-color: #e5e5e5;
  color: #333;
  padding: 10px;
  margin: 0px 0px 15px 25px;
}
#content_normal .csc-frame-frame5 ul li, .csc-frame-frame5 p{
  background: url(img/icn_list_frame5.gif) 0px 8px no-repeat;
  line-height: 17px;
  margin: 0 0 0px -20px;
  padding: 5px 0 0 20px;
  font-size: 11px;
}

.csc-frame-frame5 p{
  line-height: 17px;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

.csc-frame-frame5 h1, .csc-frame-frame5 .csc-firstHeader {
  font-size: 13px;
  margin: 0 0 10px 0;
  padding: 0;
  background: none;
}

.csc-header-date {display:block; padding: 0px!important; padding-bottom: 5px; margin-bottom: 10px; border-bottom: 1px solid #AFAFAF; }


/* Tabellen **************************************************************/

#content .contenttable td p {
	margin: 0;
	padding: 0;
}

table {width: 100%; border-bottom: 1px solid #dddcdc;}
.contenttable td {padding: 2px 10px 2px 5px; border-top: 1px solid #dddcdc;}

table .contenttable { margin-bottom: 15px !important; border-collapse: collapse;}

#content .contenttable td a {font-weight: normal; text-decoration: none;}
#content .contenttable td a:hover {text-decoration: underline;}


/* Aufzählungen rechte Spalte **************************************************************/


#content_right ul{
  padding: 10px 0px 20px 0px;
}

#content_right ul li{
  background: url(img/icn_list_frame5.gif) 0px 4px no-repeat;
  line-height: 17px;
  margin-bottom: 10px;
  padding-left: 20px;
}


/* Message Boxes **************************************************************/
.message {
  border: 1px solid;
  padding: 20px;
}

.message p {
  padding: 0px 0px 10px !important;
  font-weight: bold;
}

.success {
  border-color: #61D02A; 
  background: #E4FFDA;
}

.success h1, .success .csc-firstHeader {
  color: #61D02A;
  background: url(img/success.jpg) -3px -3px no-repeat;
  padding: 18px 50px 4px;
  font-size: 30px;
}

.error {
  border-color: #D02A2A;
  background: #FFCACA;
  color: #000;
}

.error h1, .error .csc-firstHeader {
  color: #D02A2A;
  background: url(img/error.jpg) -3px -3px no-repeat;
  padding: 18px 50px 4px;
  font-size: 30px;
}

/* Bildunterschrift */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
  font-size: 10px;
  color: #9F9F9F;
  padding: 3px 0px;
  border-bottom: 1px solid #AFAFAF;
  border-top: 3px solid #2F3D7C;
  line-height: 14px;
}

/* News Teaser ****************************************************************/
.teaser-news {
    margin: 30px 21px 0;
    background: #FFF;
}

.news-entry {
  margin: 0px 5px;
  padding: 5px 5px;
  border-bottom: 1px solid #AFAFAF;
}

.news-entry .news-date {
  display: block;
  font-weight: bold;
  color: #2F3D7C;
  text-decoration: none;
  font-size: 10px;
}

.news-entry .news-topic {
  display: block;
  text-decoration: none;
  color: #2F3D7C;
  font-size: 11px;
}

.news-more a {
  text-decoration: underline;
  color: #2F3D7C;
  font-size: 11px;
  padding: 3px 10px 5px;
  display: block;
}

.teaser-news a:hover, .news-entry:hover {
  background: #e7e7e7;
}

.teaser-news h3 {
  background: url(img/icn_news.gif) 7px 11px no-repeat;
  font-size: 13px;
  font-weight: bold;
  color: #2F3D7A;
  padding: 20px 0px 5px 50px;
  text-transform: uppercase;
}

/* Mailform Setup *************************************************************/
#mailform {
  
}

#mailform .csc-mailform-field {
  margin: 10px 10px;
}

#mailform label {
  display: block;
  width: 120px;
  float:left;
  font-weight: bold;
}

#mailform input, #mailform textarea {
  border: 1px solid #AFAFAF;
  width: 328px;
  padding: 5px 10px;
  font-size: 11px;
  font-family: Tahoma, Arial, Verdana, sans-serif;
}

#mailform #mailformformtype_mail {
  float:right;
  width: 120px;
  margin-right: 3px;
  background: #999999;
  color: #FFF;
}

/* spezial */
.clear {
  float:none;
  clear:both;
  /*display:none;*/
  visibility:hidden;
}

/* referenzen tabellarisch */

.referenzen {
  font-size: 11px;
}

.referenzen_filter {
  border: 1px solid #7a819d;
  background: #eaeaea;
  padding: 10px 10px;
  margin-bottom: 10px;
  clear:both;
  float:none;
}

.referenzen form {
  display:block;
  width: 378px;
  float:left;
}

.referenzen_teaser {
}

.referenzen input, .referenzen select {
  border: 1px solid #7a819d;
  color: #7f7f7f;  
  display: block; 
  float: left;
  font-size: 11px;
  padding: 2px 3px;
  width: 192px;
}

.referenzen select { 
  padding: 1px 3px;
  padding-right: 1px;
  width: 200px;
}

.referenzen label {
  font-weight: bold;
  color: #7a819d;
  display: block;
  float: left;
  width: 145px;
  text-align:right;
  margin-right: 10px;
}

.referenzen .pseudo_label {
  width: 155px;
  float: left;
}

.referenzen .submit {
  width: 200px;
  font-weight: bold;
  color: #ffffff;
  background: #7a819d;
  cursor: pointer;
}

.referenzen .submit:hover {
  text-decoration: underline;
}

.referenzen .form_row {
  margin-bottom: 6px;
}

.referenzen table {
  width: 100%;
  font-size: 10px;
  border-collapse: collapse;
}

.referenzen th {
  background: #7a819d;  
  vertical-align: middle;
  border: 1px solid #ffffff;
  padding: 3px;
  line-height: 1.2;
}

#content_normal .referenzen th a {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

#content_normal .referenzen th a:hover span{
  text-decoration: underline;
}

.referenzen td {
  vertical-align: middle;
  border: 1px solid #ffffff;
  padding: 0px 3px;
}

.referenzen .odd_row {
  background: #eaeaea;
}

.referenzen .even_row {
  background: #dedfe3;
}

.csc-textpic-intext-left-nowrap .csc-textpic-text {
  padding-left: 15px;
}

#welcome-logo {
  display:none;
  height: 100%;
  width: 100%;
  background: url(img/welcome-logo.gif) 50% 50% no-repeat #FFFFFF;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10000;
}

#welcome-logo p {
  display:block;
  width: 100%;
  position: absolute;
  top:0px;
  border: 1px solid #e7e7e7;
  background: #B3FF7C;
  padding: 15px;
  color: #517338;
  font-weight: bold;
}

#nav li.act {
  height: auto;
}

#left .hinweis{
  margin: 25px 20px 20px 21px;
}

#left .hinweis a{
  color: #FFF;
  text-decoration: none;
  display: block;
  text-align: center;
}

/* Langmenu */
ul.langmenu{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 500;
}

ul.langmenu li{
	display: inline;
	margin-left: 5px;
}

ul.langmenu a{
	color: #2F3D7C;
	text-decoration: none;
}

ul.langmenu a:hover{
	text-decoration: underline;
}

#quicklinks{
	margin-top: 0px;
	position: absolute;
	bottom: 1px;
	right: 0px;
	z-index: 500;
}

/* Galerie-Login */

.galerie DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
    float: left;
    margin-bottom: 10px;
}

.page {
    border: 1px solid #AFAFAF;
    margin-bottom: 15px;
    padding: 15px 15px 0;
}

.page p {
	float: left;
}

#content .page a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px 8px;
	background: #2F3D7C;
}

#content .page li span a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px 8px;
	background: #7282C9;
	
	display: inline;
}

#content .page a:hover {
	text-decoration: underline;
}
	
	

#content .page ul li {
    display: inline;
	background: none;
	  padding-left: 12px;
}

.clearer {
	float: none;
	clear: both;
}

body#uid-67 .tx-felogin-pi1 {
	background: none;
	text-align: left;
}

body#uid-67 .tx-felogin-pi1 legend {
	display: none;
}

body#uid-67 .tx-felogin-pi1 h3 {
	background: none;
	padding: 0;
	padding-bottom: 20px;
}

body#uid-67 .tx-felogin-pi1 div {
	padding-bottom: 10px;
}

body#uid-67 .tx-felogin-pi1 button, input[type="reset"], input[type="button"], input[type="submit"] {
	border: 0;
	background: #2F3D7C;
	color: #FFF;
	padding: 4px 9px;;
	cursor: pointer;
}
