 /* Farben:
 grau: #737A7E
 gr�n: #ACCA57
 */
 
 /* allgemein */

* {
    margin: 0px;
    padding: 0px;
}

body {
	line-height: 16px;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	text-decoration: underline;
	color:#737A7E;
}

fieldset {
	border:0px solid;
}

input, textarea, select {
	font-size:11px;
	color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #737A7E;
}

#content_rechts ul, ol {
	margin:5px 0px 10px 20px;
}

#content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content ul li {
	background-image: url(images/list_style_image_menu.gif);
	background-repeat:no-repeat;
	background-position:0px 5px; /* H�lfte von font-size (?) */
	padding: 0 0 0 20px;
}

#content_rechts ul li {
	padding: 3px 0 0 20px;
}

body {
    color: #737a7e;
    background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 17px 0px 30px 0px;
}

#gesamt {
	margin: 0px auto; 
	text-align: left;
	width: 765px;
}

.only_print {
	display:none;
}

.clear {
  clear:both;
}

/* header */

/*
#logo {
	width: 246px;
	height: 51px;
}*/

#header {
	margin: 15px 0px 0px 0px;
}

#visitenkarte {
	position: relative;
	background-image: url(images/teaser_head_links.gif);
	width: 152px;
	height: 162px;
	padding-top: 18px;
	padding-left: 18px;
	padding-right: 10px;
	font-size: 10px;
	line-height: 14px;
	float: left;
	margin-right: 15px;
}

#visitenkarte hr {
	border:1px dashed #737A7E;
	margin:5px 0px;
}

#visitenkarte h1 {
	padding:5px 0px 10px 0px;
}

#visitenkarte .email {
	position: absolute;
	bottom: 5px;
}

#visitenkarte .email a {
	color: white;
}

#foto_header {
	float: left;
	margin-right: 15px;
	width: 440px;
	height: 180px;
}

.csc-textpic-caption {
	background-color:#737A7E;
	color:white;
	font-weight:bold;
	padding:5px;
}

.head_teaser_rechts {
	display:table;
	background-image: url(images/teaser_head_rechts.gif);
	background-repeat:no-repeat;
	width: 93px;
	height:162px;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 10px;
	padding-bottom: 18px;
	color: #FFFFFF;
	float: left;
	#position: relative; /* IE workaround */
}

.head_teaser_rechts .bottom {
	display:table-cell; 
	vertical-align:bottom;
	#position: absolute; /* IE workaround */
	#top: 50%; /* IE workaround */
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#meta_navi {
	list-style-type:none;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

#meta_navi li {
	background-image:url(images/list_style_image.gif);
	background-repeat:no-repeat;
	background-position:0px 3px; /* H�lfte von font-size (?) */
	padding:0px 0px 0px 10px;
}

#meta_navi a {
	color: #FFFFFF;
	text-decoration:none;
}

#meta_navi a:hover{
	color: #747b7f;
	text-decoration: none;
}

/* navigation */

#navi {
	clear: both;
	background-image: url(images/bg_navi.gif);
	height: 29px;
	margin:17px 0px 0px 0px;
}

#navi ul li {
	list-style: none;
	float:left;
	line-height:16px;
}

#navi ul li span.box {
	display:block;
	padding:6px 20px 6px 20px;
}

#navi ul li.divider {
	list-style: none;
	padding:6px 0px 6px 0px;
	float:left;
}

#navi ul li.divider:hover {
	background-image: none;
}

#navi ul li a {
	color: #747b7f;
	text-decoration:none;
}

#navi ul li a:hover span {
	background-image: url(images/bg_navi_active.gif);
}

  #navi ul li a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #navi ul li a {
    margin-right:1px;
  }
  * html #navi ul li a:hover {
    width:107px; margin-right:0; /* Workaround fuer IE 5.01 */
  } 


#navi ul li.act a,
#navi ul li.cur a {
	font-weight:bold;
}

#navi ul li a:hover {
	color: #fff;
}

#navi ul li div {
	float: left;
	height: 21px;
	text-align: center;
	padding-top: 8px;
}

/* weblog beitraege */

#weblog_beitraege {
	margin-top: 16px;
}

#weblog_beitraege_links {
	clear: both;
	float: left;
	background-image: url(images/bg_weblog_links.gif);
	width: 363px;
	margin-top: 9px;
	padding-right: 20px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	padding:0px 0px 10px 0px;
}

.csc-header h1,
.csc-header h2,
.csc-header h2 a {
	color:#ACCA57;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

h3.csc-firstHeader {
   color: #ACCA57;
   font-size: 14px;
}

h3 a {
	font-size: 11px;
	font-weight: bold;
	color: #93ad48;
	line-height: 18px;
	text-decoration: underline;
}

h3 a:hover {
	color: #737A7E;
}


h3 a:hover{
	/*color: #747b7f;*/
}

#weblog_beitraege_rechts {
	float: left;
	background-image: url(images/bg_weblog_rechts.gif);
	width: 362px;
	margin-top: 9px;
	padding-left: 20px;
}

/* teaser */

#teaser {
	clear: both;
	margin-top: 17px;
}

#teaser p{
	margin-left: 10px;
	margin-bottom: 10px;
}

#teaser h2{
	margin-top: 14px;
	margin-left: 10px;
}

