


/***********************************/
/* general elements
/***********************************/

* { /*counts for all elements*/
	margin: 0 ;
	padding: 0 ;
}

body {	
	background-image: url(gfx/verlauf_bg.gif) ;
	background-repeat: repeat-x ;
	background-color: #FFFFFF ;
	border: none ;
	font-family: Verdana,sans-serif ;
	font-size: 10pt ;
	line-height: 13pt ;
	color: #555555 ;
	text-align: left ;
}

img {
	border: 0 ;	
	vertical-align:bottom /* images are by default aligned on type groundline therefore "unterlängen" like in g and j are visible as gaps*/
}

table {
	width: 608px;
}

td.left { 
	vertical-align:top;
	width: 304px;
	padding: 0 25px 0 25px;
}

td.right { 
	vertical-align:top;
	width: 304px;
	padding:  0 25px 0 22px;	
}







/***********************************/
/* elements
/***********************************/

#container {
/*
	background-image: url(gfx/bg.jpg) ;
	background-repeat: no-repeat ;
    position: absolute ;
    left : 50%;
	width: 609px ;
	margin : 0 0 0 -304px;
	*/
}

#head {
	display: none;
}


#nav_right {
	display: none;
}

#nav_sub {
	display: none;
}

#nav_sub_right {
	display: none;
}

#nav_sub_right_honorare {
	display: none;
}

#verlauf {
	background-image: url(gfx/verlauf_unter_nav.jpg);
	width: 608px;
	height: 23px;
}


#content_bg {
/*
	position: float;
	width: 608px;
	text-align: left;
	background-image: url(gfx/verlauf_inhalt.jpg);
	background-repeat: repeat-y;
	*/
}

/* content with outlines */
#content_full {
/*
	position: float;
	width: 600px;
*/
}

/* content without outlines */
#content_col_both {
/*
	position: float;
    margin : 0 25px 0 25px;
	padding: 0 25px 0 0;
	width: 558px;
	*/
}


#content_col_left {
/*
	position: float;
	float: left;
    margin: 0 25px 0 25px ;
	width: 49% ;
	text-align: left ;
	*/
}

#content_col_right {
/*
	position: float;
	float: right;
    margin: 0 25px 0 310px ;
	width: 49%;
	text-align: left;
	*/
}


#bottom {
/*
	text-align: left ;
	width: 624px ;
	height: 95px ;
	background-image: url(gfx/abschluss.jpg) ;
*/
}
#bottom_nav {
	position: absolute;
	float: none;
	text-align: left;
	padding: 35px 0 0 20px;	
	font-family:Verdana,sans-serif;
	font-size:8pt;
	text-decoration:none;
	color: #999999;
}
#bottom_copyright {
	text-align: right;
	padding: 20px 0 0 0;
/*	
	float: none;
	padding: 49px 42px 0 0;
	font-size: 7.5pt;
	line-height: 10pt;
	color: #999999;
*/
}


#bottom_reflection {
	text-align: left ;
	width: 624px;
	height: 104px;
	background-image: url(gfx/abschluss_spiegel.jpg);
}


#t_container {
	position: float;
	width: 600px;
	height: 222px;
}


#t_leistungen{
	float: left;
	padding: 10px 10px 0 11px;
	width: 254px ;
	height: 204px ;
}

#t_profil {
	float: right;
	padding: 10px 30px 0 0;
	width: 257px ;
	height: 204px ;
}

#t_profil_content {
	float: right;
	padding: 20px 10px 0 0;
	width: 257px ;
	height: 204px ;
}

.pdf_icon {
	width: 11px;
	height: 12px;
	background-image: url(gfx/icon_pdf.gif);
	margin: 0 6px 2px 0; /* IE */
	margin /**/: 0 6px 3px 0; /* other browsers*/
	padding: 0;
}








/***********************************/
/* table honorare
/***********************************/

#table_honorare {
	width: 100%;
	border-collapse: collapse;
}

#table_honorare th {
	background: #5c9e19;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}
/*
#table_honorare th {
	background: #0a64be;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}
*/

#row_1 td {
	padding: 3px 5px 3px 5px;
}

#row_2 td {
	background: #d2ebaa;
	padding: 3px 5px 3px 5px;
}
/*
#row_2 td {
	background: #9fc0e2;
	padding: 3px 5px 3px 5px;
}
*/
#cell_1 {
	text-align: left;
}

#cell_2 {
	text-align: right;
}
#cell_3 {
	text-align: right;
}



/***********************************/
/* workarounds
/***********************************/

