
@import "hauptnavigation.css";
@import "style_rte.css";


body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px; 
	background-color: #F5F5F5;
	color: #878787;
	font-size: 11px;
	line-height: 15px;
}

form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*
div {
	border: solid 1px black;
}
*/

h1 {
	margin: 12px 0px 6px 0px;
	font-size: 14px;
	clear: both;
}

h1.csc-firstHeader {
	margin: 0px 0px 6px 0px;
}

h2 {
	margin: 6px 0px 6px 0px;
	font-size: 12px;
	clear: both;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 4px 0px;
	clear: both;
}

br {
	/*clear: both;*/
}

p {
	padding: 0px;
	margin: 3px 0px;
}

.shadow-vertikal {
	height: 25px;
	background-image: url(../img/shadow-vertikal.gif);
	background-repeat: repeat-x;
	clear: both;
}

.farb-balken {
	height: 10px;
	line-height: 1px;
	float: left;
}

.farb-balken2 {
	background-image: url(../img/bg-color.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
}

.spacer {
	height: 15px;
	clear: both;;
}

/* content */

#content{
	background-color: #FFFFFF;
	width: 908px;
	padding: 0px 8px 20px 8px;
	background-image: url(../img/shadow-background.gif);
	background-repeat: repeat-y;
}

#content-main {
	width: 924px;
	text-align: left;
}

#content-left {
	width: 365px;
	float: left;
	margin-left: 35px;
}

#content-left hr {
  height: 1px;
	border-style: none;
	border-bottom: dashed 1px #DCDCDC;
	padding-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#content-right {
	width: 277px;
	float: left;
	margin-left: 25px;
}

#content-right h2 {
	font-size: 14px;
	margin: 0px 0px 4px 0px;
	line-height: 16px;
	font-weight: bold;
}

#content-right * {
  Vertical-align:top;
	width: 177px;
}

#content-right img,
#content-right input {
	width: auto;
}

#content-right hr {
	width: 277px;
  height: 1px;
	border-style: none;
	border-bottom: 1px dashed #DCDCDC;
	padding: 0px;
	margin: 0px;
	clear: both;
}
#creaservice {
  width:277px;
}

/* footer */

.ecke-ru {
	height: 10px;
	background-image: url(../img/shadow-rechts-ecke.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}

.ecke-lu {
	height: 10px;
	background-image: url(../img/shadow-links-ecke.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}

#footer {
	background-image: url(../img/shadow-vertikal-s.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 11px;
	color: #C1C0C0;
}


#footer a:visited, #footer a:link {
	color: #C1C0C0;
	text-decoration: none;
}

#footer a:active, #footer a:hover {
	color: #C1C0C0;
	text-decoration: underline;
}

#footer p {
  padding: 0;
  margin: 0;
}

/* #logo */
#logo {
	width: 200px;
	padding-left: 20px;
	height: 70px;
	float: left;
}

/* sub-navigation */

#triservice,
#sub-navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CBCBCB;
	width: 205px;
	float: left;
}	

#triservice ul,
#sub-navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#triservice li, #triservice li.aktiv2,
#sub-navigation li, #sub-navigation li.aktiv2 {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	border-bottom: dashed 1px #DCDCDC;
	margin-left: 20px;
}

#triservice li.aktiv1,
#sub-navigation li.aktiv1 {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	border-bottom: dashed 1px #DCDCDC;
	margin-left: 0px;
}

#triservice li a,
#sub-navigation li a {
	display: block;
	background-position: right center;
	background-repeat: no-repeat;
	padding-left: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 14px;
}

#content_col1 {
  margin:0px 0px 0px 20px;
	color: #878787;
}

/* hilfs-navigation */

#hilfs-navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #F7F7F7;
	color: #CBCBCB;
	width: 788px;
	padding: 12px 0px 10px 20px;
	float: left;
}	

#hilfs-navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#hilfs-navigation li {
	list-style-type: none;
	padding: 0px 20px 0px 0px;
	float: left;
}

#hilfs-navigation li input {
	border: solid 1px #D5D2D2;
	margin: 0px;
	padding: 0px 0px 1px 2px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	background-color: #FFFFFF;
}

#hilfs-navigation li a.submit {
	border: solid 1px #D5D2D2;
	margin: 0px 0px 0px 8px;
	padding: 0px 2px 1px 2px;
	color: #333333;
	font-weight: normal;
	background-color: #FFFFFF;
	text-transform: none;
}
#hilfs-navigation li a.submit:hover {
  text-decoration: none;
}

#hilfs-navigation li a.normal:visited, #hilfs-navigation li a.normal:link  {
	color: #CBCBCB;
	text-decoration: none;	
}

#hilfs-navigation li a.normal:active, #hilfs-navigation li a.normal:hover  {
	color: #666666;
	text-decoration: none;	
}

#hilfs-navigation li a.aktiv:visited, #hilfs-navigation li a.aktiv:link  {
	color: #666666;
	text-decoration: none;	
}

