/*
  www.helmholtz-bonn.de
  default CSS-Datei
  
  alte Farbe für Tabellenfelder und Buttons (lila): #CCCCEE
  neue Farbe für Tabellenfelder und Buttons (ocker): #FBE2B2
  
*/

body { font-family:Arial,Helvetica,Geneva,Sans Serif; font-size:12px; color: #000000; }

p.blocksatz{text-align:justify; width:90%;}
small{font-size: 12px;}
.click{cursor:pointer;}

p,h2,h3,h4,ul,ol,li,div,tr,td,th,address,blockquote,b,i {font-family:Arial,Helvetica,Geneva,Sans Serif; font-size:12px; color: #000000; }
hr {color: #F2D19C; }
p,ul,ol,li,div,td,th,address,b,i { font-size:12px; }

input,textarea,select { background-color:#FBE2B2; border:#000000 groove 1px; }

.textborder { background-color:#FBE2B2; border:#000000 groove 1px; padding:2px; width:100%; text-align:center; }

.button { padding-top:0px; background-color:#FBE2B2; border-style:groove; }
.short { font-size:10px; }

.smallth { background-color:#FBE2B2; font-size:10px; }
.defth { background-color:#FBE2B2; }
.deftd { background-color:#FBE2B2; }

img { border:0; }

h1 { font-size: 26px; font-family: Arial,Helvetica,Tahoma; color: #000000;} /*20pt*/
h2 { font-size: 20px; } /*16pt*/
h3 { font-size: 15px; } /*11pt*/
h4 { font-size: 13px; } /*10pt*/

a:link { color: #452560; text-decoration: none; font-weight:bold; }
a:visited { color: #452560; text-decoration: none; font-weight:bold; }
a:active { color: #452560; text-decoration: none; font-weight:bold; }
a:hover { color: #280050; text-decoration: underline; font-weight:bold; }

/*
  Styles für Guestbook
*/


#gb_entries {
  font-size:12px;
}
#gb_entries tr.bg1 td {
  background-color:#FBE2B2;
  border-style:solid;
  border-color:#000000;
  border-width:1px;
}

textarea {
  background-image:url('../image/guestbook/textarea_bg.jpg');
  background-repeat:no-repeat;
  background-position: right bottom;
}

#gb_entries tr.bg2 td {
  background-color:#F2D19C;
  border-style:solid;
  border-color:#000000;
  border-width:1px;
}

blockquote.blank {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-style: italic;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	border-bottom: 1px dashed;
	border-right: 1px dashed;
	padding: 3px;
	width: 500px;
}
	
blockquote.img {
	background-image: url(./image/home/logo_blank.jpg);
	background-position: bottom;
	width: 390px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-style: italic;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	border-bottom: 1px dashed;
	border-right: 1px dashed;
	padding: 3px;
}