/*************************************************
/* Allgemein */

#web * {
	padding: 0;
	margin: 0;
	border: 0;
	outline-width: 0; /* Firefox Rahmen fix */
}

#web body,
#web {
	background: #FFFFFF url(../images/design/background.gif) repeat-y center;
	height: 100%;
/*	overflow: hidden;*/
	overflow-x: hidden;
}

#web body {
	font: 11px/17px "Verdana","Arial","Helvetica",sans-serif;
	color: #323f5a;
}

#web input,
#web textarea,
#web select,
#web button {
	font: 11px "Verdana","Arial","Helvetica",sans-serif;
	color: #323f5a;
}

#web textarea {
	line-height: 17px;
}

#web #searchablecontent,
#web #skipnavigation {
	display: none;
	visibility: hidden;
}

#web a {
	color: #b496a2;
}

#web a:hover {
	color: #323f5a;
}

/*************************************************
/* Tabellen, Allgemein */

#web #content table {
	margin: 0 0 11px 0!important;
	border-collapse: collapse;
	border: 1px solid #b4b6b6!important;
}

#web #content table tr {
	background: #ffffff!important;
}

#web #content table td {
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #b4b6b6!important;
	vertical-align: top;
}

#web #content table th {
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #b4b6b6!important;
	text-align: left;
	vertical-align: top;
}

#web #content .noborder {
	display: none;
}

#web #content table .odd {
	background: #dbd9d9!important;
}

#web #content table .even {
	background: #ebebeb!important;
}

/*************************************************
/* Tabellen, Spezial */

#web #table_special table,
#web #table_special #content table td,
#web #table_special #content table th {
	padding: 0 10px 0 0;
	border: 0!important;
}

#web #table_special table tr,
#web #table_special #content table .odd,
#web #table_special #content table .even {
	background: none!important;
}

/*************************************************
/* Listen, Allgemein */

#web #content ul,
#web #content ol {
	padding: 0 0 10px 10px;
	list-style: none;
}

#web #content ul ul,
#web #content ul ol,
#web #content ol ul,
#web #content ol ol {
	padding: 0 0 0 10px;
}

#web #content li {
	padding-left: 12px;
	background: url(../images/design/row_2.gif) no-repeat 0 6px;
}

/*************************************************
/* Formulare, Allgemein */

#web #content input,
#web #content textarea,
#web #content select,
#web #content button {
	padding: 2px 3px 2px 3px;
	border: 1px solid #9c9ea3;
	background-color: #FFFFFF;
}

#web #content .focus {
	border: 1px solid #5e6678;
}

#web #content button {
	padding: 2px;
	background-color: #CED1D4;
}

#web #content .clear,
#web #content form br {
    clear: both;
}

#web #content textarea {
    overflow: auto;
}

#web #content .error label {
    color: #AB0000;
}

#web #content span {
    margin: 0px 3px 3px 0px;
    display: block;
}

#web #content label {
    display: block;
    padding-bottom: 2px;
}

#web #content input.radio,
#web #content input.checkbox {
    padding: 2px 0px 2px 0px;
    width: auto;
}

#web #content .nofloat {
	float: none!important;
	display: block;
}

/*************************************************
/* Formulare, Terminvereinbarung */

#web #content #form_appointmentmaker .section {
    width: 505px;
    padding-bottom: 10px;
}

#web #content #form_appointmentmaker #section_termine span,
#web #content #form_appointmentmaker #section_termpers span {
    float: left;
    width: 165px;
    padding-bottom: 3px;
}

#web #content #form_appointmentmaker #section_termine_1 input,
#web #content #form_appointmentmaker #section_termpers input {
    width: 150px;
}

#web #content #form_appointmentmaker #section_termnach label {
    float: left;
    width: 495px;
}

#web #content #form_appointmentmaker #fld_betreff {
    width: 486px;
}

#web #content #form_appointmentmaker #fld_text {
    width: 486px;
    height: 130px;
}

#web #content #form_appointmentmaker #section_termpers .plz {
	width: 101px;
}

#web #content #form_appointmentmaker #section_termpers .plz input {
	width: 85px;
}

#web #content #form_appointmentmaker #section_termpers .ort,
#web #content #form_appointmentmaker #section_termpers .email {
	width: 230px;
}

#web #content #form_appointmentmaker #section_termpers .ort input,
#web #content #form_appointmentmaker #section_termpers .email input {
	width: 214px;
}

#web #content #form_appointmentmaker #section_termpers .telefon {
	width: 269px;
}