#teaser h3{
	margin-left: 10px;
}

#teaser1 {
	float: left;
	width: 180px;
	margin-right: 15px;
	padding-bottom: 15px;
	background-image: url(images/bg_teaser.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#teaser2 {
	float: left;
	width: 180px;
	margin-right: 15px;
	padding-bottom: 15px;
	background-image: url(images/bg_teaser.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#teaser3 {
	float: left;
	width: 180px;
	margin-right: 15px;
	padding-bottom: 15px;
	background-image: url(images/bg_teaser.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#teaser4 {
	float: left;
	width: 180px;
	padding-bottom: 15px;
	background-image: url(images/bg_teaser.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

/* unterseite */

#content {
	clear: both;
	margin-top: 16px;
}

#content_links {
	float: left;
	width: 179px;
}

#subnavi ul.submenu {
	line-height: 2em;
}

#subnavi ul.submenu li a {
	text-decoration:none;
}

#subnavi ul.submenu li a:hover,
#subnavi ul.submenu li.cur a {
	color:#ACCA57;
}

#content_rechts{
	float: left;
	padding-left: 15px;
	width: 570px;
	border-left:1px solid #ACCA57;
}

/* Footer */

#footer {
	clear:both;
	padding:5px 0px 0px 0px;
}

.normalview {
	display:none;
}

.printview {
	display:block;
}

.normalview a,
.printview a {
	text-decoration:none;
}


/***** Kontaktformular Standard *****/

.csc-mailform input,
.csc-mailform textarea {
	width:260px;
}

.csc-mailform div {
	padding:0px 5px 5px 0px;
}

.csc-mailform div label {
	display:block;
}

.csc-mailform #mailformAnrede option {
	margin:0px 4px;
}

.csc-mailform .csc-mailform-submit {
	width:140px;
	background-color:#ACCA57;
	color:white;
}

.csc-mailform #field_loesch-mich-nicht-ich-bin-wichtig {
	display:none;
}

/***** NEWS *****/

.item {
	margin:0px 0px 10px 0px;
}

.item {
	clear:both;
}
	
.date {
  display:inline;
	padding: 0 10px 0 0;
}

.date a {
	text-decoration:none;
}

.category {
	display:inline;
	font-style:italic;
}

.image {
	float:left;
	padding: 5px 10px 5px 0;
}

.subheader {
	padding:0px 0px 5px 0px;
}

.back {
	padding: 10px 0px 0px 0px;
}

.news-catmenu {
	padding: 0 0 10px 0;
}

.news-catmenu .level1 {
	padding: 0 10px 0 0;
}

.news-catmenu .news-catmenu-header {
	font-weight:bold;
}

/***** NEWS STARTSEITE *****/

#page_startseite #content_rechts {
   position: relative;
}

#page_startseite .news-latest-container {
   float:right;
	margin:0px 0px 10px 0px;
}

#page_startseite .stdtext {
   float: left;
   width: 370px;
}

#page_startseite .tx-kbconttable-pi1 .stdtext {
   width: auto;
}

#page_startseite .csc-header-n2,
#page_startseite .csc-header-n3 {
   left:38px;
   position:relative;
}

#page_startseite .item {
	width:340px;
	clear:none;
}

#page_startseite .even {
	clear:both;
	border-right:0px dashed #737A7E;
	padding:5px 10px 5px 0px;
	margin:0px 7px 2px 0px;
}

#page_startseite .odd {
	border-left:0px dashed #737A7E;
	padding:5px 0px 5px 0px;
	margin:0px 0px 2px 0px;
}

#page_startseite .tx-kbconttable-pi1 {
	clear:both;
}


#page_startseite .tx-n98tagcloud-pi1 #tagcloud_headline {
   color: #ACCA57;
   font-size: 13px; 
   font-weight: bold;
   margin-bottom: 10px;
}

#page_startseite .tx-n98tagcloud-pi1 { 
   background:#E4E5E6 url(images/bg_tagcloud.gif) repeat-x;
   border:1px solid #ACCA57;
   left:0;
   padding:10px;
   position:absolute;
   top:160px;
   width:364px;
}

/*** Tagcloud ***/

.tx-n98tagcloud-pi1 {
   line-height: 1.6em;
}

.tx-n98tagcloud-pi1 a {
   margin-right: 5px;
   text-decoration: none;
}

.tx-n98tagcloud-pi1 a.priority_0 {
   font-size: 11px;
}

.tx-n98tagcloud-pi1 a.priority_1 {
   font-size: 13px;
}

.tx-n98tagcloud-pi1 a.priority_2 {
   font-size: 12px;
   font-weight: bold;
   color: #93AD48;
}

.tx-n98tagcloud-pi1 a.priority_3 {
   font-size: 15px;
}

.tx-n98tagcloud-pi1 a.priority_4 {
   font-size: 14px;
   font-weight: bold;
}

.parent_154 #content_links,
.parent_267 #content_links,
.parent_213 #content_links,
.parent_161 #content_links {
	width: 219px;
}

.parent_154 #content_rechts,
.parent_267 #content_rechts,
.parent_213 #content_rechts,
.parent_161 #content_rechts {
	width: 530px;
}


.kb_nescefe_2cols .col1 {
	padding: 0 2em 0 0;
}
