/**** Allgemeiner Style ****/
* {
 font-family: verdana;
 font-size: 12px;
 color: #ffbb77;
}

body {
 margin:0;
 padding:0;
 background-color:#ffde93;
}

h1 {
 margin:0px;
 font-size: 30px;
 color: #ffaa22;
 text-align: center;
}

h2 {
 margin:0px;
 font-size: 24px;
 color: #ffbb55;
 text-align: center;
}

h3 {
 margin:0px;
 font-size: 16px;
 color: #ffcc88;
 text-align: center;
}

td.textbereich {
 padding: 15px;
}

table.haupttable {
 width:1000px;
 height:100%;
 margin:0px;
 background-color:#000000;
}

td.bottom {
 font-size: 16px;
 font-weight: bold;
 color: #000000;
 text-align: center;
}

img.bilder{
 border: 10px solid #000000;
}
img.bilder:hover {
 border: 10px solid #333333;
}

/**** Gästebuch ****/
input.gastbuch_text {
 border: 1px dashed silver;
 border-top-width: 0px;
 border-right-width: 0px;
 border-bottom-width: 1px;
 border-left-width: 0px;
 background-color:transparent;
}

textarea.gastbuch_textarea {
 border: 1px dashed silver;
 border-width: 1px;
 background-color:transparent;
 overflow:auto;
}

input.gastbuch_button {
 font-weight:bold;
 width:150px;
 border:2px solid #FFA020;
 background-color:transparent;
}

input.gastbuch_button:hover {
 border:2px solid #FFD062;
}

table.gastbuch_ausgabe {
 background:#222222;
}

td.gastbuch_needed {
 color:#FFD062;
}

b.taahm_b {
 font-size:20px;
 font-weight:bold;
}

a.taahm {
 font-size:20px;
 font-weight:bold;
 color:#ffbb77;
}

a.taahm_sel {
 font-size:20px;
 font-weight:bold;
 color:#ff8800;
}

a {
 -moz-transition-duration: 0.5s;
 -moz-transition-timing-function: ease-in;
}

a:hover {
 text-decoration:none;
 color:#FFFFFF;
 -moz-transition-duration: 0.5s;
 -moz-transition-timing-function: ease-in;
}