#web #content #form_appointmentmaker #section_termpers .telefon input {
	width: 253px;
}

/*************************************************
/* Formulare, Kontakt */

#web #content #form_contact .section {
    padding-bottom: 10px;
    width: 505px;
}

#web #content #form_contact #section_contact_1 span {
    float: left;
    width: 165px;
    padding-bottom: 3px;
}

#web #content #form_contact #section_contact_1 input {
    width: 150px;
}

#web #content #form_contact #section_contact_2 label {
    float: left;
    width: 495px;
}

#web #content #form_contact #fld_betreff {
    width: 486px;
}

#web #content #form_contact #fld_text {
    width: 486px;
    height: 130px;
}

#web #content #form_contact #section_contact_1 .plz {
	width: 101px;
}

#web #content #form_contact #section_contact_1 .plz input {
	width: 85px;
}

#web #content #form_contact #section_contact_1 .ort,
#web #content #form_contact #section_contact_1 .email {
	width: 230px;
}

#web #content #form_contact #section_contact_1 .ort input,
#web #content #form_contact #section_contact_1 .email input {
	width: 214px;
}

#web #content #form_contact #section_contact_1 .telefon {
	width: 269px;
}

#web #content #form_contact #section_contact_1 .telefon input {
	width: 253px;
}

/*************************************************
/* Logo */

#web #logo {
	position: absolute;
	left: 50%;
	top: 30px;
	display: block;
	width: 224px;
	height: 77px;
	margin-left: -112px;
	background: url(../images/design/logo.gif) no-repeat;
	z-index: 6000;
} 

#web #steuerlogo {
	position: absolute;
	left: 15px;
	top: 30px;
	display: block;
	width: 160px;
	height: 32px;
	margin-left: 0px;
	background: url(../images/design/logo_steuerberater.jpg) no-repeat;
	z-index: 7000;
} 

#web #logo span,
#web #steuerlogo span {
	display: none;
}

/*************************************************
/* Lageplan */

#web #content #positionplan a {
	float: left;
    display: block;
    width: 190px;
    text-decoration: none;
}

#web #content #positionplan a img {
	margin-bottom: 5px;
}

.lageplan {
	margin: 10px;
	background: #eceaea;
}

.lageplan img {
    margin-bottom: 20px;
	border: 3px solid #d7bec8;
	display: block;
}

.lageplan span {
	display: block;
	font: 11px/17px "Verdana","Arial","Helvetica",sans-serif;
	color: #323f5a;
}

.lageplan h1 {
	font: 13px "Verdana","Arial","Helvetica",sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
	color: #5a6377;
}

.lageplan a {
	color: #b496a2;
}

.lageplan a:hover {
	color: #323f5a;
}

/*************************************************
/* Kontakt */

#web #contactinfo {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 220px;
	z-index: 7000;
	text-align: right;
}

#web #contactinfo_800 {
	position: absolute;
	bottom: 5px;
	background: #ffffff;
	padding: 2px 0 2px 0;
	display: none;
	left: 15px;
	right: 15px;
	z-index: 7000;
	text-align: center;
}


/*************************************************
/* Author */

#web #author {
	position: absolute;
	left: 100px;
	bottom: 25px;
	display: block;
	width: 97px;
	height: 13px;
	background: url(../images/design/author.gif) no-repeat;
}

#web #author span {
	display: none;
}

/*************************************************
/* Navigation */

#web #nav {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
}

#web #nav ul {
	display: none;
}

#web #nav .active ul {
	display: block;
}

#web #nav li {
	border: 3px solid #d7bec8;
	background: #5e6678;
	width: 155px;
	list-style: none;
}

#web #nav li a {
	display: block;
	width: 155px;
	height: 25px;
	text-align: center;
	padding-top: 8px;
}

#web #nav_e25 {
	position: absolute;
	left: 17px;
	top: 152px;
}

#web #nav_e34 {
	position: absolute;
	right: 17px;
	top: 152px;
}

#web #nav_e33 {
	position: absolute;
	left: 17px;
	bottom: 60px;
}

#web #nav_e35 {
	position: absolute;
	right: 17px;
	bottom: 60px;
}

#web #nav #nav_e34 ul,
#web #nav #nav_e25 ul {
	position: absolute;
	left: 0px;
	top: 47px;
	padding: 0 0 10px 10px;
}

#web #nav #nav_e33 ul,
#web #nav #nav_e35 ul {
	position: absolute;
	left: 0px;
	bottom: 39px;
	padding: 0 0 10px 10px;
}

#web #nav ul li {
	border: 0;
	background: none;
	width: 145px;
}

