/*

	stylesheet fŸr SteuerbŸro Sšhnel
	www.steuerberaterin.com
	
*/

body
{
	background-color:#FFFFFF;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:"Courier New", Courier, fixed;
	font-size:11px;
	line-height:16px;
	color:black;
}

td
{
	font-family:"Courier New", Courier, fixed;
	font-size:11px;
	line-height:16px;
	color:black;
}

div.navitop
{
	display:none;
}

div.navibottom
{
	display:none;
}

div.hauptinhalt
{
	position:relative;
	top:0px;
	left:0px;
	width:auto;
	height:auto;
	background-color:#FFFFFF;
}


div.spacer
{

	top:0px;
	left:0px;
	width:auto;
	height:30px;
}

div.linker
{
	position:relative;
	top:0px;
	left:0px;
	width:330px;
	height:auto;
	text-align:right;

}

div.rechter
{
	position:relative;
	top:0px;
	left:334px;
	width:286px;
	height:auto;
	text-align:left;
}

div.blockgross
{
	position:relative;
	top:0px;
	left:0px;
	right:0px;
	width:620px;
	height:auto;
	margin:0px auto 0px auto;
	text-align:left;
}

div.ganzer, div.rahmen
{
	display:none;
}

div.textblock
{
	width:370px;
}

.blass
{
	font-family:Verdana,Geneva,Arial,Helvetica,Lucida,sans-serif;
	font-size:10px;
	color:grey;
}

.error
{
	border:2px dashed rgb(161,41,64);
	background-color:rgb(220,220,220);
}

.errhint
{
	border:1px solid rgb(161,41,64);
	padding:4px;
	font-weight:bold;
}

input.k180
{

	border:1px solid rgb(161,41,64);
	background-color:#FFFFFF;
	color:#000000;
	font-size:11px;
	line-height:11px;
	width:156px;
}
h2
{
	font-weight:bold;
	color:rgb(51,51,51);
	font-size:16px;
	line-height:18px;
}

h4
{
	font-weight:bold;
	color:rgb(161,41,64);
	font-size:14px;
	line-height:16px;
}


img.deko
{
	left:0px;
	border:0px none;
	margin:0px;
	padding:0px;
}

img.content
{
	margin-left:0px;
	margin-bottom:6px;
	margin-right:6px;
	margin-top:0px;
	float:left;
	border:0px;
}

#abschluss
{
	display:none;
}

.rot
{
	color:rgb(161,41,64);
}

a:link
{
	font-weight:normal;
	text-decoration:underline;
	color:black;
}

a:hover
{
	font-weight:normal;
	text-decoration:underline;
	color:rgb(161,41,64);
}

a:visited
{
	font-weight:normal;
	text-decoration:underline;
	color:black;
}

a:hover:visited
{
	font-weight:normal;
	text-decoration:underline;
	color:rgb(161,41,64);
}

a:active
{
	font-weight:normal;
	text-decoration:underline;
	color:rgb(153,153,153);
}


/*		ELEMENTE der Navigation f. Datenbank 		*/

div.defaultNavi {
/*	Navi-Block, eigentlich nur die †berschrift	*/
	position:static;
	width:auto;
	height:auto;
	text-indent:8px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	background-color:rgb(161,41,64);
	/* border:1px solid rgb(161,41,64); */
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	line-height:18px;
	/* background-image:url("/standard/pix/orange.gif");
	background-repeat:repeat-y; */
}


div.defaultNaviItem {

	position:static;
	width:auto;
	height:auto;
	background-color:rgb(220,220,220);
	font-weight:normal;
	font-size:11px;
	color:#000000;
	line-height:18px;
	
	padding-left:12px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;

	border-top:0px none;
	border-left:1px solid rgb(161,41,64);
	border-right:1px solid rgb(161,41,64);
	border-bottom:1px solid rgb(161,41,64);
}

div.defaultNaviItem#sel {
	background-color:#FFFFFF;
	font-size:11px;
}


a.defaultNaviLink:link {

	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	color:#000000;
}
a.defaultNaviLink:hover {

	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	color:rgb(161,41,64);
}
a.defaultNaviLink:hover#sellink {

	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	color:#000000;
}
a.defaultNaviLink:visited {

	text-decoration:none;
	font-weight:normal;
	font-size:11px;
}
a.defaultNaviLink:active {

	text-decoration:underline;
	font-weight:normal;
	font-size:11px;
	color:rgb(161,41,64);
}