#hilfs-navigation li a.aktiv:active, #hilfs-navigation li a.aktiv:hover  {
	color: #666666;
	text-decoration: none;	
}


/* language-navigation */

#lang-navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
	margin: 17px 0px 5px 10px;
}

#lang-navigation span a:visited, #lang-navigation span a:link  {
	color: #B4AFB0;
	text-decoration: none;	
}

#lang-navigation span a:active, #lang-navigation span a:hover  {
	color: #666666;
	text-decoration: none;	
}

#lang-navigation span.lang-act a:visited, #lang-navigation span.lang-act a:link  {
	color: #B4AFB0;
	font-weight: bold;
	text-decoration: none;	
}

#lang-navigation span.lang-act a.aktiv, #lang-navigation span.lang-act a:hover  {
	color: #666666;
	font-weight: bold;
	font-size:11px;
	text-decoration: none;
}


/* link/download */
div.links {
	margin: 0px 0px 6px 0px;
	width: 180px;
}

/*
.links h3 {
	color: green;
	font-size: larger;
}
*/
.links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.links ul li {
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 7px;	
}

.line {
	border-bottom: dashed 1px #DCDCDC;
	padding-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

img.icon1 {
	 float: left;
	 margin-right: 7px;
}

img.icon2 {
	 float: left;
	 margin-right: 10px;
	 border: solid 1px #DCDCDC;
}

.thumbnail {
	float: left;
	margin-right: 5px;
	color: #A1A1A1;
	font-size: 10px;
	margin-top: 3px;
}

.thumbnail img {
	 border: solid 3px #EAEAEA;
	 margin: 3px 0px;
}

#content img {
	 border-color: #EAEAEA;
}

/***********
 * Formulare
 */ 
form {
  overflow:hidden;
}
fieldset {
  border:0px;
  padding:0px;
  margin:10px 0px 0px 0px;
}

input,
select,
textarea {
  width:auto;
  font:1em Arial, Helvetica, sans-serif;
  border:1px #ccc solid;
  background:#fafafa;
  padding:3px;
  color:#777;
}

input[type=text]:focus, 
input[type=password]:focus, 
select:focus,
textarea:focus {
  background:#f0f0f0; 
  color:#333; 
  border-color:#666;
}
.csc-mailform-field label {
  display:block;
  font-size:1em;
  margin-top:1em;
}
.csc-mailform-radio label {
  display:inline;
  margin-left:0.3em;
}
.csc-mailform-radio legend {
  display:none;
}
.csc-mailform-submit {
  margin-top:1em;
}
/***************
 * indexedsearch
 */
.tx-indexedsearch {
  width:568px;
}
.tx-indexedsearch .tx-indexedsearch-form {
  padding:0;
  margin:0;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	border: solid 1px #D5D2D2;
	margin: 0px 0px 0px 8px;
	padding: 0px 2px 1px 2px;
	color: #878787;
	font-weight: normal;
	background-color: #FFFFFF;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
  width:215px;
	border: solid 1px #D5D2D2;
	padding: 1px 2px 2px 2px;
  background:#ffffff; 
  color:#878787; 
	background-color: #FFFFFF;
}
.tx-indexedsearch hr {
	border: none 0px;
	border-bottom: dashed 1px #DCDCDC;
	padding-top: 0px;
	margin-bottom: 10px;
	clear: both;
}
.tx-indexedsearch .tx-indexedsearch-whatis p .tx-indexedsearch-sw {
  font-weight:bold; 
  font-style:italic;
}
.tx-indexedsearch .tx-indexedsearch-whatis {
  margin-top:10px;
  margin-bottom:5px;
}
.tx-indexedsearch .tx-indexedsearch-browsebox {
	border: none 0px;
	border-bottom: dashed 1px #DCDCDC;
	padding-top: 0px;
	margin-bottom: 10px;
	clear: both;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 28px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
	color: #878787;
}

