/*	############################
	### BLT-Steuerberatung	 ###
	### 8works.de			 ###
	### HA					 ###	
	############################
*/

html, body{ 
	margin:0; 
	padding:0; 
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#fff;
	font-size: 11px;
	height: 100%; /* wichtig */
	width:100%;
}

#PositionShaddow{
	text-align:left;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	width:1007px;
	background:url(images/background.gif) no-repeat 0 0;
	position: relative;
	margin:0 auto;
	margin-top:0;
}

*{
	border:0;
	margin:0;
	padding:0;
}

/*	###############################
	### 						###
	### Contentbereich			###
	### 						###	
	###############################
*/

#Header{
	width:100%;
	position:relative;
}

#Logo{
	float:left;
}

#Content{
	padding:7px 19px 0 19px;
}

#Inhalt{
	padding:50px 10px 10px 30px;
}

#Inhalt ul{
	padding:10px 0 0 16px;
}

#Inhalt li{
	padding:0 0 10px 10px;
	font-size:12px;
}

#wrapper{
	width:781px;
	float:left;
	position:relative;
}

#Column1{
	width:214px;
	float:left;
}

#Column2{
	width:567px;
	float:right;
}

.MenuPunkt {
	float:left;
}

#TopNav{
	width:567px;
}

#TopNav .MenuPunkt a{
	width:189px;
	height:41px;
	background:url(images/topnav-normal.gif) no-repeat 0 0;
	display:block;
	color:#5C7B33;
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
}

#TopNav .MenuPunkt a:hover{
	background:url(images/topnav-aktiv.gif) no-repeat 0 0;
	color:#666666;
}

#TopNav .MenuPunkt a.aktiv{
	background:url(images/topnav-aktiv.gif) no-repeat 0 0;
	color:#666666;
}

#TopNav .MenuPunkt a span{
	position:relative;
	top:20px;
	left:26px;
}

#Phone{
	background:url(images/phone-back.jpg) no-repeat 0 0;
	width:214px;
	height:207px;
}

#PhoneInhalt{
	padding:40px 10px 0 10px;
}

#Phone h1{
	font-size:1.6em;
	text-align:center;
	color:#245510;
	font-weight:bold;
	font-style:italic;
}

#Phone p{
	font-size:2.1em;
	text-align:center;
	color:#D5EE82;
	font-weight:bold;
	padding-top:40px;
}

#MPP{
	width:188px;
	float:right;
}

#MPPAbstand{
	padding:0 10px 0 25px;
}

#MPPAbstand h1{
	color:#5C7B33;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	padding:20px 0 30px 3px;
	background:url(images/headline-rechts.gif) no-repeat 0 0;
}

#MPPAbstand h2{
	font-size:12px;
	font-weight:bold;
	padding:0;
}
#MPPAbstand p{
	font-size:12px;
	font-weight:normal;
	padding:0 0 6px 0;
}
#MPPAbstand p a{
	color:#5C7B33;
	padding-left:105px;
}

#MPPAbstand #NewsLetterInfo p a{
	color:#5C7B33;
	padding-left:0px;
}

#MPPAbstand #NewsLetterInfo {
	border-top:1px dotted #fff;
	padding-top:10px;
}

#Claim{
	float:left;
	width:747px;
	height:92px;
	background:url(images/blt-claim.gif) no-repeat 0 0;
}

#Claim #HelpLinks {
	text-align:right;
	color:#666666;
	padding:13px 15px 0 0;
	
}

#Claim #HelpLinks a{
	text-transform:uppercase;
	color:#666666;
	text-decoration:none;
}

#Claim #HelpLinks a:hover{
	text-transform:uppercase;
	color:#4F6C43;
	text-decoration:none;
}

#Claim #HelpLinks a span{
	padding:0 7px 0 7px;
}

#Footer {
	margin-top:50px;
	background:url(images/footer-back.gif) no-repeat 0 0;
	width:1007px;
	height:47px;
}

#Footer #FooterLinks {
	padding:15px 0 0 553px;
}

#Footer #FooterLinks a{
	text-transform:uppercase;
	color:#666666;
	text-decoration:none;
}

#Footer #FooterLinks a:hover{
	color:#4F6C43;
}

#Footer #FooterLinks a span{
	padding-right:22px;
}

a{
	text-decoration:underline;
	color:#09294E;
}

a:hover{
	text-decoration:none;
}

h1{
	color:#302E33;
	font-size:1.6em;
	margin:0;
	padding:0 0 10px 0;
}

h2{
	color:#302E33;
	font-size:1.2em;
	margin:0;
	padding:20px 0 10px 0;
	clear:both;
}

p{
	margin:0;
	padding:0 0 10px 0;
	font-size:12px;
}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 
#SubNavigation{
	width:214px;
}

#SubNavigation ul{
	list-style-type:none;
	padding-top:47px;
}

#SubNavigation li a{
	width:214px;
	height:30px;
	display:block;
	color:#666666;
	text-transform:normal;
	text-decoration:none;
	font-size:12px;
	border-bottom:1px dotted #666666;
}

#SubNavigation li a:hover{
	background-color:#F5F8E1;
	color:#666666;
}

#SubNavigation li a.aktiv{
	background-color:#F5F8E1;
	color:#666666;
}

#SubNavigation li a span{
	position:relative;
	top:7px;
	left:20px;
}


.news-list-item h2 a{
	text-decoration:none;
	color:#000;
	text-transform:normal;
}

.news-list-item .news-list-morelink {
	text-align:right;
}

.news-list-item .news-list-morelink a{
	color:#245510;
	font-size:12px;
}

.news-single-item .news-single-backlink a{
	color:#245510;
	font-size:12px;
}

.news-single-item .news-single-author a{
	color:#245510;
	font-size:12px;
}

.news-single-item h2{
	color:#245510;
	font-size:18px;
	padding:0 15px 0 0;
}

.news-single-item h3{
	color:#000;
	font-size:12px;
}

.news-single-item .news-single-timedata{
	text-align:right;
}

.news-list-item .news-list-browse a{
	margin:0;
	padding:0;
}

table td{
	vertical-align:top;
	font-size:12px;
	padding-right:5px;
}