#preload {
	/* images 0x0px */
	display: none;
	/*visibility: hidden;*/
	position: fixed;
}

#force_scroll{
	bottom: -0.1px;
	position: absolute;
	top: 0;
	width: 1em;
	z-index: -1;

}


/* hide from print view */
.print_hide {
	display: none;
	visibility: hidden;
}

/* hide from screen view */
.screen_hide {
}





/***********************************/
/* text
/***********************************/

h1 { font-size:12pt; font-weight: bold; color: #749f2f; margin: 0 0 5px 0;}
h2 { font-size:10pt; font-weight: bold; color: #749f2f; margin: 10px 0 5px 0;}
strong { font-size:10pt; font-weight: bold; color: #555555; }
#small {font-size: 7.5pt; line-height: 10pt; color: #999999;}


A:link, A:visited, A:active {font-family:Verdana,sans-serif; font-size:10pt; text-decoration:none; color: #0033cc;}
A:hover {font-family:Verdana,sans-serif; font-size:10pt; text-decoration:underline; color:#749f2f;}


ul {
	list-style-image: url(gfx/bullet.gif);
	list-style-position: outside;
	margin: 0 0 0 19px;
	padding: 0;
}

li {
	margin-bottom: 11px;
	padding: 0;
}








/***********************************/
/* nav main
/***********************************/

/* nav position and size*/ 
.nav_home {
	position: absolute ;
	width: 58px;
	height: 40px;
}
/* nav link, image contains both states, LOWER PART shows INACTIVE version*/
a.nav_home:link, a.nav_home:visited, a.nav_home:active {
	background: url(gfx/nav_home.gif) no-repeat 0 -40px;
}
/* nav link, image contains both states, UPPPER PART shows ACTIVE version*/
a.nav_home:hover {
	background: url(gfx/nav_home.gif) no-repeat 0 0;
}
/* active nav position and size*/ 
/* if link is active all states of href are the same */
.nav_home_active {
	position: absolute;
	width: 58px;
	height: 40px;
	background: url(gfx/nav_home.gif) no-repeat 0 0;
}


.nav_profil {
	position: absolute;
	width: 60px;
	height: 40px;
	margin: 0 0 0 58px;
}
a.nav_profil:link, a.nav_profil:visited, a.nav_profil:active {
	background: url(gfx/nav_profil.gif) no-repeat 0 -40px;
}
a.nav_profil:hover {
	background: url(gfx/nav_profil.gif) no-repeat 0 0;
}
.nav_profil_active {
	position: absolute;
	width: 60px;
	height: 40px;
	margin: 0 0 0 58px;
	background: url(gfx/nav_profil.gif) no-repeat 0 0;
}


.nav_leistungen {
	position: absolute;
	width: 95px;
	height: 40px;
	margin: 0 0 0 118px;
}
a.nav_leistungen:link, a.nav_leistungen:visited, a.nav_leistungen:active {
	background: url(gfx/nav_leistungen.gif) no-repeat 0 -40px;
}
a.nav_leistungen:hover {
	background: url(gfx/nav_leistungen.gif) no-repeat 0 0;
}
.nav_leistungen_active {
	position: absolute;
	width: 95px;
	height: 40px;
	margin: 0 0 0 118px;
	background: url(gfx/nav_leistungen.gif) no-repeat 0 0;
}


.nav_honorare {
	position: absolute;
	width: 84px;
	height: 40px;
	margin: 0 0 0 213px;
}
a.nav_honorare:link, a.nav_honorare:visited, a.nav_honorare:active {
	background: url(gfx/nav_honorare.gif) no-repeat 0 -40px;
}
a.nav_honorare:hover {
	background: url(gfx/nav_honorare.gif) no-repeat 0 0;
}
.nav_honorare_active {
	position: absolute;
	width: 84px;
	height: 40px;
	margin: 0 0 0 213px;
	background: url(gfx/nav_honorare.gif) no-repeat 0 0;
}




.nav_kontakt {
	position: absolute;
	width: 77px;
	height: 40px;
	margin: 0 0 0 297px;
}
a.nav_kontakt:link, a.nav_kontakt:visited, a.nav_kontakt:active {
	background: url(gfx/nav_kontakt.gif) no-repeat 0 -40px;
}
a.nav_kontakt:hover {
	background: url(gfx/nav_kontakt.gif) no-repeat 0 0;
}
.nav_kontakt_active {
	position: absolute;
	width: 77px;
	height: 40px;
	margin: 0 0 0 297px;
	background: url(gfx/nav_kontakt.gif) no-repeat 0 0;
}








/***********************************/
/* nav sub Leistungen
/***********************************/

.nav_sub_schwerpunkte {
	position: absolute;
	width: 174px;
	height: 27px;
}
a.nav_sub_schwerpunkte:link, a.nav_sub_schwerpunkte:visited, a.nav_sub_schwerpunkte:active {
	background: url(gfx/nav_sub_schwerpunkte.gif) no-repeat 0 -27px;
}
a.nav_sub_schwerpunkte:hover {
	background: url(gfx/nav_sub_schwerpunkte.gif) no-repeat 0 0;
}
.nav_sub_schwerpunkte_active {
	position: absolute ;
	width: 174px ;
	height: 27px ;
	background: url(gfx/nav_sub_schwerpunkte.gif) no-repeat 0 0;
}


.nav_sub_allgemein {
	position: absolute ;
	width: 124px ;
	height: 27px ;
	margin: 0 0 0 174px ;
}
a.nav_sub_allgemein:link, a.nav_sub_allgemein:visited, a.nav_sub_allgemein:active {
	background: url(gfx/nav_sub_allgemein.gif) no-repeat 0 -27px;
}
a.nav_sub_allgemein:hover {
	background: url(gfx/nav_sub_allgemein.gif) no-repeat 0 0;
}
.nav_sub_allgemein_active {
	position: absolute ;
	width: 124px ;
	height: 27px ;
	margin: 0 0 0 174px ;
	background: url(gfx/nav_sub_allgemein.gif) no-repeat 0 0;
}



.nav_sub_einzeln {
	position: absolute ;
	width: 107px ;
	height: 27px ;
	margin: 0 0 0 298px ;
}
a.nav_sub_einzeln:link, a.nav_sub_einzeln:visited, a.nav_sub_einzeln:active {
	background: url(gfx/nav_sub_einzeln.gif) no-repeat 0 -27px;
}
a.nav_sub_einzeln:hover {
	background: url(gfx/nav_sub_einzeln.gif) no-repeat 0 0;
}
.nav_sub_einzeln_active {
	position: absolute ;
	width: 107px ;
	height: 27px ;
	margin: 0 0 0 298px ;
	background: url(gfx/nav_sub_einzeln.gif) no-repeat 0 0;
}








/***********************************/
/* nav sub Honorare
/***********************************/

.nav_sub_uebersicht {
	position: absolute ;
	width: 82px ;
	height: 27px ;
}
a.nav_sub_uebersicht:link, a.nav_sub_uebersicht:visited, a.nav_sub_uebersicht:active {
	background: url(gfx/nav_sub_uebersicht.gif) no-repeat 0 -27px;
}
a.nav_sub_uebersicht:hover {
	background: url(gfx/nav_sub_uebersicht.gif) no-repeat 0 0;
}
.nav_sub_uebersicht_active {
	position: absolute ;
	width: 82px ;
	height: 27px ;
	background: url(gfx/nav_sub_uebersicht.gif) no-repeat 0 0;
}



.nav_sub_beispiel {
	position: absolute ;
	width: 78px ;
	height: 27px ;
	margin: 0 0 0 82px ;
}
a.nav_sub_beispiel:link, a.nav_sub_beispiel:visited, a.nav_sub_beispiel:active {
	background: url(gfx/nav_sub_beispiel.gif) no-repeat 0 -27px;
}
a.nav_sub_beispiel:hover {
	background: url(gfx/nav_sub_beispiel.gif) no-repeat 0 0;
}
.nav_sub_beispiel_active {
	position: absolute;
	width: 78px;
	height: 27px;
	margin: 0 0 0 82px;
	background: url(gfx/nav_sub_beispiel.gif) no-repeat 0 0;
}









/***********************************/
/* nav bottom
/***********************************/

a.nav_bottom:link, a.nav_bottom:visited, a.nav_bottom:active
{
	font-family: Verdana,sans-serif;
	font-size: 7.5pt;
	text-decoration: none;
	color: #999999;
}
a.nav_bottom:hover {
	font-family: Verdana,sans-serif;
	font-size: 7.5pt;
	text-decoration: underline;
	color: #669933;
}










/***********************************/
/* mouseover
/***********************************/

.btn_top {
	position: absolute;
	text-align: left;
	margin: 42px 0 0 297px;
	width: 16px;
	height: 25px;
}

a.btn_top:link, a.btn_top:visited, a.btn_top:active {
	background: url(gfx/btn_top.gif) no-repeat 0 -25px;
}
a.btn_top:hover {
	background: url(gfx/btn_top.gif) no-repeat 0 0;
}





