/*css- für Steuerkanzlei Mitterhuber & Backmann
  Datum. 25.04.2007
  Autor: Jörg Harling
*/


/*------- Seitenlayout -------*/

body {
	margin:0; 
	background-color: #dcdcdc; 
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#header {
	left: 50%;
	position:absolute;
	top: 0px;
	margin-left: -494px;
	width: 988px;
	height: 167px;
	background: url(bitmaps/header-neu.jpg) no-repeat;
	clear:both;
}

#menubar {
	left: 50%;
	top: 163px;
	position:absolute;
	width: 850px;
	height:26px;
	margin-left:-425px;
	background: url(bitmaps/menu_bg_norm.jpg) repeat-x;
	float:left;
	z-index:1;
}

#content_box {
	left: 50%;
	top: 189px;
	position:absolute;
	width: 988px;
	margin-left: -494px;
	height:auto;
	float:left;
	clear:both;
}

#content {
	width:988px;
	height:auto;
	background: url(bitmaps/content_bg_mid.jpg) repeat-y;
	background-color:#dcdcdc;
	clear: both;
}

#content_top {
	width: 988px;
	height:31px;
	background: url(bitmaps/content_bg_top.jpg) no-repeat;
	background-color:#dcdcdc;
	clear: both;
}

#content_bot {
	width: 988px;
	height:15px;
	background: url(bitmaps/content_bg_bot.jpg) no-repeat;
	background-color:#dcdcdc;
	clear: both;
}

#content_input {
	padding-top:10px;
	width: 988px;
	height:auto;
	font-size: 12px;
	min-height:200px;
	color: #3D3937;
}

#footer {
	width: 988px;
	height: 55px;
	background: url(bitmaps/footer.jpg) no-repeat;
	clear:both;
}


/*------- Menüaufbau -------*/

/*------- Hauptmenü -------*/

#menubar a:link, #menubar a:visited {
	background: url(bitmaps/menu_bg.jpg) repeat-x;
	letter-spacing:1px;
	font-size:11px;
	color: #eeeeff;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration:none;
	display:block;
	float:left;
	z-index:1;
}

#menubar a:hover {
	background: url(bitmaps/menu_bg_over.jpg) repeat-x #7c8bb2;
}


/*------- Submenüs -------*/

/*------- Submenü //Die Kanzlei// -------*/

#submenu_1 {
	position:absolute;
	left: 50%;
	top: 187px;
	height: auto;
	margin-left: -314px;
	float:none;
	z-index:1;
	visibility:hidden;
}

#submenu_1 a:link, #submenu_1 a:visited {
	font-size: 11px;
	letter-spacing: 1px;
	color:#ffffff;
	height: 14px;
	width: 155px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top:4px;
	padding-bottom:4px;
	display: block;
	text-decoration: none;
	background: #8899c1;
	float:none;
	border-bottom: 1px solid #a2aece;
}

#submenu_1 a:hover {
	color:#ffffff;
	background:#9da8c9;
}


/*------- diverse Inhaltselemente -------*/


#content_input a:link, #content_input a:visited {
	font-size: 12px;
	color:#0000FF; /* #68789d; */
	font-weight:bold;
	text-decoration:none;
}

#content_input a:hover {
	font-size: 12px;
	font-weight:bold;
	color:#0000FF; /* #68789d; */
	text-decoration:none;
}

#content_input li {
	list-style-type:disc;
}

#content_input span.head {
	font-size: 18px;
	font-weight:bold;
}

#content_input span.ausz {
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
	color: #A00000;
}

#content_input span.auszklein {
	font-size: 13px;
	font-weight:bold;
	color: #A00000;
}

#content_input span.ausz2 {
	font-size: 14px;
	font-weight:bold;
}

#content_input span.blau {
	font-size: 12px;
    color:#A00000;
}

#content_input span.block1 {
	float:left;
	width: 270px;
	display:block;
}

#content_input span.block2 {
	float:left;
	margin-left: 30px;
	width: 270px;
}

#copyright {
	font-size:10px;
	color: #ffffff;
	padding-top: 20px;
	margin-left:300px;
	letter-spacing:1px;
}


.email {
	vertical-align:bottom;
}

li {
	padding-bottom:6px;
}


#content_input ul.karo {
  list-style-image: url(bitmaps/karo.gif);
}

#content_input ul.karo_klein {
  margin-top: 5px;
  list-style-image: url(bitmaps/karo_klein.gif);
}


/*------- Formular-Elemente -------*/

font.fehler,p.fehler {
	font-weight: bold;  
	color: red;
}


.border_bgreq {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000055; 
	background-color: #f5d0a3;
	border: #97784e; 
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
