/***************************************************************************************************

	Project		:	Das Steuerhaus
	Copyright	:	Puro Nectar

	::: Main Stylesheet :::

****************************************************************************************************

	Colors
		light grey						#e8e9ea	[232,233,234]
		grey							#b6b7b9	[182,183,185]
		Bluejeans						#0e72b5	[14,114,181]
		basecolor:blue					#0085bc [0,133,188]
		light blue 						#6496b9	[100,150,185]
		
		
/* import   *************************************************************************************** */
@import url(dsh_nav.css);
@import url(dsh_mod.css);

/* undo   *************************************************************************************** */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* reset some basic style *********************************************************************** */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/* HTML ***************************************************************************************** */
html {
	height: 100%;
	margin-bottom: 1px;
	}

/* BODY ***************************************************************************************** */
body.main {
	background-color:#e8e9ea;
	background-image:url(bilder/dsh_bg.jpg);
	background-repeat:repeat;
	color: #222;
	height: 100%;
	margin-bottom: 1px;
	font-family:helvetica, verdana, arial, sans-serif;
	text-align:justify;
	font-size:11px;
	}

/* \*/ * html body { text-align:center; font-size: 11px; } /* *//* IE 5.5 Hack */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:0px;
	font-size:0;
	visibility:hidden;
	}

.clear {
	clear:both;
	}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

#website {
	background-image: url(bilder/dsh_01.jpg);
	background-repeat:repeat-y;	
	margin:0 auto;
	position:relative;
	width:910px;
	}
	
/* Navigation ************************************************************************************** */
#navigation {
	float:left;
	overflow:hidden;
	height:25px;
	}

/* Content ************************************************************************************** */
#content {
	display:block;
	clear:left;
	margin:0px auto;
	width:680px;
	padding:6px 0 4px 0;
	}

/* hide from IE/MAC \*/
* html #content, * html #main-content {
	height:0px;
	}
/* end hide */

#header {
	padding:0;
	height:185px;
	margin:0 auto;
	width:680px;
	}

#header .panorama {
	padding:0;
	height:160px;
	border-bottom:solid 1px #333;
	margin:0 auto;
	overflow:hidden;
	width:680px;
	}

#header .brand {
	background-image: url(bilder/dsh_brand.gif);
	position:absolute;
	top:116px;
	left:722px;
	width:60px;
	height:40px;
	}

#header .logo {
	background-image: url(bilder/dsh_logovert.jpg);
	position:absolute;
	top:87px;
	left:810px;
	width:18px;
	height:118px;
	}

#main {
	position:relative;
	top:0px;
	margin:0 20px;
	min-height:380px;
	}

#foot {
	clear:both;
	margin:0 auto 20px auto;
	position:relative;
	background-image:url(bilder/dsh_02.jpg);
	width:910px;
	height:150px;
	}

#foot .logo {
	position:absolute;
	top:35px;
	left:390px;
	width:120px;
	height:80px;
	}

#block {
	}

/* title *********************************************************************************** */
.title {
	font-family:futura, helvetica, verdana, arial, sans-serif;
	font-size:10px;
	margin:15px 30px 0 0;
	color: #333;
	}

.name {
	text-align:right;
	}

/* headlines ************************************************************************************ */
#block h1, #block h2, #block h3, #block h4
	{
	font-size:14px;
	font-weight:bold;
	line-height:1.8em;
	text-align:left;
	}

#block h5, #block h6 
	{
	font-size:12px;
	font-weight:bold;
	line-height:1.8em;
	text-align:left;
	}

#block h1
	{
	color:#0e72b5;
	}

#block h2
	{
	color:#6496b9;
	}

#block h3
	{
	color:#000;
	}

#block h4
	{
	color:#fff;
	}

#block h5
	{
	color:#0e72b5;
	}

#block h6 
	{
	color:#000;
	}

/* ### Images ############################################################ */

#block img {
	margin:0;
	}

#block xs 			
	{ 
	color: #555;
	line-height:11px;
	font-size: 9px; 
	}

/* ### Hyperlinks ######################################################### */

#block a, 
#block a:link {
	text-decoration:none;
	color:#0e72b5;
	}

#block a:hover {
	color:#0e72b5;
	text-decoration:underline;
	}

/* ### Paragraphs ########################################################## */

#block p {
	margin-bottom:1.0em;
	font-size:11px;
	line-height:1.6em;
	text-align:justify;
	}

#block b {
	font-weight:bold;
	color:#0e72b5;
	}

#block strong {
	font-weight:bold;
	}

#block i {
	font-style:italic;
	color:#0e72b5;
	}

#block em {
	font-style:italic;
	}

#sidebar #block p {
	text-align:left;
	}

/* ### Tables ############################################################## */

#block table {
	line-height:1.6em;
	}

#block td {
	padding:0 0 0 0;
	}


/* ### Blockquotes ########################################################## */

#block blockquote {
	margin:0 0 0 20px;
	}


/* ### Lists ################################################################ */

#block ul, 
#block ol {
	margin-bottom:1.0em;
	font-size:11px;
	line-height:1.6em;
	}

#block ol li {
	margin:0 0 0 30px;
	list-style-type:decimal-leading-zero;
	} 
#block ul li {
	margin:0 0 0 20px;
	list-style-type:disc;
	}

