 /* css by Sandra Hundacker, http://www.hundertmorgen.de/ */
/* All associated graphics copyright 2005, Sandra Hundacker */
/* Added: Oct. 20nd, 2005 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the
designer's written permission. However, feel free to study the CSS and use
techniques you learn from it elsewhere. */



/* ________________ general ________________ */
 
body{
	margin:0;
  	padding:0 <length> 0 0;
	background: #FFFEF8;
	font: small/1.5em Arial, Helvetica, sans-serif;
	color: #333;
}
 
/* Rechte Spalte */ 
div#rechts{
	position:absolute;
	top:0;
	right:0;
	width:<length>;
	height:100%;
        background-image: url(images/bg_rechts_park.gif);
        background-repeat: repeat-y;
}
/* The following hack is to correct paragraph text size in IE/WIN */
/* \*/ * html body #rechts { height: 100em; } /* */

 
#pic {
	width: 270px;
	height: 500px;
	background-image: url(images/ansicht_park.gif);
	background-repeat: no-repeat;
	background-position: 0px 70px;
}

/* Sitemenu */
#sitemenu {
        position: absolute;
        top: 5px;
        right: 20px;
        width: 190px;
        background: transparent;
	color: #FFF;
}

#sitemenu ul {
	list-style-type:none;
	padding-left:0px !important;
	padding-top:8px;
	padding-bottom:5px;
}

#sitemenu li {
	display:inline;
}

#sitemenu a {
	color:#FFF;
	font-weight:normal;
        font-size:8pt;
	text-decoration:none;
}

#sitemenu a:hover {
	color:#33FFCC;
	font-weight:normal;
        font-size:8pt;
	text-decoration:none;
}

#sitemenu a.active {
	color:#33FFCC;
}

/* Searchbox */
#searchbox {
	position: absolute;
	top: 460px;
	right: 20px;
	width: 190px;
	background: transparent;
	color: #FFF;
}

#searchbox a {
	color:#3FC;
	font-weight:normal;
        font-size:8pt;
	text-decoration:underline;
}

#searchbox a:hover {
	color:#FFF;
	font-weight:normal;
        font-size:8pt;
	text-decoration:none;
}

input {
	width: 180px;
	height:15px;
	background-color: #FFF;
	color:#000;
	border-left: 1px solid #3FC;
	border-bottom: 1px solid #3FC;
	border-right: 1px solid #3FC;
	border-top: 1px solid #3FC;
	font: small/1.5em Arial, Helvetica, sans-serif;
}

/* Logo */
#logo {
	position: absolute;
	top: 0px;
	left: 2%;
	margin-left: -12px;
}


/* umschlieszt alles */
#container {
	position: absolute;
	top: 130px;
	left: 2%;
	width: 65%;
	height: 100%;
}
/* The following hack is to correct paragraph text size in IE/WIN */
/* \*/ * html body #container { width: 60%; } /* */


/* Content */
#content {/* mit linkem Rahmen in der Breite und BG-Color von menue2 */
	text-align: left;
	width: 100%;
	margin: 0 0 0 0;
}

#content p {
	line-height: 140%;
	padding: 0 0 5px 0;
}

#content p.topper {
	padding: 0 0 10px 0;
}

#content ul {
	line-height: 150%;
	padding: 0 60px 10px 60px;
}

#content a {
	height: 1%; /* damit der IE den ganzen Link aktiviert */
	text-decoration: underline;
	background-color: transparent; 
	color: #333;
}

#content a:hover {
	text-decoration: underline;
	background-color: transparent; 
	color: #EB7400;
}

#contentbild {
        margin-bottom: 10px;      
}

#left-col { /* links von content floatendes Menue */
	margin-left: 10px;
	float: left;
	width: 240px;
        height: 100%;
        z-index: 1;
}
/* The following hack is to correct paragraph text size in IE/WIN */
/* \*/ * html body #left-col { margin-left: 0px; } /* */

#right-col {/* mit linkem Rahmen in der Breite und BG-Color von menue2 */
	padding: 10px 0;
	border-left: 250px solid transparent;
        min-height: 360px;
        z-index: 10;        
}

/* The following hack is to correct paragraph text size in IE/WIN */
/* \*/ * html body #right-col { border: 0px solid transparent; margin-left: 250px; height: 420px;} /* */

