@charset "UTF-8";
/* CSS Document */

* { 
   margin: 0; 
   padding: 0; 
} 
    
body {
	background:url(images/bg.jpg) repeat-x;
	background-color:#787878;
} 

html, body { 
   margin:0; 
   padding:0; 
   height:100%;
} 

.hidden { 
   display:none; 
} 

div#container { 
   position: relative; 
   margin:auto; 
   width:990px; 
   min-height: 100%; 
   height: auto !important; 
   height: 100%; 
   background:url(images/bg-content.jpg); 
   background-repeat:repeat-x; 
   background-color:#e8e8e8;
} 

* html #container {
     height: 100%;
}

div#eyecatcher {
	position:relative;
   width:137px;
   height:118px; 
   margin-top:-150px;
   margin-right:40px;
   float:right;
}

div#logo-header { 
   height:72px; 
   width:990px; 
   text-align:left;
}

div#topmandatory { 
   width:990px;
   height:70px; 
   margin-top:0px;
   background-color:#f0f0f0;
   font-family:Arial, Verdana;
   font-size:11px;
   line-height:15px;
   color:#7d7d7d;
}

div#navtextbox { 
   width:990px;
   min-height: 100%; 
   height: auto !important; 
   height: 100%; 
   margin-top:20px;
   clear: both;
   padding-bottom:35px;
}

#navtextbox:after {
	clear:both;
	content:".";
	display:block;
	visibility:hidden;
}

div#navi { 
   min-height: 100%; 
   height: auto !important; 
   height: 100%; 
   width:180px; 
   margin-top:0px;
   padding-left:55px;
   float:left;
}


div#text { 
   min-height: 100%; 
   height: auto !important; 
   height: 100%;  
   width:620px; 
   margin-top:12px;
   font-family:Arial, Verdana;
   font-size:12px;
   line-height:18px;
   color:#565656;
   float:right;
}

div#clear { 
   width:990px;
   min-height: 35px; 
   clear: both;
   background-color:blue;
}

div#footer { 
   position:absolute; 
   bottom:0 !important;
   width:990px; 
   height:40px; 
   text-align:left;
   overflow:hidden;
   background-color:#dddddd;
   font-family:Arial, Verdana;
   font-size:9px;
   line-height:13px;
   color:#7d7d7d;
}

/* 
	Table-Styles   
*/

.tablecontent {
	padding: 0px 10px 0px 0px;
}

/* 
	Text-Styles   
*/

.navilinkbig {
	font-family:Arial, Verdana;
   	font-size:24px;
   	line-height:38px;
   	color:#565656;
   	text-decoration:none;
}
.navilinkbig:visited {
	font-family:Arial, Verdana;
   	font-size:24px;
   	line-height:38px;
   	color:#565656;
   	text-decoration:none;
}
.navilinkbig:hover {
	font-family:Arial, Verdana;
   	font-size:24px;
   	line-height:38px;
   	color:#949494;
   	text-decoration:none;
}
.navilinkbig:active {
	font-family:Arial, Verdana;
   	font-size:24px;
   	line-height:38px;
   	color:#565656;
   	text-decoration:none;
}

.navilinksmall {
	font-family:Arial, Verdana;
   	font-size:12px;
   	line-height:26px;
   	color:#565656;
   	text-decoration:none;
}

.navilinksmall:visited {
	font-family:Arial, Verdana;
   	font-size:12px;
   	line-height:26px;
   	color:#565656;
   	text-decoration:none;
}

.navilinksmall:hover {
	font-family:Arial, Verdana;
   	font-size:12px;
   	line-height:26px;
   	color:#949494;
   	text-decoration:none;
}

.navilinksmall:active {
	font-family:Arial, Verdana;
   	font-size:12px;
   	line-height:26px;
   	color:#565656;
   	text-decoration:none;
}

.black {
	font-family:Arial, Verdana;
   	font-size:11px;
   	line-height:15px;
   	color:#000000;
}

.headline {
	font-family:Arial, Verdana;
	font-weight:bold;
   	font-size:24px;
   	line-height:30px;
   	color:#666666;
}

.link { 
	color: #474747;
	text-decoration:underline;
}
.link:visited { 
	color: #474747;
	text-decoration:none;
}
.link:hover {
	color: #949494;
	text-decoration:none;
}
.link:active { 
	color: #474747;
	text-decoration:none;
}




/* Datev-Steuer */


#navigation {
background:url(images/datev-steuer.jpg) no-repeat;
height:66px;
margin:0;
margin-top:20px;
padding:0;
width:152px;
}

#navigation li,#navigation a {
display:block;
height:66px;
}

#navigation li {
display:inline;
float:left;
list-style:none;
}

#navigation-01 {
width:96px;
}

#navigation-02 {
width:56px;
}

#navigation-01 a:hover {
background:url(images/datev-steuer.jpg) 0 -66px no-repeat;
}

#navigation-02 a:hover {
background:url(images/datev-steuer.jpg) -96px -66px no-repeat;
}

.hidden,#navigation span {
display:none;
}