#web #nav ul li a {
	padding: 0;
	line-height: 22px;
	text-align: left;
	height: auto;
	color: #ffffff;
	text-decoration: none;
}

#web #nav ul li a:hover,
#web #nav ul li .activenode,
#web #nav ul li .active {
	color: #c6a8b4;
	text-decoration: underline;
}

#web #nav #nav_e35 ul {
	display: none;
}

/*************************************************
/* Navigation, Startpage */

#web #sp_box {
	position: absolute;
/*	top: 50%;*/
	top: 30px;
	left: 50%;
	width: 920px;
	height: 600px;
	margin-left: -460px;
/*	margin-top: -300px;*/
}

#web #startpage #nav {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#web #startpage #nav li {
	width: 120px;
}

#web #startpage #nav li a {
	display: block;
	width: 120px;
	height: 27px;
	text-align: center;
	padding-top: 12px;
}

#web #startpage #nav_e25 {
	position: absolute;
	left: 195px;
	top: 88px;
	z-index: 100;
}

#web #startpage #nav_e34 {
	position: absolute;
	right: 195px;
	top: 88px;
	z-index: 100;
}

#web #startpage #nav_e33 {
	position: absolute;
	left: 195px;
	bottom: 7px;
	z-index: 100;
}

#web #startpage #nav_e35 {
	position: absolute;
	right: 195px;
	bottom: 7px;
	z-index: 100;
}

/*************************************************
/* Bild links u. rechts */

#web .bild_links {
	position: absolute;
	left: -86px;
	top: 60px;
	bottom: 57px;
	width: 155px;
	border: 3px solid #d7bec8;
	background: #5e6678;
}

#web .bild_rechts {
	position: absolute;
	right: -86px;
	top: 60px;
	bottom: 57px;
	width: 155px;
	border: 3px solid #d7bec8;
	background: #5e6678;
}

#web .bild_aktiv {
	background: #b2aca3 url(../images/design/bild.jpg) no-repeat;
}

/*************************************************
/* Funktionen */

#web #functions {
	position: absolute;
	bottom: 25px;
	right: 95px;
	z-index: 2000;
}

#web #functions li {
	float: left;
	list-style: none;
	padding: 0 5px;
	border-right: 1px solid #5e6678;
	line-height: 16px;
}

#web #functions li.last {
	border: 0;
}

/*************************************************
/* Suche */

#web #search {
	position: absolute;
	top: 85px;
	right: 18px;
	width: 150px;
	z-index: 7000;
}

#web #search input {
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #5e6678;
	width: 120px;
	padding: 3px;
}

#web #search button {
	position: absolute;
	left: 132px;
	top: 2px;
	background: url(../images/design/search_btn.gif) no-repeat;
	width: 21px;
	height: 18px;
	cursor: pointer;
}

#web #search span {
	display: none;
}

#web #e10 em,
#web #e10 img {
	display: none;
}

#web #e10 dl {
	padding-bottom: 10px;
}

#web #e10 font {
	font: 11px/17px "Verdana","Arial","Helvetica",sans-serif;
}

/*************************************************
/* Content, Allgemein */

#web .content_box {
	position: absolute;
	top: 135px;
	bottom: 45px;
	left: 100px;
	right: 100px;
	background: #eceaea;
	border: 3px solid #d7bec8;
	z-index: 10;
}

#web #startpage .content_box {
	background: none;
	border: 0;
}

#web #startpage #content {
	position: absolute;
/*	top: 50%;*/
	top: 159px;
	left: 50%;
	margin-left: -394px;
/*	margin-top: -170px;*/
	width: 788px;
	height: 415px;
	background: #eceaea;
	border: 3px solid #d7bec8;
	z-index: 2000;
	padding: 0;
}

#web #content p,
#web #content .disclaimer {
	padding-bottom: 10px;
}

#web #content {
	position: absolute;
	top: 205px;
	bottom: 70px;
	left: 200px;
	right: 200px;
	overflow: auto;
	z-index: 9000;
	padding: 1px 20px 1px 1px;
}

/*************************************************
/* Content, Schriften */

#web #startpage .content_box h1 {
	position: absolute;
	left: -92px;
	top: 110px;
	display: block;
	height: 190px;
	width: 58px;
	margin: 0;
	background: url(../images/design/paragraph.gif) no-repeat;
}

#web #startpage .content_box h1 span {
	display: none;
}

#title_text{display:none;}

#web .content_box #title{
	margin: 25px 0 0 100px;
}

