* {/* for demo only*/
    margin:0;
    padding:0
}

html,body {
	min-height:85%;/* needed to base 100% height on something known*/
}

body
{
	background: #fff;
	color: #000000;
	font: 11pt Arial,Helvetica,sans-serif;
	padding: 0px;
	font-size:75%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	min-height:500px;
	margin:0;
	border-left:5px solid #f3f3f3;
	border-right:5px solid #f3f3f3;
	padding-top:5px;
}

#outer {
	width:927px;
	margin:auto;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom:20px;
	min-height:500px;
}

#inner {
    overflow:hidden;k
}
#header {
    padding-bottom:35px;
}
#logo
{
	margin-top:-10px;
}
#footer {
	padding-top:25px;
	margin-top:25px;
	border-top:1px dotted #ccc;
	padding-bottom:5px;
	width: 100%;
}

.footerlinks
{
	float:left;
	width:235px;
}
.footerlinks dt
{
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}

.footerlinks a:link, .footerlinks a:visited
{
	color: #333;
	font-size:12px;
}

.footerlinks a:hover, .footerlinks a:active {
	color: #333;
}
/*Opera Fix*/
body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
}


h2,h3 {
	margin: 0 0 15px;
	color: #000;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	margin: 0 0 15px;
	color: #000;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
}


p {
	font-size:12px;
	line-height:1.7;
	margin:1.154em 0;
}

.text {
	font-size:11px;
	font-family:verdana;
	line-height:1.7;
}

.th {
	color:#333333;
}
.labelit {
	color:#666666;
	font-size:1.25em;
	font-weight:normal;
	margin:auto;
	padding-top:2px;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
	width:150px;
	float:left;
}

input,textarea,select {
	border-color:#737373 #D3D3D3 #D3D3D3 #737373;
	border-style:solid;
	border-width:1px;
	font-size:13px;
	margin-bottom:6px;
	vertical-align:middle;
	font-family:Arial,Helvetica,sans-serif;
	padding:5px;
}

select {
	padding:5px;
}
select option {
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
}
input[type="radio"],input[type="checkbox"]  {
	margin:0;
	border:0;
} 

.description {
	color:#7c7c7c;
	font-size:0.92em;
	padding-bottom:6px;
}

.submit
{
	border-left:1px solid #eaba54;
	border-top:1px solid #eaba54;
	border-bottom:1px solid #b17902;
	border-right:1px solid #b17902;
	background-color:#f6a905;
	font-size:14px;
	color:#fff;
	font-weight:normal;
	padding:3px 8px;
	border-width:1px;
}

.main
{
	float:left;
	width:747px;
	margin-left:25px;
	margin-top:-10px;
}

a:hover, a:active {
	color: #EB633E;
}

.spacer
{
	height:10px;
	clear:both;
}

.nav
{
	height:34px;
	margin-top:18px;
	margin-left:180px;
}

.navl
{
	height:34px;
	background: url('/img/haf/nav_l.jpg') no-repeat;
}

.navr
{
	background: url('/img/haf/nav_left.jpg') right;
	height:34px;
	margin-left:5px;
}

.boxhead
{
	background: url('/img/box/box-head.jpg') no-repeat;
	height:50px;
	width:727px;
	padding-left:10px;
	padding-right:10px;
}
.bht
{
	font-size:11px;
	font-weight:bold;
	color:#fff;
	float:left;
	padding-top:30px;
}
.boxt, .boxt2
{
	background: url('/img/oth/border-top.gif') no-repeat;
	height:5px;
	width:300px;
}
.boxt2
{
	background: url('/img/oth/border-top2.gif') no-repeat;
}
.boxm, .boxm2
{
	background: url('/img/oth/border-middle.gif');
	padding:10px;
	color:#333;
}
.boxm2
{
	background: url('/img/oth/border-middle2.gif');
}
.boxm b
{
	color:#222;
	margin-bottom:5px;
	display:block;
}
.boxb, .boxb2
{
	background:url('/img/oth/border-bottom.gif') no-repeat;
	height:5px;
	width:300px;
}
.boxb2
{
	background:url('/img/oth/border-bottom2.gif') no-repeat;
}

.listinbox
{
	list-style:none;
}
.listinbox li
{
	display:block;
}
.listinbox li a
{
	background:#fff;
	color: #444;
	display:block;
	padding:4px;
	padding-left:10px;

	border-bottom:1px solid #ddd;
}
.listinbox li a:visited
{
	color: #444;
}
.listinbox li a:hover, .listinbox li a:active {
	color: #333;
	background:#f7f7f7;
}

.gline
{
	border-top:1px solid #ccc;
}

