/* Exklusivdesign fuer die Steuerberatung Ponczyk */
/* Erstellt von Nicole Folchert */
/* Erstellt: 15.03.2010 */


/*Basis Elemente */
* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%; 
	background:#fff;
	}
	
body { 
	position:relative;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	color: #000;
	text-align:center;
	}


	
/*Formatierungen*/	
	
#inhalt p, #inhalt ul, #inhalt ol, #inhalt td, #inhalt th { 
	font: normal 1.2em Verdana,Arial,Helvetica,sans-serif;
	line-height:1.5em;
	padding:5px 30px 5px 0px;
	text-align:justify;
	}

#inhalt h1 { 
	margin:0;
	font: bold 1.6em Arial,Verdana, Helvetica,sans-serif;
	padding:5px 30px 5px 0px;
	color: #47587F;
	}	
	
#inhalt h2 { 
	margin:0;
	font: bold 1.3em "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	padding:5px 30px 5px 0px;
	color: #47587F;
	}	
	
#inhalt h3 { 
	margin:0;
	font: bold 1.1em "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	padding:5px 30px 5px 0px;
	color: #47587F;
	}

#inhalt img { border: 1px #2e3975 solid;
	padding: 1px;
	margin: 2px;
	}	

#inhalt img.left { float: left; margin: 10px 10px 0 0;  }
#inhalt img.right { float: right; margin: 10px 0 0 10px; }

/*f�r die Bilder, die linksb�ndig vor Aufz�hlung liegen*/
#inhalt span.left {
 padding-right:20px;
}

#inhalt a:link, #inhalt a:visited { 
	color: #000; 
	text-decoration: underline;
	padding-left: 0px;
	}

#inhalt a:hover, #inhalt a:active { 
	color: #2e3975;
	}

	
#inhalt ul {
	clear:left;
	list-style-type: disc;
	margin-left: 20px;
	}

#inhalt li {
	padding: 0px;
	margin-top: 5px;
	}
	
#inhalt ol {
	clear:left;
	list-style-type: dezimal;
	margin-left: 25px;
	
	}	

#inhalt table {
	margin: 10px 30px 10px 5px;
	border-collapse:collapse;
}	

#inhalt th {
	font-weight:bold;
	border: 1px #2e3975 solid;
	padding: 2px;
	}	

#inhalt td {
	border: 1px #2e3975 solid;
	padding: 2px;
	}	

#inhalt .contactform button {
	font: 0.9em arial, verdana, sans-serif;
}

#inhalt .contactform button {
	font: normal 0.9em verdana, sans-serif;
		color:#000;
}




/* Spezielle DIVs*/


#container {

	margin:0 auto;
	position:relative;
	text-align:left;
	width:820px;
	}

#header {
	position: relative;
	left: 0;
	background:transparent url(hg_header.jpg) no-repeat scroll left top;
	height:209px;
	width:820px;
}

#header_img {
	position: absolute;
	right: 22px;
	top:0px;
	height: 155px;
	width: 474px;
	background-position: top left;
	background-color: transparent;
	background-repeat: no-repeat;
    z-index:3;
}

#header_img img {
	z-index:3;
	height: 155px;
	width: 474px;
}

#oben { /* frame for header image with rounded corners */
	position: absolute;
	right: 22px;
	top:0px;
	height: 155px;
	width: 474px;
	background: url(frame.png) top center no-repeat;
	z-index:4;
}
	
#logo {
	}	
	
#logo_img {
	background: url();
	}
	
	
#inhalt { 
	height: 100%;
	width: 820px;	
	background:transparent url(hg_container.gif) repeat-y scroll center top;
	}	

#text {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left:310px;
	width:480px;
	border: 0px #898989 solid;
	min-height: 400px;
}

/*
#unten {
	background:transparent url(hg_unten.jpg) no-repeat scroll center top;
	height:159px;
	width:820px;
	}
	
/*Footer*/

#footer {
	background:#fff url(hg_footer.jpg) no-repeat scroll center top;
	height:140px;
	width:820px;
	border: 0px #898989 solid;
	}
	
#footer p {
	margin:0;
	padding:0;
}

#footer a#hain {
	display:block;
	width:203px;
	height:38px;
    overflow: hidden;
    text-indent: -300px;
	background:url(hain.jpg) top left no-repeat;
}

#footer div {
	background:url(hg_unten.jpg) 1px bottom no-repeat;
	width:816px;
	height:53px;
	margin: 30px 0px 20px 0;
}

#footer table {
	width:815px;
	height:23px;
	margin: 10px 0;
}

#footer table td {
	border:0 none;
	font-size:11px;
	padding: 0px 0 0px 10px;
	border-left:1px solid #fff;
}
	
#footer a, #footer a:link, #footer a:visited {
		color: #222;
		padding: 0;
		text-decoration: underline;
		}
	
#footer a:hover, #footer a:focus {
	color: #fff;
	}
	

/*Navigation*/	
	
#navi {
	left:-2px;
	position:absolute;
	top:230px;
	width:300px;
}

#navi2 { 
	padding:0;
	width:300px;
	/* border: 1px #000 solid; */
	}		

#navi ul {
	font: bold 1.2em verdana, sans-serif;
	margin: 0;
	padding: 0;
	}
	
#navi li {
	list-style-type: none;
	display:block;
	margin:0;
	padding-left:1px;
	padding-bottom: 2px;
	}	

	
#navi a, #navi a:link, #navi a:visited {
	text-decoration: none;
	display: block;
	color: #fff;
	font-weight:bold;
	background-image: url(hg_navi.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	margin-right: 0px;
	height: 30px;
	padding: 8px 0 0 40px;
	text-decoration:none;
	}
	
	
#navi a:hover, #navi a#navaktuell, #navi a:focus {
	color: #4c5976;
	text-decoration: none;	
	}
	

/* Fuer die 2. Ebene */
#navi .cat-2 ul {
	margin-bottom:14px;
}	

#navi2 ul ul li {
	background:none;
	list-style-type: none;
	display:block;
	font: normal 0.9em verdana, sans-serif;
	margin:4px 0 4px 37px;
	padding:0;
}	

#navi ul ul a, #navi ul ul a:link, #navi ul ul a:visited {
	color: #4c5976;
	background-image: none;
	height: 20px;
	padding: 0;
	text-decoration:none;
	width:215px;
	}

#navi ul ul a:hover, #navi ul ul a#navaktuell, #navi ul ul a:focus {
	color: #000;
	text-decoration: none;
		
	}

#navi2 ul ul span {
	list-style-type: none;
	display:block;
	font: normal 1.0em verdana, sans-serif;
	margin:0;
	padding:4px 4px 5px 4px;
	border-bottom: 1px dashed #000;
	}


/*f�r Grafiken und Blindtext*/
#navi h3.select span {
	display:none;
	}
	
#navi h3.navipunkte1 span {
	display:none;
	}