#right-col p {
	line-height: 20px;
}

/* Inhaltsmenu */
#menu { 
	left: 10px;
	width: 220px;
	margin-bottom: 20px;
	text-align: right;
	z-index: 12;
	padding: 0 0;
	margin: 0 0;		
}
/* The following hack is to correct paragraph text size in IE/WIN */
/* \*/ * html body #menu { padding-top: 15px; margin-left: 0px;} /* */

#menu .navi1 ul {
	padding: 0;
	text-align: right;
}

#menu .navi1 li {
	list-style:none;
	text-align: right;
	width: 178px;
	display: block;
	margin-left: -20px;	
}
/* The following hack is to correct paragraph text size in IE/WIN */
/* \*/ * html body #menu .navi1 li { margin-left: -60px; margin-right: -40px; width: 180px;} /* */

#menu .navi1 a {

	margin: 3px 0px;
	padding: 0px 0px;
	color: #EB7400;
	height: 1%; /* damit der IE den ganzen Link aktiviert */
	text-decoration: none;
	background-color: transparent; 
}


#menu .navi1 a:hover {
	background-color: transparent; 
	color: #096;
}

/* Textformate */
h2, h3, h4 {
	background-color: transparent; 
	color: #EB7400;
	padding: 0 0 0 60px;
	font-size: 1.2em;
}

h1 {
        margin-top: 30px;
	font-size: 1.2em;
}

#level2menu {
       border:1px solid #DBD9D3;
       background:#F5F5F5;
}

.csc-firstHeader {
    color: #EB7400;
    font-weight: bold;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
}

/* The following hack is to correct paragraph text size in IE/WIN */
/* \*/ * html body #content .csc-firstHeader { margin-top: -5px !important; } /* */

#content .csc-header {
    color: #096;
    font-weight: normal;
    padding: 0;
    margin-top: 0px !important;
    margin-bottom: -20px;
}

caption {
	display: none;
}

table {
	margin-bottom: 20px;
	border-spacing: 0px;
	border-collapse:collapse;
	width: 100%;
}

td {
	width: 100px;
	vertical-align: bottom;
}


p{
	text-indent: 0;
	font-size: 95%;
	margin: -5px 0 0 0;
}
/* The following hack is to correct paragraph text size in IE/WIN */
/* \*/ * html body p { font-size: 90%; } /* */


/* Footer */
#footer {
	margin-top: 20px;
	margin-bottom: 50px;
	padding-bottom: 30px;
	height: 50px;
	width: 100%;
	color: #009966;
	border-top: 1px solid #DBD9D3;
	font-weight: bold;
	clear:both;
}




#footer a {
	text-decoration: none;
	background-color: transparent;

	color: #009966;
	font-weight: normal;
}

#footer a:hover {
	background-color: transparent;
	color: #EB7400;
	font-weight: normal;
}

#footer ul {
        margin-left: -33px;
	list-style-type:none;
	font: normal font: small/1.5em Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align: left;
}
/* The following hack is to correct paragraph text size in IE/WIN */
/* \*/ * html body #footer ul { margin-left: 0px; } /* */

#footer li {
	display:inline;
	margin-left:2px;
	margin-right:2px;
}

/* ------------------------ sitemap --------------------- */

#content .sitemap1 {
	margin-top: 10px;
}

#content .sitemap1 a {
	height: 1%; /* damit der IE den ganzen Link aktiviert */
	text-decoration: none;
	background-color: transparent; 
	color: #009966;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 20px;
}

#content .sitemap1 a:hover {
	text-decoration: underline;
	background-color: transparent; 
	color: #333;
	font-weight: bold;
	margin-left: 20px;

}

#content .sitemap2 {
	margin-top: 3px;
	background-image: url(sitemap_struc.gif);
	background-repeat: no-repeat;
}

#content .sitemap2 a {
	height: 1%; /* damit der IE den ganzen Link aktiviert */
	text-decoration: none;
	background-color: transparent; 
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
	margin-left: 50px;

}

#content .sitemap2 a:hover {
	text-decoration: none;
	background-color: transparent; 
	color: #009966;
	font-weight: normal;
	margin-left: 50px;
}


#content .sitemap3 {
	margin-top: 3px;
	background-image: url(sitemap_struc2.gif);
	background-repeat: no-repeat;
}

