@import "style_rte.css";


body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px; 
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	line-height: 15px;
	width: 660px;
}

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: 12px;
	margin: 0px 0px 4px 0px;
	clear: both;
}

/* content */

#content{
	background-color: #FFFFFF;
	padding: 0px 0px 10px 0px;
}

/* footer */

.ecke-ru {
	height: 30px;
}

.ecke-lu {
	height: 30px;	
}

#footer {
  padding: 0px;
  margin: 0px;
	font-size: 11px;
	color: #000000;
}


#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: 0px;
  margin: 0px 0px 0px -15px;
}

#footer span {
  display:none;
}

/* #logo */
#logo {
	width: 250px;
	height: 70px;
	margin: 0px 0px 30px 0px;
}


/* 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, 
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, 
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 p.tx-indexedsearch-noresults {
  font-weight:bold;
}
.tx-indexedsearch .tx-indexedsearch-res {
  margin-bottom:30px;
}
.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-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-item h3 {
  clear:both;
}
.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
 */

#content-left div.csc-sitemap {
  width:568px;
	border: none 0px;
	border-bottom: dashed 1px #DCDCDC;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#content-left div.csc-sitemap ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#content-left div.csc-sitemap li {
	border: none 0px;
	border-top: dashed 1px #DCDCDC;
	list-style-type: none;
	padding: 5px 20px 5px 0px;
}

#content-left div.csc-sitemap li a {
  font-weight: bold;
  font-size: 12px;
  padding-left: 10px;
  background:url(../img/creagruen/li.gif) 0px 5px no-repeat;
}

#content-left div.csc-sitemap ul ul {
	margin: 0px 0px 0px 30px;
}

#content-left div.csc-sitemap li li {
	border: none 0px;
	padding: 0px 0px 0px 0px;
}

#content-left div.csc-sitemap li li a {
  font-weight: normal;
  font-size: 11px;
  padding: 0px;
  background:transparent;
}

