﻿/*Allgemeine CSS Styles und headlines*/

h1,h2,h3,h4,p,a,ul,ol,li,div,td,th,address,blockquote,nobr,b,i 
 { font-family:verdana,Arial,sans-serif;font-size : 12px;}

html, body
{
	position			: relative;
	height :			100%;
	margin				: 0px;
}

h1 
{
	color :				#002b54;
	font-size :			16px;
	font-weight :		bold;
	padding :			0px;
	margin  :			0px;
	margin-top :		6px;
}

div
{
	//border-style: solid; 
	border-width: 1px;
}

div#dbit_div_body
{
	position			: absolute;
	height				: 100%;
}

div#dbit_div_header
{
	position :			relative;
	background-image:   url("../pics/dbit_logo_2.png"); background-repeat:no-repeat;
	top :				0px;
	left : 				0px;
	margin : 			0px;
	width :				1000%;
	height :			170px;
	border-bottom-style :solid;
	border-color :     black;
	border-bottom-width :     2px;
}

div#dbit_div_headline
{
	position :			relative;
	top :				127px;
	left :				290px;
	width :				70%;
}

div#dbit_div_headline table
{
	border : 			none;
	margin :			2px;
	height :			15px;
}

th.topnavbar 
{
	width: 				150px;
}

th.topnavbar a
{
	color : #5F6969;
	background: #F0F0F0;
	text-decoration: none;
	font: bold 12px verdana, sans-serif;
	display: block;
	border: 1px solid RGB(0, 0, 0);
}


th.topnavbar a:hover
{
	color :				#D4ECEA;
	background-color: 	RGB(10, 10, 10);
	border          : 	1px solid RGB(255, 255, 255);
}

div#dbit_div_main
{
	position :			relative;
	top:				0px;
	min-height :		20em;
	width :				100em;
}

div#dbit_div_content
{
	position :			relative;
	top	: 				0px;
	width :				80%;
	left: 				15%;
	margin :			5px;
}

div#dbit_div_leftnavbar
{
	position : 			absolute;
	top : 				0px;
	left :				0px;
	margin :			5px;
	width : 			15%;
}

ul#dbit_list_leftnavbar
{
	position        	: relative;
	top             	: 0px;
	left            	: 0px;
	list-style     		: none;
	margin				: 0px;
	padding         	: 0px;
	width				: 100%;
	height				: 100%;
}
 
ul#dbit_list_leftnavbar a
{
	width: 75%;
	/*color: #CD853F;*/
	color : #5F6969;
	background: #F0F0F0;
	text-decoration: none;
	font: bold 12px verdana, sans-serif;
	display: block;
	border: 1px solid RGB(0, 0, 0);
	padding: 5px 2px 7px 10px;
	margin: 5px 5px 5px 15px;
}

ul#dbit_list_leftnavbar a:hover
{
	color :				#D4ECEA;
	background-color: 	RGB(10, 10, 10);
	border          : 	1px solid RGB(255, 255, 255);
}

div#dbit_div_footer
{
	position:			relative;
	bottom:				0em;
	width:				1000%;
	border-top-style:	solid;
	border-top-width:	2px;
	height :			16px; 
	margin-top :		0px;
}



div#dbit_list_impressum_disclaimer
{
	position        	: relative;
}

ul#dbit_list_impressum_contact
{
	position        	: relative;
	top             	: 0px;
	left            	: 0px;
	list-style     		: none;
	margin				: 0px;
	padding         	: 0px;
}

p span.displaynone { display:none; }

