body
{ color: #675C46; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 16px; }


p
{ color: #675C46; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 16px; }

#menueleft
{ color: #7e2217; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 16px; }

h1
{ color: #675C46; font-size: 14px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; line-height: 15px; padding-top: 3px; border-top: 1px dashed gray; border-bottom: 1px dashed gray }

h2
{ color: #675C46; font-size: 14px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; }

a
{ color: #675C46; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 16px;  font-weight: bold;}




.light   
{ color: #675C46; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 16px; }

.fliesslink
{ color: #675C46; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none;}

.infoleft  
{ color: #7e2217; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 16px }

.infoleft_a  
{ color: #7e2217; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; line-height: 16px }

.fliesstext
{ color: #675C46; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 16px }

.imprint 
{ color: #675C46; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 16px }

.img 
{ border: solid 3px white }

.sidebarline
{ color: #7e2217; padding-right: 8px; padding-left: 8px; border-top: 1pt solid white }

.sidebartext
{ color: #7e2217; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; text-decoration: none; text-align: right; }

a:link
{  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none;}

a:visited
{  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none;}

a:hover  
{ color: #000000; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }

/****** TEXT ******/

/* Headlines / Ðberschriften */
.headline { font-size: 11px; color: #990000; font-weight: bold}

.white { font-size: 11px; color: #FFFFFF; font-weight: bold}
.red {  font-size: 10px; color: #990000}


/****** LINKS ******/

/* Links allgemein*/
a:link  
{  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none;}

a:visited
{ font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none;}

a:hover  
{ color: #000000; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }

/* Link Headline */
a.headline:active { color: #675C46; text-decoration: underline; font-weight: bold}
a.headline:link { color: #675C46; text-decoration: none; font-weight: bold}
a.headline:visited { color: #675C46; text-decoration: none; font-weight: bold}
a.headline:hover { color: #000000; text-decoration: underline; font-weight: bold}

/* Link Bl”tter-Anzeige */
a.blaetter:active { color: #990000; text-decoration: underline; font-weight: bold}
a.blaetter:link { color: #990000; text-decoration: none; font-weight: bold}
a.blaetter:visited { color: #990000; text-decoration: none; font-weight: bold}
a.blaetter:hover {  color: #990000; text-decoration: underline; font-weight: bold}


/****** FORMULARFELDER ******/
textarea { font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 11px; color: #000000; border-left: 1px solid #576675; border-bottom: 1px solid #576675; border-right: 1px solid #576675; border-top: 1px solid #576675}
.field { font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 11px; color: #000000; border-left: 1px solid #576675; border-bottom: 1px solid #576675; border-right: 1px solid #576675; border-top: 1px solid #576675}
.submit_bu { font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 11px; background-color: #FFFFFF; font-weight: bold; color: #000000; border-left: 1px solid #576675; border-bottom: 1px solid #576675; border-right: 1px solid #576675; border-top: 1px solid #576675; cursor: hand}
INPUT {
	background-color:transparent;
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial;
	border: 1 ridge black;
}

/*------------------------------gb-------------------------------------------*/
/* styles the top part, where the welcomeMessage and the input forms etc. are at  */
div.gbinputarea	{
	background-color: #f8f8f8;
	border-style: solid;
	border-width: 0px;
	border-color: #;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 10px;
}

/* styles the input part, where the textarea etc. is at  */
div.gbinput	{
	background-color: #f8f8f8;
	border-style: none;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

/* styles the table holding the entries, the border-collapse is important or you will get double lines between the table cells */
table.gbdisplay	{
	border-collapse: collapse;
	margin: 0px;
	margin-left: 10%;
	margin-right: 10%;
	padding: 0px;
	width: 80%;
}

/* styles the left (nickname) part of the entries */
td.posttopleft	{
	background-color: #e9e5c3;
	font-size: 10px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 0px;
	border-color: #000000;
	width: 20%;
	padding: 5px;
}

/* styles the right (date, time, custom) part of the entries */
td.posttopright	{
	background-color: #e9e5c3;
	font-size: 9px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 0px;
	border-color: #000000;
	width: auto;
	padding: 5px;
}

/* styles the left (homepage, email) part of the entries */
td.postbottomleft	{
	background-color: #f8f8f8;
	font-size: 10px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 0px;
	border-color: #000000;
	width: 20%;
	height: auto;
	padding: 5px;
	padding-top: 10px;
}

/* styles the right (message) part of the entries */
td.postbottomright	{
	background-color: #f8f8f8;
	font-size: 12px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 0px;
	border-color: #000000;
	width: auto;
	height: auto;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
}

td.posttop	{
	background-color: #c0c0e0;
	font-size: 12px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 0px;
	border-color: #000000;
	height: auto;
	padding: 5px;
}

td.postbottom	{
	background-color: #f8f8f8;
	font-size: 12px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #000000;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
}

span.forgotten	{
	color: #ff0000;
}

span.nickname	{
	font-weight: normal;
}

span.dateandtime	{
	color: #675C46;
	font-weight: normal;
}

span.simpleDateandtime	{
	color: #675C46;
	font-weight: normal;
}

/* the div which contains the link to the admin mode at the end of the script */
div.adminlink	{
	font-size: 9px;
	text-align: center;
	margin-top: 8px;
}

div.jsHelpLine	{
	color: #707070;
}

div.pageNavigation	{
	text-align: center;
	width: 100%;
	font-weight: bold;
	margin-bottom: 0px;
}

div.htmlFooter	{
 text-align: center;
 font-size: 9px;
 margin-top: 10px;
}

#editConfigLink	{
	background-color: #fff;
	color: #f00;
	border-style: solid;
	border-width: 1px;
	border-color: #ff0000;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 3px;
}

#totalNumber	{
	font-weight: bold;
	text-align: center;
	background-color: #f8f8f8;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 3px;
}

/* this gives the buttons and the other input fields their stylish flat look - disabled if unwanted */
input, textarea	{
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	padding: 1px;
}

img	{
	border-style: none;
	border-width: 0px;
}

.deleteButton	{
	color: #f00;
	background-color: #fff;
	border-color: #f00;
	margin: 5px;
}
