/* gaestebuch ... */
.gbookheading{
	background-color:#ffcc00;
/*	background-color:#3366FF;*/
	color:#333333;
}
.gbookheading a{
	color:#FFFFFF;
}
.gbookcontent{
	background-color:#EEEEEE;
	margin-top:3px;
}

/* Seitenueberschriften */
.seitenueberschrift{
	font-family:verdana,arial,sans-serif;
	color:#333333;
}

/* ende gaestebuch*/
body{
	background-color:#EEEFE7;
	color:#000000;
	font-family:verdana,arial;
	font-size:9pt;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
/*scrollbar-base-color: #ff9900; scrollbar-face-color: #ff9900; scrollbar-highlight-color: #ff9900; scrollbar-shadow-color: #ff9900; scrollbar-3dlight-color: #ffffff; scrollbar-arrow-color:  #ffffff; scrollbar-track-color: #999999;*/
}

body.margin{
	background-color:#EEEFE7;
	color:#000000;
	font-family:verdana,arial;
	font-size:9pt;
	margin-top:0px;
	margin-left:30px;
	margin-right:0px;
	margin-bottom:0px;
/*scrollbar-base-color: #ff9900; scrollbar-face-color: #ff9900; scrollbar-highlight-color: #ff9900; scrollbar-shadow-color: #ff9900; scrollbar-3dlight-color: #ffffff; scrollbar-arrow-color:  #ffffff; scrollbar-track-color: #999999;*/
}

table,tr,td{
	background-color:#EEEEEE;
	color:#000000;
	font-family:verdana,arial;
	font-size:9pt;
}
input,select{
	background-color:#CCCCCC;
	color:#000000;
	font-family:verdana,arial;
	font-size:8pt;
}
a{
	color:#333333;
}
.tabelle0,tr.color1 td{
	color:#333333;
	background-color:#DDDDDD;
	font-family:verdana,arial;
	font-size:9pt;
}
.tabelle1,tr.color2 td{
	color:#333333;
	background-color:#EEEEEE;
	font-family:verdana,arial;
	font-size:9pt;
}
td.border,table.border{
	border-style:solid;
	border-width:1px;
/*	border-color:red;*/
	border-top-color:#333333;
	border-left-color:#333333;
	border-right-color:#999999;
	border-bottom-color:#999999;
}
tr.borderbottom td{
	border-bottom-width:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
}
tr.bordertop td{
	border-top-width:1px;
	border-top-color:#000000;
	border-top-style:solid;
}

td.selectionOff{
	font-size:10pt;
	background-color:#FFFFFF;
	text-align:center;
	width=200px;
	border:1px solid #333333;
}


td.selectionOn{
	font-size:10pt;
	background-color:#ffcc00;
	text-align:center;
	width=200px;
	border:1px solid #333333;
}

td.selectionSpacer{
	width:5px;
}

.highlight{
	background-color:#FFEA95;
	color:#333333;
}