.linknav
{
	list-style:none;
	padding-left:5px;
}
.linknav li
{
	list-style:none;
	float:left;
	border-right:1px solid #ccc;
}
.linknav li a
{
	display:block;
	float:left;
	padding-left:7px;
	padding-right:7px;
	color:#596076;
	font-family:Arial;
	font-size:12px;
	padding-top:7px;
	padding-bottom:8px;
	text-decoration:underline;
}

.linknav li a:hover, .linknav li a:active
{
	text-decoration:underline;
	color:#333;
}

.questbutton
{
	background:url('/img/haf/head_left.gif');
}
.white a,.white a:link
{
	display:block;
	float:left;
	height:25px;
	padding-top:7px;
	padding-left:7px;
	padding-right:7px;
	margin-top:1px;
	color:#fff;
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
}

.white a:hover, .white a:active
{
	border-right:1px solid #ccc;
	text-decoration:underline;
}

.usernav
{
	list-style:none;
	width:150px;
}
.usernav li
{
	list-style:none;
}

.usernav li:first-child a, .usernav li:first-child .onit
{
	border-top:1px solid #ccc;
}


.usernav li a, .usernav li .onit
{
	display:block;
	float:left;
	height:24px;
	width:135px;
	padding-top:7px;
	padding-left:7px;
	padding-right:7px;
	margin-top:1px;
	color:#444;
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}
.usernav li .onit
{
	font-weight:bold;
	color:#ff6633;
}
.usernav li a:hover, .usernav li a:active
{
	text-decoration:underline;
}

.line {
	background:url('/img/oth/line.gif') repeat-x;
	height:7px;
	width:600px;
}
.hright {
	float:right;
	padding-top:7px;
	padding-right:10px;
}

.hright a
{
	color:#656b80;
	font-family:Arial;
	font-size:12px;
	text-decoration:underline;
	font-weight:normal;
}

.hright a:hover, .hright a:active
{
	text-decoration:underline;
	color:#333;
}

.pagenavl_on
{
	border:2px solid #555;
	background:#555;
	color:#fff;
	padding:1px 5px;
	text-decoration:none;
}
.pagenavl, .pagenavl:visited
{
	border:2px solid #444;
	padding:1px 5px;
	text-decoration:none;
	color:#333;
}
.pagenavl:hover, .pagenavl:active
{
	background:#f7f7f7;
	color:#000;
}

.mark
{
	background:#FFFF99;
}

.upper
{
	text-transform:uppercase;
}

.title1
{
	font-size:15px;
}

.small
{
	font-size:10px;
}

.gray
{
	color:#555;
}

/* Icons */
.best-answer
{
	background:url('/img/oth/best-answer.gif') no-repeat;
	padding-left:18px;
	float:left;
	display:block;
}

.rate-answer
{
	background:url('/img/oth/rate-answer.gif') no-repeat;
	padding-left:18px;
	margin-left:10px;
	float:left;
	display:block;
}

.mapa
{
	padding:7px;
}

#jsddm
{
	margin: 0;
	padding: 0;
	display:inline;
}
#jsddm li
{	
	display:inline;
	list-style: none;
}
#jsddm li ul li
{	
	float:left;
	list-style: none;
}
#jsddm li ul
{
	margin: 0;
	margin-left:146px;
	padding: 0;
	position: absolute;
	display: none;
	border-top: 1px solid white	
}

.inp_search
{
	border: 0 none;
	background: transparent url(/img/oth/inp_search.gif) no-repeat;
	height: 16px;
	width: 387px;
	padding-left: 10px;
	padding-top: 6px;
}


.answerbit
{
	margin-bottom:28px;
	border-bottom:1px dotted #ccc;
}

.firsttr td
{
	border:0;   
}
.rs
{
	background:#fff;
	border-top:1px solid #ededed;
	padding:5px 10px;
}
.rs a
{
	font-size:11px;
	font-weight:bold;
	color:#222;
}
.r1
{
	background:#f9f9f9;
}

.left
{
	float:left;
	margin-top:10px;
	width:155px;
}
.leftnav 
{
	list-style:none;
	margin:0;
	padding:0;
}
.leftnav li
{
	padding-bottom:4px;
}
.leftnav li a
{
	color:#333;
	font-size:11px;
	font-weight:bold;
}
ol
{
	padding-left:18px;
	font-size:11px;
}
ol li
{
	padding-bottom:8px;	
}
.breadcrumb
{
	background:transparent url(/img/oth/home.gif) no-repeat 3px 4px;
	padding-left:15px;
	font-size:11px;
	margin-bottom:8px;
	color:#555;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited
{
	color:#999;
	font-size:11px;
}

.questionbox
{
	padding:20px;
	background:url('/img/oth/frage-stellen-bg.jpg');
	border-bottom:10px solid #b6d3e3;
}
