html {
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
	z-index: 0;
}

body {
	background: #401d00;
	background: #fd9;
	background: #050;
	color: white;
	text-align: left;
	padding: 0;
	margin: 0;
	z-index: 1;
}

#fixed_container {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

#fixed_bg {
	position: relative;
	width: 900px;
	height: 100%;
	margin: 0 auto 0 auto;
	background: gray;
	z-index: 2;
	visibility: visible;
	
}

#fixed_leftcol {
	height: 100%;
	width: 154px;
	border-left: 5px solid silver;
	border-right: 0px solid gray;
	background: white;
	position: absolute;
	top: 0;
	left: 0;
}

#shadow_left {
	background: url(images/design/shadow_left.png);
	position: absolute;
	top: 0;
	left: -20px;
	width: 20px;
	height: 100%;
	z-index: 0;
}

#shadow_right {
	background: url(images/design/shadow_right.png) right;
	position: absolute;
	top: 0;
	right: -20px;
	width: 20px;
	height: 100%;
	z-index: 0;
}

#containment {
	background: transparent;
	position: relative;
	top: 0;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
	border: 0px solid red;
	z-index: 5;
	display: block;
}



#abs_logo {
	background: url(images/design/dbv_logo4.png) right;
	color: green;
	position: fixed;
	width: 167px;
	height: 167px;
	border-left: 5px solid #bbb;
	z-index: 5;
}

a#abs_logo_anchor
{
	display: block;
	z-index: 6;
	position: absolute;
	left: 5px;
	top: 30px;
	height: 90px;
	width: 145px;
}

#white_to_trans
{
	position: absolute;
	left: 159px;
	top: 110px;
	width: 1px;
	height: 200px;
	background: url(images/design/white_to_trans.png);
	z-index: 4;
}

#top_row {
	background: #400 url(images/design/redback.png) repeat-y;
	color: white;
	margin: 0 0 0 160px;
	padding: 8px 0 0 7px;
	width: 733px;
	height: 90px;
	font-size: 2.5em;
	color: #200;
	border-bottom: 5px solid #fdd;
	z-index: 5;
	
}

#double_font
{
	position: relative;
	text-shadow: 3px 3px 8px black, 1px 1px black;
	top: -5px;
	background: transparent;
	color: #fea;
	z-index: 6;
}

#top_row div.content
{
	z-index: 7;
	color: white;
	font-size: 0.4em;
}

#dbv_top_row
{
	font-size: 0.33em;
	color: #fea;
	position: absolute;
	left: 467px;
	top: 60px;
	text-shadow: 3px 3px 5px black, 1px 1px black;
}

#left_col {
	background: transparent;
	position: absolute;
	top: 160px;
	width: 154px;
	border-left: 5px solid silver;
	border-right: 1px solid gray;
	left: 0;
}

#content {
	background: white;
	color: black;
	margin: 0 0 2em 160px;
	padding: 1em;
	z-index: 100;
}

#content_bg {
	background: white;
	height: 100%;
	width: 740px;
	margin-left: 160px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#bottom_row {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
	position: fixed;
	bottom: 0;
	background: #030;
	color: #ded;
	text-shadow: 1px 1px 1px #000b00;
}

#bottom_row div, #top_row div {
	padding: 0.5em;
}

#last_change
{
	float: right;
}

#left_col div {
	padding: 5px;
}

.inv {
	visibility: hidden;
	display: none;
}

/* Navigations-Liste */

#navi {
	position: fixed;
	margin: 1em 0 2.5em 0;
	padding: 0;
	list-style-type: none;
}

#navi li {
	padding: 0;
	margin: 0;
}

#navi li a {
	margin: 0;
	padding: 5px;
	width: 144px;
	border-left: 0px solid silver;
	border-right: 1px solid gray;
	height: 1.4em;
	display: block;
	text-decoration: none;
	background: white;
	color: #800;
	text-shadow: 1px 1px 3px #f88;
}

#navi li a:hover {
	background: #f8f0f0;
	color: #a00;
	text-shadow: 0px 0px 5px white;
}

