﻿* {
	margin:0;
	padding:0;
}
html {
/*	overflow:-moz-scrollbars-vertical;*/
	overflow:scroll;
}
body {
	background-color:#ffffff;
	border:0 none;
	margin:0 !important;
	color:black;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:68.75%;
	font-style:normal;
	height:100%;
	max-height:100%;
}
body.dark {
/*
	background-image:url(../img/1x1000_verlauf.png);
*/
	background-repeat:repeat-x;
	background-attachment:fixed;
	color:#333333;
	background-color:#000000;
}

p {
	margin-bottom:10px;
}

h2 {
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:10px;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
}

h4 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:5px;
}
h2 + h3 {
	margin-top:-8px;
}

h3 + h4 {
	margin-top:-3px;
}

img {
	border:0 solid black;
}

fieldset {
	border:1px solid black;
	margin-bottom:5px;
}
legend {
	margin:0 5px;
	padding:1px 3px;
	cursor:default;
	/* test */
	margin-left:-1px;
}
a {
	color:#666666;
	text-decoration:none;
}
a[target=_blank].text:after {
	content:url(../img/extern.png);
	background-color:#ff8000;
	position:absolute;
}
a.text {
	border-bottom:1px dotted #ff8000;
}

input.button {
	background:#cccccc url(../img/pfeile_rechts.white.transparent.png) no-repeat scroll right 50%;
	border:1px solid #999999;
	color:#ffffff;
	font-weight:bold;
	padding:0 16px 0 5px;
	cursor:pointer;
}
input.button:hover {
	background-color:#ff8000;
}

dl {
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-top:1px dotted #111111;
	border-bottom:1px dotted #111111;
	padding:5px;
}
dd {
	padding-left:15px;
}

/*
* class fieldset folding
* usage in (X)HTML:
* <fieldset class="{[your classes]} [un]fold {[your classes]}">
*	<legend><span>{your title}</span><legend>
*	<div class="foldable">
		{your foldable content}
*	</div>
* </fieldset>
*/
fieldset.unfold legend,
fieldset.fold legend {
	background:#ff8000 url(../img/minus.white.transparent.png) no-repeat scroll left 50%;
	padding:0 !important;
	cursor:pointer !important;
}
fieldset.unfold legend span, 
fieldset.fold legend span {
	margin-left:16px;
}
fieldset.unfold {
	padding:0;
}
fieldset.fold legend {
	background-image:url(../img/plus.white.transparent.png);
}
fieldset.fold>div.foldable {
	display:none;
}
/* end fieldset folding */


/* begin fieldset menu*/
fieldset.menu {
	margin-bottom:5px;
}
fieldset.menu, 
fieldset.menu legend {
	border:1px solid #cccccc;
}
fieldset.menu legend, 
fieldset.menu legend span {
	color:#999999;
	background-color:#eeeeee;
	padding:0 3px;
}
fieldset.menu legend:hover, 
fieldset.menu legend:hover span {
	color:#ff8000;
}
/* end fieldset menu*/


/* begin fieldset module*/
fieldset.module {
	margin-bottom:10px;
}
fieldset.module, 
fieldset.module legend {
	border:1px solid #999999;
}
fieldset.module legend, 
fieldset.module legend span {
	color:#999999;
	background-color:#eeeeee;
	padding:0 5px;
	font-weight:bold;
}
fieldset.module legend:hover, 
fieldset.module legend:hover span {
	color:#ff8000;
}
/* end fieldset module*/


/* begin fieldset commerce*/
fieldset.info {
	border-color:#cccccc;
	color:#cccccc;
}
fieldset.info legend {
	border-color:#cccccc;
}
/* end fieldset commerce*/


/* start list styles*/
ul.menu li a, 
ul.list li a {
	display:inline-block;
}
ul.menu, 
ul.list {
	padding:5px;
	list-style-type:none;
}
ul.menu li>ul.menu {
	padding:0px 0px 2px 6px;
}
ul.menu li>ul.menu>li:first-child {
	border-top-width:1px;
	border-top-style:dotted;
}
ul.menu>li:first-child, 
ul.list>li:first-child {
	border-width:0;
}
ul.menu li, 
ul.list li {
	border-top:1px solid #ff8000;
}
ul.list li {
	padding:4px;
}
ul.menu li.hidden {
	display:none;
}
ul.menu li.active>a {
	font-weight:bold;
}
ul.menu li div.afake, 
ul.menu li a {
	padding:2px;
	border-width:0;
	color:#ff8000;
	background:#ffffff url(../img/button.pfeile_rechts.white.transparent.png) no-repeat scroll right center;
	display:block;
}
ul.menu li div.afake {
	cursor:default;
	background-image:none;
}
ul.menu li div.afake:hover, 
ul.menu li a:hover {
	color:#ffffff;
	background-color:#ff8000;
	text-decoration:none;
}
/* ends list styles*/


.overlay {
	position:relative;
}
.overlay div.overlayer {
	position:absolute;
	top:10%;
	left:10%;
	width:75%;
	height:75%;
	background-color:#000000;
	border:1px solid #333333;
	padding:1%;
	-moz-opacity:0.0;
	opacity:0.0;
	*filter:alpha(opacity=0);
}
.overlay div.overlayer:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
.overlay div.overlayer dd:hover {
	background-color:#ffffff;
}

.clear {
	height:0;
	overflow:hidden;
	clear:both;
}

.footer, 
.valid {
	margin-top:50px;
	text-align:center;
}

.fold_all {
	text-align:right;
	display:none;
}
.fold_all img {
	background-color:#ff8000;
	cursor:pointer;
}

.top {
	clear:both;
	text-align:center;
}
.top a {
	background:#cccccc url(../img/button.pfeil_oben.white.transparent.png) no-repeat scroll center center;
	display:block;
	width:16px;
	height:16px;
	margin:0 auto;
}
.top a:hover {
	background-color:#ff8000;
}
.top span {
	display:none;
}

#frontend {
	min-width:800px;
	overflow:hidden;
	width:100%;
}
#main {
	background-color:#000000;
/*	background-image:url(800x1_with_border.png);
	background-repeat:repeat-y;*/
	border:1px solid #333333;
	border-width:0 1px 1px 0;
	margin:0 auto 30px;
	padding:0 15px 15px;
	position:relative;
	width:800px;
}

#columns {
	clear:both;
	margin:0 auto 5px 0;
	z-index:-1;
}
#leftColumn {
	border:0px solid black;
	display:inline;
	float:left;
	margin:0;
	width:150px;
	z-index:-1;
}
#leftColumn .navigation {
	padding-top:5px;
	width:150px;
}
#content {
	display:inline;
	float:left;
	margin:0 0 0 10px;
	overflow:hidden;
	width:530px;
	z-index:1;
}
#rightColumn {
	display:inline;
	float:right;
	margin:0 auto 0 10px;
	overflow:hidden;
	width:100px;
	z-index:-1;
}

