 /* 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;
	margin-top: 20px;
  	padding:0 <length> 0 0;
	background: #FFFEF8;
	font: small/1.5em Arial, Helvetica, sans-serif;
	color: #333;
	/* background-image: url(images/bg_start.gif); */
	background-position: 0px 66px;
}

div#banner {
        width: 477px;        
	border: 1px solid #000;
} 

div#thermetext{
	position:absolute;
	top:320px;
	left:0%;
	width:500px;
	height:80px;
        z-index: 10;
        display: none;
        font-weight: bold;
        font-size: 1.1em;
        color: #069;
        background-image: url(images/bg_logo_therme_over.gif);
        background-repeat: repeat-x;
        padding: 15px 0px 0px 0px;
        text-align: center;
        z-index: 3;
}
/* The following hack is to correct paragraph text size in IE/WIN */
/* \*/ * html body div#thermetext { font-size: 0.9em; } /* */


 

div#parktext{
	position:absolute;
	top:425px;
	left:0%;
	width:500px;
	height:47px;
        z-index: 10;
        display: none;
        font-weight: bold;
        font-size: 1.1em;
        color: #096;
        background-image: url(images/bg_logo_park_over.gif);
	background-repeat: repeat-x;
	padding: 15px 0px 0px 0px;
	text-align: center;
        z-index: 2;	
}
/* The following hack is to correct paragraph text size in IE/WIN */
/* \*/ * html body div#parktext { font-size: 0.9em; } /* */

 
div#ticker{
	position:absolute;
	top: 545px;
	left: 10%;
	width: 80%;
	height: 27px;
        z-index: 10;
        font-color: #006699;
        font-weight: bold;
        font-size: 1.0em;
        z-index: 2;
        display: none;
        overflow: hidden;
}

div#ticker a{
        color: #006699;
        font-weight: bold;
        font-size: 1.4em;
}




/* Logo  */
#logo1 {
	position: absolute;
	top: 183px;
	right: 0%;
	width: 560px;
	height: 189px;
	background-image: url(images/bg_logo_therme.gif);
	background-repeat: repeat-x;
	z-index: 5;
}





#logo2 {
	position: absolute;
	top: 425px;
	right: 0%;
	width: 530px;
	height: 47px;
	background-image: url(images/bg_logo_park.gif);
	background-repeat: repeat-x;
	z-index: 5;
}


/* Sitemenu */
#sitemenu {
        position: absolute;
        top: 190px;
        right: 40px;
        width: 120px;
        background: transparent;
	color: #000;
	text-align: right;
	z-index: 10;
}
/* The following hack is to correct paragraph text size in IE/WIN */
/* \*/ * html body #sitemenu { right: 40px; text-align: right; } /* */

#sitemenu ul {
	list-style-type:none;
	padding-left:0px !important;
	padding-top:0px;
	padding-bottom:5px;
}

#sitemenu li {
	display:block;
	padding-top:0px;
	padding-bottom:3px;
}
/* The following hack is to correct paragraph text size in IE/WIN */
/* \*/ * html body #sitemenu li { font-size:0.8em; padding-bottom:0px; } /* */

#sitemenu a {
	color:#666;
	font-weight:normal;
        font-size:0.9em;
	text-decoration:none;
}

#sitemenu a:hover {
	color:#333;
	font-weight:normal;
        font-size:0.9em;;
	text-decoration:underline;
}




img {
	border: none;
}


/* ------------------------ news --------------------- */

.news-list-date,
.news-single-timedata {
	font-weight: bold;
}

.news-list-mehr,
.news-single-backlink {
	font-weight: bold;
}

.news-single-author {
	font-style: italic;
}

.news-single-header {
	color: #069;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 5px;
}

.news-single-subheader {
	color: #069;
	font-weight: normal;
	margin-bottom: 20px;
}


/* ---------------------------------------------------------- */

@media screen{
	body>div#image{
		position:fixed;
  	}
}

* html body{
	overflow:hidden;
}