#navi li a.active {
	color: #806020;
	background: #fff4e0;
	text-shadow: none;
}

#navi li a:hover.active {
	color: #a08040;
	background: #fff0d8;
	text-shadow: 1px 1px 3px white;
}

/* Debug-Output */

#debug
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 0.7em;
	background: white;
	border: 5px solid gray;
	margin: 0;
	padding: 0.5em;
	z-index: 10;
	color: black;
	display: none;
}

h1, h2, h3 {
	color: #800;
	clear: both;
	text-shadow: 2px 2px 1px #F4D9D9;
}

h1
{
	font-size: 2.2em;
	font-weight: bold;
	margin: 1em 0 0.6em 0;
	padding: 0;
	
}

h1 a
{
	font-size: 0.6em;
	font-weight: normal;
	text-decoration: none;
	color: gray;
	text-shadow: 1px 1px 1px silver;
}

h1 a:hover
{
	text-decoration: underline;
	color: #333;
	text-shadow: 1px 1px 1px gray;
}

h2
{
	font-size: 1.7em;
	font-weight: bold;
	margin: 0.8em 0 0.7em 0;
	padding: 0;
}

h3
{
	font-size: 1.4em;
	font-weight: normal;
	margin: 1.2em 0 0.5em 0;
	padding: 0;
}

a
{
	color: #900;
	text-decoration: underline;
	text-shadow: 1px 1px 1px #ffbcbc;
}

a:hover
{
	color: #970;
	text-shadow: 1px 1px 2px #fa4;
}



.image_wrap {
	background: #ddd;
	color: #555;
	display: inline-block;
	border: 0px solid silver;
	margin: 1em;
	padding: 0;
}

.image_wrap div {
	padding: 0.3em;
	font-size: 1em;
}

.telefon {
	display: inline;
	/*height: 0.8125em;*/
	height: 1em;
	padding: 0;
	margin-bottom: -0.0625em;
}

.telefon_symbol {
	display: inline;
	/*height: 0.8125em;*/
	height: 1em;
	padding: 0;
	margin-bottom: -0px;
}

.mail_adresse
{
	height: 18px;
	margin-bottom: -0.0625em;
}

#vorstand_table
{
	border: 1px solid gray;
}

#vorstand_table td
{
	padding-right: 0.7em;
	border: 1px solid silver;
	vertical-align: middle;
	padding: 0.5em;
}