#web #content h2 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 1px;
	margin-bottom: 10px;
	color: #5a6377;
	border-bottom: 1px solid #5a6377;
}

#web #content h3,
#web #content h4,
#web #content h5,
#web #content h6,
#web #content h7,
#web #content h8,
#web #content h9 {
	font-size: 11px;
	color: #b496a2;
	font-weight: bold;
	padding-bottom: 10px;
}

/*************************************************
/* Content, FAQ */

#web #faq h3 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 1px;
	margin-bottom: 10px;
	color: #5a6377;
	border-bottom: 1px solid #5a6377;
}

/*************************************************
/* Content, Steuernews */

#web #news_selection {
	position: absolute;
	top: 167px;
	left: 450px;
	z-index: 8000;
}

#web #news_selection select {
	padding: 0;
	border: 1px solid #9c9ea3;
	background-color: #FFFFFF;
}

#web #aktuelles #content .news_preview {
	padding: 10px 10px 0 10px;
	margin-bottom: 20px;
	border: 1px solid #ffffff;
	background: #dbd9d9;
}

#web #aktuelles #content .news_preview ul {
	padding: 0;
}

#web #aktuelles #content .news_preview li {
	padding: 0 0 0 14px;
	background: url(../images/design/row_1.gif) no-repeat 0 5px;
}

#web #aktuelles #content .news_preview h2 {
	font-size: 12px;
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*************************************************
/* Content, Sitemap */

#web #content #sitemap  {
	padding-left: 0;
}

#web #content #sitemap ul {
	padding-left: 10px;
}

#web #content #sitemap li {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 10px 14px;
	background: url(../images/design/row_1.gif) no-repeat 0 5px;
}

#web #content #sitemap li li {
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 12px;
	background: url(../images/design/row_2.gif) no-repeat 0 6px;
}

#web #content #sitemap #sitemap_e34 li li li {
	display: none;
}

/*************************************************
/* Content, Downloads */

#web #content .download_section table {
	border: 0px!important;
	margin: 0 0 12px 12px!important;
}

#web #content .download_section table tr {
	background: transparent!important;
}

#web #content .download_section table td {
	padding: 0;
	border: 0!important;
	vertical-align: top;
}

#web #content .download_section td.download img,
#web #content .download_section td.link img {
	position: relative;
	top: 4px;
	left: -2px;
}

#web #content .download_section td.link {
	padding-left: 80px;
}

#web #content .download_section a {
	text-decoration: none;
}

/*************************************************
/* Infolisten Übersicht */

#web #content .overview h3 {
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 14px;
	background: url(../images/design/row_1.gif) no-repeat 0 5px;
}

#web #content .overview p {
	padding: 0 0 10px 14px;
}

/*************************************************
/* Infolisten, Top Link */

#web #content .infolist_toplink {
	padding-bottom: 10px;
	text-align: right;
}

#web #content .infolist_toplink a {
	background: url(../images/design/row_2.gif) no-repeat 0px 5px;
	padding-left: 12px;
}

/*************************************************
/* Links */

#web #content .lexikon_bereich h3 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 1px;
	margin-bottom: 10px;
	border-bottom: 1px solid #797777;
	color: #323f5a;
}

/*************************************************
/* Content, Onlinetools */

#web #content .onlinetool_overview {
	padding: 0;
}

#web #content .onlinetool_overview li {
	padding: 0 0 10px 14px;
	background: url(../images/design/row_1.gif) no-repeat 0 5px;
}

#web #content .onlinetool_overview h2 {
	font-weight: bold;
	font-size: 12px;
	border: 0;
	margin: 0;
	padding: 0;
}

#web #content .onlinetool_overview .calculate {
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #797777;
	text-align: right;
}

#web #content .onlinetool_overview .calculate a {
	text-decoration: none;
	background: url(../images/design/calculator.gif) no-repeat;
	padding-left: 13px;
}

#web #calcdiv {
	position: absolute;
	top: 205px;
	bottom: 70px;
	left: 200px;
	right: 200px;
	z-index: 9000;
	overflow: hidden;
}

#web #calc {
	width: 100%;
	height: 100%;
	overflow: auto;
}
div.ZMSGraphic.left {
    text-align: left;
}
div.ZMSGraphic.right {
    text-align: right;
}
div.ZMSGraphic.floatleft {
    float: left;
}
div.ZMSGraphic.floatright {
    float: right;
}
div.ZMSGraphic.center {
    text-align: center;
}
div.graphic.alignleft {
    float: left;
    text-align: right;
}
div.graphic.alignright {
    float: right;
    text-align: right;
}
