@charset "UTF-8";

/**
*   @file index_divs.css
*   @copyright Copyright (c) 2009 Alexander Hall
*
*   contains style of all divs of index.php
*   contains style of mainnav element classes
*   contains style of help_info elements
*/


div {
	padding: 0px;
	margin: 0px;
	border: 0px solid red;
}

div.move50 {
	float: left;
	width: 50px;
	height: 100px;
}

/* Header BEGIN */

#header {
	right: 0px;
	left: 0px;
	top: 0px;
	height: 90px;
	position: fixed;
	overflow: visible;
	/*background: url(/images/layout/de/header_side.png) repeat-x top #FFFF78;*/
	background: black;
	z-index: 201;
}

#header_blackline {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 4px;
	background: black;
	z-index: 99;
}

.header {
	height: 90px;
	position: relative; 
	z-index:-5;
}

#header_bar {
	position: relative;
	width: 1200px;
	height: 80px;
	margin:0 auto 0 auto;
	overflow: visible;
}

#header_bar_left {
	position: relative;
	height: inherit;
	float: left;
	width: 199px;
}

#header_bar_left_logo {
	position: relative;
	height: 74px;
	width: 141px;
	margin-top: 5px;
	margin-left: 1px;
	background: url(/images/layout/logo.png) no-repeat top;
}

#header_bar_left_logo:hover {
	background: url(/images/layout/logo.png) no-repeat bottom;
}

#header_bar_mid {
	position: relative;
	top: 5px;
	height: 74px;
	width: 763px;
	float:left;
	padding: 0 20px 0 0px;
	background: url(/images/layout/header_search.png) no-repeat top right;
	border: 0px solid red;
	
}

#header_bar_mid_left {
	float: left;
	width :400px;
	height: inherit;
	color:#fff1a3;
	padding-top: 12px;
}

#header_bar_mid_left font {
	cursor: pointer;
}

#header_bar_mid_top {
	position: relative;
	width: 300px;
	margin-top: 10px;
	height: 34px;
	overflow: visible;
	border: 0px solid black;
	float: right;
	z-index: 850;
}

#header_bar_mid_bottom {
	position: relative;
	width: 300px;
	top: 7px;
	height: 30px;
	float: right;
	z-index: 800;
}

#header_bar_mid_bottom a {
	position: relative;
	margin-right: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #013;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
	z-index: 801;
}

#header_bar_mid_bottom a:hover {
	color: #d7a100;
}

#header_bar_mid_bottom a img {
	margin-left: 5px;
}

#header_bar_mid_bottom a.space {
	margin-right: 15px;
	background: url(/images/layout/de/header_cut_s.png) repeat-y left;
	cursor: default;
}

#header_bar_right {
	position: absolute;
	height: inherit;
	right: 0px;
	overflow: visible;
	width: 170px;
	margin-right: 20px;
}

#header_bar_right_pic {
	position: relative;
	float: right;
	margin-top: 5px;
	margin-left: 0px;
	right: 1px;
}

#header_pic_title {
	position: absolute;
	top: 79px;
	left: 0px;
	width: 159px;
	background: #fff;
	border: 1px solid #f90;
	overflow: hidden;
	padding: 4px;
	display: none;
}

/* Header END */

#middle {
	width: 100%;
}

#site_wrapper{
	margin: auto;
	width: 1200px;
}

/* Navigation BEGIN */
#navigation_wrapper1 {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
}

#navigation_wrapper2 {
	margin: auto;
	width: 1200px;
}

#navigationl {
	position: fixed;
	width: 190px;
	top: 84px;
	z-index: 70;
	padding-bottom: 20px;
	font-size: 11px;
	overflow: visible;
	min-height: 2000px;
	cursor: n-resize;
}

#navigation_container {

}

#navigation_fadein {
	position: absolute;
	width: 182px;
	top: 0px;
	left: -5px;
	height: 5px;
	z-index: 71;
	border: 0px solid #f90;
	border-top: 0;
	border-bottom: 0;
	background: url(/images/layout/navigation_fadein.png) no-repeat top center;
	overflow: visible;
}

