/* Layout Stylesheet */ 

* {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}
body{
	font-size:0.85em;
	margin: 15px;
	padding:0;
	text-align:center;
	background-image:url(images/bg.jpg);
	
 }	 
#seite {
	width:900px;
	margin:auto;
}
#trailer {
	text-align:left;
}
#menu_oben {
	text-align:right;
	background-color:#FF6400;
	color:white;
	vertical-align:middle;
	margin-top:5px;
}
#menu_oben A {
	color:white;
	text-decoration:none;
	vertical-align:middle;
}
#inhalt{
	margin-left: 14em;
	margin-top: 5px;
	text-align:left;
	float:inherit;
	background-color:#FFFFFF;
	border: 1px dotted #999999;
	padding-left:5px;
	} 
#links {
	float:left;
	text-align:left;
	margin-top:5px;
	width: 13em;
	background-color:white;
	color:black;  
	border: 1px dotted #999999; 
	padding-left:5px;
	
}
#rechts {
	float:right;
	width: 10em;
}

#bottomline {
	clear:both;
	color:#999999;
	margin-top:10px;
	font-size:0.7em;
	text-align:center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#cleanup {
	clear:both;
	height:1px;
	font-size:1px;
	border:0px none;
	margin:0; 
	padding:0;
	background:transparent;
}

h1 {
	margin:0;
	font-size:1.4em;
}

.menu1-level1-no {
	background-image: url(img/menue_geschlossen.gif);
	background-repeat:no-repeat;
	background-position: 0 5px;
    padding-left:19px;


}
.menu1-level1-no A
{
	color:  #000000;
	text-decoration: none;
	font-weight: bold;
}
.menu1-level1-no A:hover
{
	
	font-weight: bold;
	text-decoration: none;
	color:  darkgreen;
}
.menu1-level1-cur {
	
	background-image: url(img/menue_offen.gif);
	background-repeat:no-repeat;
	background-position: 0 5px;
	padding-left:19px;


}
.menu1-level1-cur A
{
	
	color:  #FF6400;
	text-decoration: none;
	font-weight: bold;

}
.menu1-level1-cur A:hover
{
	
	font-weight: bold;
	text-decoration: none;
	color:  darkgreen;
}

.menu1-level2-no {
	padding-left:22px;
}

.menu1-level2-no A
{
	color:   #FF6400;
	text-decoration: none;
}

.menu1-level2-no A:hover
{
	text-decoration: none;
	color:  darkgreen;
}
.menu1-level2-cur {
	padding-left:22px;
	background-image:url(img/pfeil.gif);
	background-position: 0 3px;
	background-repeat:no-repeat;
	color:  darkgreen;
}
.menu1-level2-cur A
{
	color:  #FF6400;
	text-decoration: none;
	color:  darkgreen;
	
}
.menu1-level2-cur A:hover
{
	color:  darkgreen;
	text-decoration: none;
	
}

DIV.csc-menu P {  
	margin: 1px 0px 0px 0px; 
	padding: 2px 2px 2px 10px;
	background-image:url(img/pfeil.gif);
	background-repeat:no-repeat;
	background-position:-1em;
	text-decoration:none;
}
DIV.csc-menu-1 P.csc-sitemap-level2 {
	font-weight: bold;
	
}
DIV.csc-menu-2 P.csc-sitemap-level2 {
	margin-left: 20px; 

}
DIV.csc-menu-2 P.csc-sitemap-level3 { 
	margin-left: 40px; 
}

/* Gästebuch formatieren - Anfang */

/* Einzelner Beitrag */
.tx-guestbook-single-item {
	text-align:left;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:15px;
	background-color:#FFFFFF;
	border:1px dotted;
	padding-top:5px;
	padding-left:5px;
}
.tx-guestbook-single-item a {
	text-decoration:none;
	font-size:0.8em;
	color:black;
}
.tx-guestbook-single-item a:hover {
	text-decoration:underline;
	font-size:0.8em;
	color:red;
}
.tx-guestbook-list-row {
	padding:5px;
}
.tx-guestbook-list-header { font-weight:bold;}

/* Kommentare formatieren */
.tx-guestbook-list-entrycomment-title {
	font-weight: bold; 
	font-size:0.9em;
}
.tx-guestbook-list-entrycomment-comment { font-style: italic;}
.tx-guestbook-list-entrycomment {
	margin:5px;
	padding-left:3px;
	background-color:#CCCCCC;
	border:1px solid #000000; }
/* Kommentare formatieren - Ende*/

.tx-guestbook-list-small { 
	font-size: 9px; 
	color:#666666; 
	margin-bottom:5px;
}
.tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #999999; }
.tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
.tx-veguestbook-pi1-browsebox-SCell { background-color: #999999; }
.tx-guestbook-latest-header { color: #999999; font-weight:bold; }
.tx-guestbook-latest-row { background-color: #999999; }
.tx-guestbook-latest-small { font-size: 9px; color: #666666; }

/* Gästebuchformular Anfang */
.tx-guestbook-form {
	text-align:left;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:15px;
	background-color:#FFFFFF;
	border:1px dotted;
	padding-top:5px;
	padding-left:5px;
}
.tx-guestbook-form label{
	width: 5em;
	float:left;
	text-align:right;
	vertical-align:top;
}
.tx-guestbook-form-inputfield {
	width:15em;
	border-style: solid;
	border-width: 1px;
	border-color:#999999;
	color:#333333;
	margin-left:8px;
	margin-bottom:2px;
}

.tx-guestbook-form-textarea { 
	border-style: solid; 
	width:15em;
	border-width: 1px; 
	border-color:#999999; 
	color:#333333;
	margin-left:8px;	
	margin-bottom:5px;
}
.tx-guestbook-form-obligationfield { 
	color: #CC0000;
	vertical-align:top;
}
.tx-guestbook-form-error { 
	color: #CC0000; }
.tx-guestbook-form-submit {
	/*
	width:350px;
	text-decoration:none;
	font-size:1em;
	display:block;
	margin-top:3px;
	margin-bottom:5px;
	background-color:#CCCCCC;
	border: 1px dotted #666666;
	padding-left:15px;
	color:#000000;
	*/
}
.tx-guestbook-form-submit:hover {
	/*
	background-color:#666666;
	border: 1px dotted #CCCCCC;
	color:#FFFFFF;
	*/
}
/* Gästebuchformular Ende */

.tx-guestbook-link-prev-next {
	
	color:#999999; }
.tx-guestbook-link-prev-next a{

	color:#999999; }
.tx-guestbook-link-prev-next a:hover{
		color:#000000; }
/* Gästebuch formatieren - Ende  */

.ekTable {
	border: 1pt solid #999999;
	width:550px;
}
