body {
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color : #F9C500;
	margin-left : 0px;
	margin-top : 0px;
	SCROLLBAR-BASE-COLOR: #F6A900;
	SCROLLBAR-ARROW-COLOR: #000000;
	color : #000000;
}

body.content{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color : #F9C500;
	margin-left: 0px;
	margin-top: 63px;
	SCROLLBAR-BASE-COLOR: #F6A900;
	SCROLLBAR-ARROW-COLOR: #000000;
	color: #000000;

}



a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold
}



a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold
}



a.small {
	color: #444444;
	font-weight: normal;
	font-size: 9px;
	text-decoration: underline;
}


a.small:hover {
	color: black;
	font-weight: normal;
	font-size: 9px;
	text-decoration: underline;
}

a.nav {
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}



a.nav:hover {
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.contenttopic {
	color: red;
	font-size: 11px;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

a.contenttopic:hover {
	color: white;
	font-size: 11px;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

input,select,textarea {
	color: #343434;
	background-color: #ffee55;
	border-color: #FFFFaa;
	border-style: solid;
	border-width: 1px;
}


h1 {
	font-size: 13pt;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 6px;
}


h2 {
	font-size: 11pt;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 6px;
}



h3 {
	font-size: 9 pt;
	font-weight: bold;
	margin-left: 20 px;
	margin-bottom: 10px;
	margin-top: 6px;
}



div.guest {
}



td.headline {
	font-size: 13px;
	font-weight : bold;
}



th.headline {
	font-size: 13px;
	font-weight: bold;
}



table.news {
	font-size: 11px;
	padding: 2px;
}



th.news {
	font-size: 11px;
	padding: 2px;
}



td.news {
	font-size: 11px;
	text-align: left;
}

td.preise {
	font-size: 12px;
}


table.content {
	background-color: #FBDC66;
	font-size: 11px;
	text-align: left;
	margin-top: 5px;
	border-style: none;
	border-width: 0px;
      	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	width: 687px;
	min-width: 687px;
	max-width: 687px;
}



th.content {
	background-color: #FBDC66;
	font-size: 11px;
	text-align: left;
}



td.content {
	background-color: #666666;
	font-size: 10pt;
	padding: 1px;
	text-align: center;
}



tr.contenttext {
	padding-left: 1cm;
	padding-right: 1cm;
}


tr.contenttopic {
	padding-left: 0.5cm;
	padding-bottom: 0cm;
	padding-top: 0cm;
	padding-right: 0.5cm;
	margin: 0cm;
	color: #FFFFFF;
	background-image: url(../pics/page/content/top.gif);
	background-repeat: no-repeat;
	background-color: #fbdc66;
	font: 10pt Arial;
	min-height: 25px;
	height: 25px;
	max-height: 25px;
	vertical-align: middle;
}

p.contenttopic {
	padding-left: 0.5cm;
	margin: 0cm;
	padding-top: 0cm;
	padding-bottom: 0cm;
	padding-right: 0.5cm;
	vertical-align: middle;
}

tr.contentunten {
	background-image: url(../pics/page/content/unten.gif);
	min-height: 21px;
	height: 21px;
}



.impressum {
	font-size : 7pt;
}





/* div um das Eingabeformular des Gaestebuchs */

.gb_div { 
	/* background-color:#FFD99F; */
	/* color:#FFFFFF; */
	/* font:bold 16pt Arial; */
	border-width:2px;
	border-style: none;
	border-color: white;
	margin-left: 0.2cm;
	margin-top: 0.2cm;
	margin-bottom: 0.2cm;
	margin-right: 0.2cm;
	padding-top: 0.1cm;
	padding-left: 0.4cm;
	padding-right: 0.4cm;
	padding-bottom: 0.1cm;
	vertical-align: middle;
	text-align:center; 
}



/* Tabelle des Eingabeformular des Gaestebuchs */

.gb_input_table {
	border-style: solid;
	border-collapse: separate;
	border-spacing: 0.5cm;
	border-color: #000000;
	border-width: 2px;
	text-align:center;
	background-color : #F6A900;
}



/* Div um alle Eintraege des Gaestebuchs */

/* -- entfernt ... Eintraege sehen jetzt so aus:

	tabelle, class: content

	erster <tr>: contenttopic: 
		<p>: contenttopic blablub schreib am ...

	zweite <tr>: contenttext: 

		darin: <p>: gb_entry_p: blubber text blib

	dritte <tr>: contentunten

   --

.gb_entry_div {

	margin-left:0.2cm;

	margin-right:0.2cm;

	text-align: left;

	vertical-align: middle;

	background-color : #F6A900;

	padding-left: 1cm;

	padding-right: 1cm;

	padding-top: 0.5cm;

	padding-bottom: 0.5cm;

	border-width: 0px;

	border-style: none;

	background-color: #F9C500;

}

*/



/* <p> um den Text eines Eintrages */

.gb_entry_p {
	text-align: justify;
	text-indent: 0cm;
	font: 9pt Arial;
	padding-left: 0.2cm;
	padding-right: 0.2cm;
}





/* td beim eingabeformular des GB um die Beschreibung eines Formularfelds darzustellen */

.desc {
	font: 10pt Arial;
	font-weight: bold;
	color: black;
}

/* beschreibung bei login-formular */
.login_form_desc {
	font: 7pt Arial;
	font-weight: bold;
	color: black;
}

/* hallo, [TRAUBE] Daemon im rechten lan_menue nach login */
font.nickclan {
	font: 7pt Arial;
	font-weight: bold;
	color: black;-
}

/* --------- ALLGEMEINES ------------- */

/* div fuer header 1, grosse Schrift, rahmen drum rum... */

.divh1 { 
	background-color:#381803;
	color:#FFFFFF;
	font:16pt Arial; 
	border-width:2px;
	border-style: ridge;
	border-color: #381803;
	margin-right: 2cm;
	margin-left: 2cm;
	margin-top: 0.2cm;
	margin-bottom: 0.2cm; 
	padding-top: 0.1cm;
	padding-left: 0.4cm;
	padding-right: 0.4cm;
	padding-bottom: 0.1cm;
	vertical-align: middle;
	text-align:center;
	background-image: url(../pix/flats_textur.jpg);
	min-width: auto;
	width: auto;
	max-width: auto;
	overflow: visible;
	display:table;
}

/* div fuer header 2, mittlere Schrift, rahmen drum rum  */

.divh2 { 
	background-color:#381803;
	color:#03519E;
	font:bold 16pt Arial;
	border-width:2px;
	border-style: none;
	border-color: white;
	margin-right: 2cm;
	margin-left: 2cm;
	margin-top: 0.2cm;
	margin-bottom: 0.2cm;
	padding-top: 0.1cm;
	padding-left: 0.4cm;
	padding-right: 0.4cm;
	padding-bottom: 0.1cm;
	vertical-align: middle;
	text-align:center;
}



/* Tabellenspalte, hell */

.zeilehell {
	background-image: url(../pics/tr/tr1.jpg);
	min-width: 687px;
	max-width: 687px;
	width: 687px;
}



/* Tabellenspalte, dunkel */

.zeiledunkel {
	background-image: url(../pics/tr/tr2.jpg);
	min-width: 687px;
	max-width: 687px;
	width: 687px;
}

.hell1 {
	background-color: #381803;
}

.dunkel1 {
	background-color: #F6A900;
}

.regeln {
	font-size: 10pt;
}