#navigation_container a {
	text-decoration: none;
}

#navigation_container .nav-block {
	display: none;
}

#navigation_container .nav-block-sub {
	display: none;
}

#navigation_container a.navigation_1 {
	padding: 2px 0 2px 5px;
	background: #FFFF78;
	display: block;
	font-weight: bold;
	color: #013;
	border-top: 1px dotted #013;
}

#navigationl #navigation_container a.navigation_1:hover {
	background: #f7c600;
}

#navigation_container a.navigation_1.active {
	background: #f7d610;
}

#navigation_container a.navigation_2 {
	padding: 1px 0 1px 8px;
	display: block;
	color: #013;
	border-top: 1px dotted #013;
	background: #FFF4B5;
}

#navigationl #navigation_container a.navigation_2:hover {
	background: #f7c600;
}

#navigation_container a.navigation_2.active {
	background: #f7d610;
}

#navigation_container a.navigation_3 {
	padding: 2px 0 2px 14px;
	display: block;
	color: #013;
	background: #FFF4B5;
}

#navigationl #navigation_container a.navigation_3:hover {
	background: #f7c600;
}

#navigation_container a.navigation_3.active {
	background: #f7d610;
}

#navigation_container #navigation_last {
	border-top: 1px dotted #310;
}

#navigationl #reset {
	position: fixed;
	display: none;
	left: inherit;
	margin-left: 170px;
	padding: 3px 2px;
	top: 90px;
	background: #f90;
	width: 10px;
	text-align: center;
	z-index: 380;
}

#navigationl #reset a {
	color: #fff;
	text-shadow: 0 0px 0 #fff;
	display: block;
	text-decoration: none;
}

#already_active_box {
	position: fixed;
	top: 120px;
	left: 50%;
	margin-left: -440px;
	visibility: hidden;
	background: url(/images/layout/already_active.png) no-repeat #fffadd;
	width: 100px;
	height: 185px;
	padding: 4px;
	border: 1px solid #f90;
	z-index: 69;
}

#navigation_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

#navigation_bottom a {
	color: #FFF200;
	background: black;
	display: block;
	text-decoration: none;
	padding: 2px;
}

#navigationl input[type=text] {
	font-size: 10px;
	padding: 3px;
	display: inline;
	margin-bottom: 5px;
	width:120px;
	position: absolute;
}

.form_go {
	height: 15px;
	float:right;
	margin: 3px 3px 0 0;
}

.form_go:hover {
	background-position: bottom;
}

/* Navigation END */

/* Navigation R BEGIN */
#navigationr_wrapper1 {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}

#navigationr_wrapper2 {
	margin: auto;
	width: 1200px;
}

#navigationr_wrapper3 {
	float: right;
	width: 190px;
}

#navigationr {
	position: absolute;
	width: inherit;
	top: 84px;
	z-index: 49;
	border-top: 0;
	padding-top: 0px;
	font-size: 11px;
	overflow: visible;
	z-index: 101;
}

.r_block {
	margin-top: 5px;
	position: relative;
	width: 190px;
}

.r_block .top {
	background: url(/images/layout/navr/top.png) no-repeat top center;
	overflow: hidden;
	min-height: 30px;
	margin: 0;
}

.r_block .top .title {
	margin-right: 25px;
	margin-top: 3px;
	text-align: center
}

.r_block .mid {
	background: url(/images/layout/navr/right.png) repeat-y right;
	margin: 0;
	overflow: hidden;
}

.r_block .mid .left {
	background-color: #fff1a3;
	margin-right: 25px;
	padding-left: 6px;
	padding-bottom: 5px;
	padding-right: 2px;
	min-height: 25px;
}

.r_block .mid .left p {
	margin: 0;
	padding: 3px 0 0 0;
}

.r_block .bot {
	background: url(/images/layout/navr/bottom.png) no-repeat top center;
	overflow: hidden;
	height: 18px;
	margin: 0;
}