#vorstand_table th
{
	border: 1px solid silver;
	font-weight: bold;
	vertical-align: middle;
	padding: 0.5em;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

img.newsimage
{
	border: 1px solid #866;
}

div.sendbutton
{
	float: right;
	margin-right: 330px;
}

.missing_input
{
	border: 1px solid #900;
}

input, select, textarea
{
	border: 1px solid #900;
	background: #fff8f8;
	padding: 0.3em;
	margin: 1px;
}

input[type=file]
{

}

textarea
{
	margin: 1px;
	margin-top: 0.3em;
}

td
{
	padding: 0 0.5em 0.3em 0;
}

.ergebnis td
{
	text-align: center;
	padding: 0.16em;
	padding-bottom: 0.20em;
}

.ergebnis td.names, .ergebnis th.names
{
	text-align: left;
	padding-left: 1em;
	padding-right: 0.5em;
}

.ergebnis tr:nth-child(odd) td
{
	background: rgb(245,245,245); /* Old browsers */
	border-bottom: 1px solid rgb(220,220,220);
	border-top: 1px solid rgb(230,230,230);
	/*
	background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(242,255,232) 15%, rgb(242,255,232) 85%, rgb(255,255,255) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(15%,rgb(242,255,232)), color-stop(85%,rgb(242,255,232)), color-stop(100%,rgb(255,255,255)));
	background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(242,255,232) 15%,rgb(242,255,232) 85%,rgb(255,255,255) 100%);
	background: -o-linear-gradient(top, rgb(255,255,255) 0%,rgb(242,255,232) 15%,rgb(242,255,232) 85%,rgb(255,255,255) 100%);
	background: -ms-linear-gradient(top, rgb(255,255,255) 0%,rgb(242,255,232) 15%,rgb(242,255,232) 85%,rgb(255,255,255) 100%);
	background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(242,255,232) 15%,rgb(242,255,232) 85%,rgb(255,255,255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	*/
}

.pro_team td
{
	padding: 0.6em;
}

.pro_team tr.summe td
{
	vertical-align: bottom;
	font-weight: bold;
	border-top: 2px solid gray;
}

th
{
	vertical-align: top;
	padding: 0 0.3em 0.3em 0;
	text-align: center;
}

input.wrong
{
	margin: 0;
	border: 2px solid red;
	background: #ffe0e0;
}

textarea.missing
{
	margin: 0;
	margin-top: 0.2375em;
	border: 2px solid red;
	background: #ffe0e0;
}

span.error
{
	color: red;
}

#send_top
{
	margin-left: 8em;
}

textarea#ergebnis_input
{
	background: url(images/design/ergebnis_hintergrund.png) no-repeat top center #fff8f8;
}

li#no_data
{
	list-style-type: none;
}

a.slideshow_list_entry
{
	font-size: 2em;
	text-decoration: none;
}

.style_sep_hr
{
	margin: 0;
	padding: 0;
	width: 1px;
	height: 3px;
	border: 0;
}

img.ctrl_img
{
	display: inline;
	position: relative;
	top: 4px;
	padding: 0 2px 0 2px;
}

img.ctrl_img2
{
	display: inline;
	position: relative;
	top: 2px;
	padding: 0 0 0 0;
}

div.slideshow_slide_floatstats
{
	float: right;
	margin: 0;
	padding: 5px 0 0 0;
}

img.slideshow_zoom
{
	max-width: 700px;
}

.float_left, .float_right
{
	background: #ddd;
	color: #555;
	font-size: 0.9em;
	display: inline;
	padding: 0.5em;
	margin-bottom: 2em;
	margin-top: 1em;
}

.float_right
{
	float: right;
	margin-left: 1em;
}

.float_left
{
	float: left;
	margin-right: 1em;
}

.float_right img, .float_left img
{
	margin: -0.5em;
	margin-bottom: 0.5em;
}

div.show_hide
{
	margin-top: 1em;
	padding: 1em;
	font-size: 1.5em;
}

.success
{
	border: 1px solid #090;
	background: #f8fff8;
	color: #060;
}

.fail
{
	border: 1px solid #900;
	background: #fff8f8;
	color: #600;
}

h1.success,
h2.success,
h3.success,
h1.fail,
h2.fail,
h3.fail
{
	border: 0px;
	background: white;
	clear: both;
}

div#console_out,
pre#data_dump
{
	font-size: 0.67em;
	color: black;
	border: 1px solid silver;
	background: #f0f0f0;
	padding: 1em;
	margin-top: 1em;
}

pre#data_dump
{
	
}

div#result_table
{
	color: black;
	font-size: 0.5em;
	background: white;
	border: 1px solid #eee;
	padding: 1em;
	margin-top: 1em;
}

textarea#hidden_shown,
div#console_out,
pre#data_dump,
div#result_table
{
	display: none;
}

div.show_hide:hover textarea#hidden_shown,
div.show_hide:hover div#console_out,
div.show_hide:hover pre#data_dump,
div.show_hide:hover div#result_table
{
	display: block;
}

.logout_float
{
	float: right;
	margin-right: 10em;
	margin-bottom: -3.75em;
	position: relative;
	top: -3.75em;
	
}

div.rosefloat
{
	float: right; 
	border: 1px solid #900; 
	background: #fff0f0; 
	padding: 0 1em 1em 1em; 
	margin: 0 0 1em 1em;
}

.team-table
{
	margin-right: -1em;
}

td.middle-meddle
{
	text-align: center;
	padding: 0 auto 0 auto;
}

.team-table td
{
	vertical-align: middle;
	nowrap: nowrap;
}