#content .sitemap3 a {
	height: 1%; /* damit der IE den ganzen Link aktiviert */
	text-decoration: none;
	background-color: transparent; 
	color: #333;
	font-size: 1.0em;
	font-weight: normal;
	margin-left: 80px;

}

#content .sitemap3 a:hover {
	text-decoration: none;
	background-color: transparent; 
	color: #EB7400;
	font-weight: normal;
	margin-left: 80px;
}

/* ------------------------ search --------------------- */

.tx-indexedsearch-searchbox td p {
	width: 20px;
	font-weight: bold;
	white-space:nowrap;
	padding-top: 3px;
	margin-top: 3px;
}

.tx-indexedsearch-searchbox-sword {
	width: 300px;
	height:15px;
	background-color: #FFF;
	color:#000;
	border-left: 1px solid #009966;
	border-bottom: 1px solid #009966;
	border-right: 1px solid #009966;
	border-top: 1px solid #009966;
	font: small/1.5em Arial, Helvetica, sans-serif;
}

.tx-indexedsearch-searchbox-button {
	width: 80px;
	height:20px;
	background-color: #009966;
	color:#FFF;
	border-left: 1px solid #009966;
	border-bottom: 1px solid #009966;
	border-right: 1px solid #009966;
	border-top: 1px solid #009966;
	font: small/1.5em Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.tx-indexedsearch-sectionlinks ul {
	list-style-type:none;
	font-weight: bold;
}

.tx-indexedsearch-title-number {
	font-weight: normal;
	font-style: normal;
}

.tx-indexedsearch-title-icon {
	text-align: right;
	width: 20px;
	padding-right: 10px;
	margin-top: -5px;
}

.tx-indexedsearch-percent {
	width: 100px;
	margin-left: -50px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-style: normal;
}

/* The following hack is to correct paragraph text size in IE/WIN */
/* \*/ * html body .tx-indexedsearch-percent { margin-left: 0px; } /* */

td.tx-indexedsearch-descr p {
	width: 450px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-style: normal;
}

/* The following hack is to correct paragraph text size in IE/WIN */
/* \*/ * html body .tx-indexedsearch-descr td p { width: 450px; } /* */


.tx-indexedsearch-descr {
	width: 450px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-style: normal;
}

/* The following hack is to correct paragraph text size in IE/WIN */
/* \*/ * html body .tx-indexedsearch-descr { width: 450px; } /* */

.tx-indexedsearch-title td p {
	width: 200px;
	font-style: normal;
}

.tx-indexedsearch-percent,
.tx-indexedsearch-title,
.tx-indexedsearch-info {
	padding-top: 5px;
	padding-bottom: 3px;
	width: 450px;
	font-style: normal;
}

.tx-indexedsearch-secHead td p {
	display: none;
}

.tx-indexedsearch-redMarkup {
	color: #C00;
	font-weight: bold;
	background: transparent;
	font-style: normal;
}

div.tx-indexedsearch .tx-indexedsearch-res table tbody tr td p {
	padding-top: 15px;
	margin-top: 5px;
	width: 100%;
	
}

/* The following hack is to correct paragraph text size in IE/WIN */
/* \*/ * html body div.tx-indexedsearch .tx-indexedsearch-res table tbody tr td p { width: 450px; } /* */


/* ------------------------ news --------------------- */



.news-list-date,
.news-single-timedata {
	font-weight: bold;
}

#right-col .news-list-mehr a,
#right-col .news-single-backlink a {
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 20px;
}

#right-col .news-list-mehr a:hover,
#right-col .news-single-backlink a:hover {
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 20px;
}

#right-col .news-list-title a {
	color: #096;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: none;
	margin-bottom: 10px;
}

#right-col .news-list-title a:hover {
	color: #096;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: underline;
	margin-bottom: 10px;
}


.news-single-author {
	font-style: italic;
}

.news-single-header {
	color: #096;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 5px;
}

.news-single-subheader {
	color: #096;
	font-weight: normal;
	margin-bottom: 20px;
}

/* ---------------------------------------------------------- */

@media screen{
	body>div#rechts{
		position:fixed;
  	}
}

* html body{
	overflow:hidden;
}

* html div#links{
	height:100%;
	overflow:auto;
}
