/************************************************************************/
/* abc-Gästebuch                          last update 10.12.2004 11:00  */
/* =============                                                        */
/* Datei -> /style/gb_admin.css                                         */
/* Copyright (c) Wolfgang Dürr - Kleinrinderfeld                        */
/* http://www.abc-webtools.de                                           */
/* mailto:webmaster@abc-webtools.de                                     */
/************************************************************************/

h1{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold;
	color:#b20000;
	text-decoration:none;
	text-transform: uppercase;
}
h2{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCCCC;
	text-decoration:none;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
h3{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#b20000;
	font-weight:bold;
}
h4{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#b20000;
	font-weight:bold;
}
h5{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:red;
	font-weight:bold;
}
h6{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#81A9E8;
	font-weight:bold;
}
a:link {
	text-decoration: none; color: #808080;
}
a:active {
	text-decoration: none; color: #808080;
}
a:visited {
	text-decoration: none; color: #808080;
}
a:hover {
	text-decoration: underline; color: #000000;
}
html {
	height:100%;
}
div.sitelink {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin:9px;
}
body {
	height:100%;
	margin:0;
	font-size: 11px; color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	font-size: 12px; color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td.hinweis{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	border: 1px dashed #81A9E8;
	background-color: #F7F7F7;
	padding: 5px;
}
.header {
	font-size: 14px; color: #72A8CF; font-weight: bold;
}
.tabellen_header {
	background-image: url('/images/background.png');
	background-repeat: repeat-x;
	padding-left:5px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color : #81A9E8;
	color : #FFFFFF;
}
.small {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	color: #000000;
}
.fehler {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	line-height: 14px;
	color: red;
}
.meldfarbe{
	font-family: Verdana, serif;
	color: #83ADDD;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.fehlfarbe{
	font-family: Verdana, serif;
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.wechsel{
	background-color: #ECECEC;
}
/* Formular */
textarea {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 11px;
}
input {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 11px;
}
select {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 10px;
}
.button {
	background-color:#efefef;
	/*background-color : #81A9E8;*/
	text-align: center;
	padding:8px;
}
hr {
	border-left:0;
	border-right:0;
	border-bottom:0;
	border-top: 1px dashed #dddddd;
	border-collapse : collapse;
}
