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

/* <!-- HTML --> */
html div {
 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;
}
* {
 font:normal 11px  Verdana, Tahoma, Arial;
 line-height:11px;
	color:#D4771E;
 margin:0;
 padding:0;
}
body {
 text-align:center;
 background:#02160D;
}
img {border:0;}
a {text-decoration:none !important;}
a:hover {text-decoration:underline !important;}
strong {font-weight:bold;}
em {font-style:italic;}
u {text-decoration:underline;}
small {font-size:8px;}
blockquote {margin:15px;}
input {line-height:20px;}
h1 {
 font-size:18px;
 font-weight:bold;
 line-height:25px;
 margin:17px 0 0 0;
}
h2 {
 font-size:13px;
 font-weight:bold;
 line-height:18px;
 margin:15px 0 0 0;
}
p {
 font-size:11px;
 line-height:15px;
 margin:13px 0 0 0;
}
/* <!-- Blöcke --> */
#global {
 width:935px;
 margin:auto;
 padding-bottom:15px;
 overflow:hidden;
 text-align:left;
}
#header{overflow:hidden;}
#center {width:935px;}
#content {width:935px;}
#footer {
	text-align:center;
	margin:20px 0 0 0;
}
/* <!-- Allgemein styles --> */
.error {
 color:#900900 !important;
}
.left {float:left;}
.right {float:right;}
.center {text-align:center; margin:auto;}
.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;
}