#add_to_google {
	position: absolute;
	bottom: 4px;
	right: 22px;
}

#navigationr_fadein {
	position: absolute;
	width: 150px;
	top: -5px;
	left: 0px;
	height: 15px;
	z-index: 49;
	border: 0px solid #f90;
	border-top: 0;
	border-bottom: 0;
	overflow: hidden;
}

#navigationl .navr_a,
#navigationr .navr_a {
	text-decoration: none;
	color: black;
	display: block;
	padding: 2px;
}

#navigationl .navr_a:hover,
#navigationr .navr_a:hover {
	background: #f7c600;
}

#navigationr #r_space {
	height: 35px;
}
/* Navigation R END */


/* Site BEGIN */
#site {
	position: relative;
	width: 770px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ffbf00;
	overflow: visible;
	z-index: 0;
	background: #FFF4B5;
	left: -10px;
	min-height: 400px;
}

#misc_go {
	position: absolute;
	right: 25px;
	top: 50px;
	z-index: 10;
	display: none;
}

#dnd_impy {
	position: absolute;
	right: 5px;
	top: 10px;
	z-index: 11;
	display: none;
}

.userinfo_box {
	text-align: center;
	margin-bottom: 15px;
}

.userinfo_box span {
	padding: 5px 10px 5px 10px;
	background: #fc0;
	font-weight: bold;
}

/* Breadcrumb BEGIN */

#breadcrumb {
	position: relative;
	margin-top: 0px;
	margin-left: 1px;
	font-size: 9px;
	margin-bottom: 5px;
	color: #000;
	width: 700px;
	overflow: hidden;
	z-index: 5;
}

#breadcrumb img {
	margin: 0 5px 0 5px;
}

#breadcrumb a {
	color: #000;
}

#breadcrumb a:hover {
	text-decoration: none;
}

#breadcrumbs {

}

/* Breadcrumb END */

/* Content BEGIN */

#content {
	overflow: visible;
	position: relative;
	margin-bottom: 0px;
	background: #fff;
	border: 1px solid #000;
	padding: 0 7px 0 7px;
	z-index: 5;
	min-height: 400px;
}

#content .artikel_left {
	overflow: hidden;
	position: absolute;
	left: 7px;
	width: 158px;
	z-index: 6;
	padding: 0;
	text-align: center;
}

#content .artikel_left img {
	max-width: 154px;
}

#content .artikel_right {
	overflow: hidden;
	position: static;
	margin-left: 158px;
	padding-left: 5px;
	padding-right: 10px;
	z-index: 7;
}

.invis {
	clear: both;
	visibility:hidden;
}

#content .float_img {
	margin: 8px;
}

#content li {
	margin-bottom: 5px;
}

.highslide-maincontent [href^="www"],
.highslide-maincontent [href^="http"],
#content a[href^="www"],
#content a[href^="http"] {
	padding-right: 12px;
	background: url(/images/layout/external_link.png) no-repeat center right;
}

.highslide-maincontent a.outpic,
#site #content a.outpic {
	padding-right: 0px;
	background: none;
}

#site #content a.outpic:hover {

}

.highslide-maincontent a.outpic_news,
#site #content a.outpic_news {
	padding-right: 0px;
	background: none;
}

/* Content END */
/* Site END */

/* Footer BEGIN */

#footer {
	width: 100%;
	left: 0px;
	bottom: 0px;
	position: fixed;
	overflow: visible;
	border-bottom: 0px solid #e80;
	z-index: 201;
	background: black;
}

#footer_bar {
	position: relative;
	width: 800px;
	margin: 5px auto;
	overflow: visible;
	color: #999;
	font-size: 92%;
}

#footer_quality {
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 100px;
	height: 100px;
	background: url(/images/layout/gce_siegel.png) top;
}

#footer_quality:hover {
	background: url(/images/layout/gce_siegel.png) bottom;
}




/* Misc */

.balls img {
 position:absolute;
 width:12px;
 height:12px;
}