﻿/* allgemeine Seitenstyles */
body{
font-family:Verdana,Arial,Helvetica, sans-serif;
font-size: 10px;
}

/* Aussehen der Links */
a{
color:#303030;
font-size: 12px;
text-decoration:underline;
background-color:inherit;
}

a:hover{color:#990000; text-decoration:none; background-color:inherit;}

a img{border:none;}

div {margin:auto; text-align:center;}

td{
font-size:12px;
text-align:left;
}
.tdCenter {
font-size:12px;
text-align:center;
}
.tdRight {
font-size:12px;
text-align:right;
}

/* Schriften */
.headlinePage {text-shadow: 0.2em 0.1em 0.2em silver; font-style:italic; font-weight:bold; color:#990000; letter-spacing:2px;}
.normalRed {color:#990000;}
.normalKurs{font-style:italic; color:#990000;}
.mini {font-size:7pt;}
.miniRed {font-size:8pt; color:#990000;}
.headline {font-weight:bold;}
.headlineRed {font-weight:bold; color:#990000;}
.headlineMini {font-size:8pt; font-weight:bold;}
.headlineMiniRed {font-size:8pt; font-weight:bold; color:#990000;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}
.tdCenter { text-align:center;}
/* Tabellen */
.TableRowLight {background-color:#e6e6fa;}
.TableColumnTitle {background-color:#990000; color:#FFFFFF; font-weight:bold;}
/* Formularfelder */
input select textarea {font:76% Arial,Verdana,Helvetica, sans-serif; border-width: 1px; border-color:#000000; background:#FFFFFF;}
/* Footer  */
#footer {color:#c0c0c0; text-align:center; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;}
#footer a{color:#c0c0c0; text-decoration:underline; font-size:10px;}
#footer a:hover{color:#ffffff; text-decoration: none; font-weight:bold;}

/* Gästebuchstyles */
#verstecken{
display:none;
}