.tx-indexedsearch p.tx-indexedsearch-noresults {
  font-weight:bold;
}
.tx-indexedsearch .tx-indexedsearch-res {
  margin-bottom:30px;
  clear: both;
}
.tx-indexedsearch .tx-indexedsearch-res h3 {
  padding: 0;
  margin: 0;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-result-number {
  font-weight:normal;
  width: 15px;
  float: left;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title a { 
  font-weight:normal;
  text-decoration: underline;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title p { 
  font-weight:bold;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title p.tx-indexedsearch-percent { 
  font-weight:normal;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr {
  padding: 0 0 0 15px;
  margin: 2px 0;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
  padding: 0 0 0 15px;
  margin: 0;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info .tx-indexedsearch-text-item-path {
  float: left;
  padding-left: 10px;
  margin: 0;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info dt.tx-indexedsearch-text-item-path {
  padding-left: 10px;
  margin: 0;
  background:url(../img/creagruen/li.gif) 0px 4px no-repeat;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
  margin-top:20px;
  margin-bottom:5px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead h2 {
  color:#006699;
  margin-top:0px;
  margin-bottom:0px;
  background:transparent;
}
.tx-indexedsearch .tx-indexedsearch-res .noResume {
  color : #666666;
}
.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup {
  font-weight: bold;
}
/*********
 * tt_news
 */ 

.news-list-container {
  width:568px;
	border: none 0px;
	border-bottom: dashed 1px #DCDCDC;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.news-list-container h3 {
  padding-left: 10px;
  margin: 0;
  background:url(../img/creagruen/li.gif) 0px 5px no-repeat;
}
.news-list-container .news-list-item {
	border: none 0px;
	border-top: dashed 1px #DCDCDC;
	margin: 20px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
}
.news-list-container .news-list-image {
  margin: 0;
  float:left;
}
.news-list-container .news-list-image img {
  margin: 10px 10px 10px 0px;
}
.news-list-container .news-list-browse {
	margin: 20px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	text-align:center;
}
.news-list-container .news-list-browse strong,
.news-list-container .news-list-browse a {
	margin-right: 10px;
}

.news-single-item {
  width:568px;
	margin: 0px;
}
.news-single-item .news-single-timedata {
  float:left;
  margin: 10px 0px;
}
.news-single-item .news-single-category {
  float:left;
  margin: 10px 0px;
}
.news-single-img,
.news-single-item h3,
.news-single-item p {
  clear:both;
}
.news-single-item .news-single-img img {
  padding: 4px 0px;
}
.news-single-item .news-single-img p.news-single-imgcaption {
  padding: 0px;
  margin: 0px;
  font-size: 10px;
}
.news-single-item .news-single-additional-info {
	border: none 0px;
	border-bottom: dashed 1px #DCDCDC;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	clear: both;
}
.news-single-item .news-single-additional-info dd {
  margin: 0px;
  padding: 0px;
}
.news-single-item .news-single-additional-info dd a {
  margin: 0px;
	padding: 0px 5px 0px 0px;
}
.news-catmenu {
  position: absolute;
  top: 440px;
  width: 177px;
  height: 20px;
  border: 1px solid #DCDCDC;
  margin: 0px 0px 0px 389px;
  background: #ffffff url(../img/news_selector.gif) no-repeat 159px 1px;
  overflow:hidden;
  line-height: 20px;
  z-index:222;
  float: right;
}
div.news-catmenu a {
  color: #878787;
  padding-left: 7px;
}
div.news-catmenu div.news-catmenu-cat a {
  color: #878787;
  padding-left: 7px;
}
div.news-catmenu .aktiv {
  font-weight: bold;
}

/*************
 * Sitemap
 */

.csc-menu,
div.csc-sitemap {
  width:568px;
	border: none 0px;
	border-bottom: dashed 1px #DCDCDC;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.csc-menu ul,
div.csc-sitemap ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
.csc-menu li,
div.csc-sitemap li {
	border: none 0px;
	border-top: dashed 1px #DCDCDC;
	list-style-type: none;
	padding: 5px 20px 5px 0px;
}
.csc-menu li a,
div.csc-sitemap li a {
  font-weight: bold;
  font-size: 12px;
  padding-left: 10px;
  background:url(../img/creagruen/li.gif) 0px 5px no-repeat;
}
.csc-menu ul ul,
div.csc-sitemap ul ul {
	margin: 0px 0px 0px 30px;
}
.csc-menu li li,
div.csc-sitemap li li {
	border: none 0px;
	padding: 0px 0px 0px 0px;
}
.csc-menu li li a,
div.csc-sitemap li li a {
  font-weight: normal;
  font-size: 11px;
  padding: 0px;
  background:transparent;
}
.csc-menu {
	border: none 0px;
}
.csc-menu li {
	border: none 0px;
	border-bottom: dashed 1px #DCDCDC;
}


/*******************************************
* Filelinks
********************************************/
#fileList {
	margin:0px 0px 0px 0px;
}
#fileList a {
	text-decoration:none;
}
.fileIcon,
.fileLink {
	min-height: 18px;
}

* html .fileLink  { 
	height: 18px; 
}

div.fileIcon {
	float: left;
	clear:left; 
}
div.fileLink {
  padding-left: 10px;
  background:url(../img/creagruen/li.gif) 0px 5px no-repeat;
}


/*******************************************
* Katalogsuche
********************************************/
input.btnSubmit {
  border: none 0px;
  background: transparent;
  text-align: left;
  padding: 0px;
  margin: 0px;
  width: auto;
  cursor: pointer;
}
a.cbmLink,
input.btnSubmit {
  color: #7AB51D;
}

/*******************************************
* Profilbox
********************************************/
.tx-dysprofilesbox-pi1 {
  display:block;
  position:relative;
  width:365px;
  height:350px;
}

.dysprofilesbox_name {
  position:absolute;
  top:314px;
  display:none;
	left:0px;
}




 
