@charset "utf-8";
/* CSS Document */

/* <!-- HTML --> */
* {
 font:normal 11px Tahoma,Trebuchet MS,Arial;
 line-height:13px;
 margin:0;
 padding:0;
}
html {
 /*scrollbar-base-color:#02160D;
 scrollbar-3dlight-color:#02160D;
 scrollbar-arrow-color: #fff;
 scrollbar-darkshadow-color:#02160D;
 scrollbar-face-color:#02160D;
 scrollbar-highlight-color:#02160D;
 scrollbar-shadow-color:#02160D;
 scrollbar-track-color:#02160D;*/
}
body {text-align:center;}
blockquote {margin:10px;}
img {border:0;}
/* <!-- Links --> */
a {text-decoration:underline;}
a:hover {text-decoration:none;}
/* <!-- Überschriften --> */
h1 {
 font-size:14px;
 font-weight:bold;
 line-height:16px;
 margin:12px 0 5px 0;
}
h1 * {font-size:14px;font-weight:bold;}
h2 {
 font-size:12px;
 font-weight:bold;
 line-height:16px;
 margin:10px 0 5px 0;
}
h2 * {font-size:12px;font-weight:bold;}
/* <!-- Texte --> */
p {
 line-height:20px;
 margin:0 0 4px 0;
}
b, strong {font-weight:bold;}
em {font-style:italic;}
u {text-decoration:underline;}
small {
 font-size:9px !important;
 line-height:10px !important;
}
/* <!-- Table --> */
table {border-collapse:collapse;}
th {
 background:#70b7db;
 text-align:left;
}
th * {font-weight:bold;}
th, td {
 height:20px;
}
table.border th, table.border td {
 border-left:1px solid #000;
 border-bottom:1px solid #000;
}
table.border th.first, table.border td.first {border-left:none;}
/* <!-- Formular Elemente --> */
input {
 height:14px;
 line-height:11px;
 padding:2px;
}
select {
 height:20px;
}
input, select, textarea  {
 background:#fff;
 border-top:1px solid #5f9cba;
 border-right:1px solid #5489a4;
 border-bottom:1px solid #3d6478;
 border-left:1px solid #5f9cba;
}
input.btn {
 height:20px;
 line-height:11px;
}
/* <!-- Allgemein styles --> */
.error {
 color:#ff0000 !important;
}
.erfolg {
 color:#00ff00 !important;
}
.left {float:left;}
.right {float:right;}
.clearer {
 display:block;
 width:0px;
 height:0px;
 font-size:0px;
 line-height:0px;
 overflow:hidden;
 clear:both;
}
.hidden {
 visibility:hidden;
 height:0px;
 width:0px;
 overflow:hidden;
}
.icon16 {margin:2px 3px 0 0;}
/* <!-- Button --> */
/* <!-- <span class="btnL"><a href="">Button</a></span><span class="btnR">&nbsp;</span> --> */
.btnL {
 line-height:41px;
 text-align:center;
 font-size:18px;
 padding:5px 22px 9px 40px;
 background:url('../img/btn/btnL.gif') no-repeat left top;
}
.btnR {
 line-height:41px;
 font-size:18px;
 padding:5px 0 9px 10px;
 background:url('../img/btn/btnR.gif') no-repeat right top;
}
.btnL a {
 font-weight:bold;
 font-size:18px;
 text-decoration:none;
 color:#000000;
}
.btnL a:hover {color:#dddddd;}