/* CSS Document */
@import "format.css";

body {
	background:url(images/bg.jpg) repeat-x #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.2em;
}
#brand {
    float: left;
    width: 10px;
}
h2 {
	color:#FFF;
	font-size: 1em;
	font-weight: bold;
	margin: -2px 0 4px 0;
}
.klein {
	font-size:10px;
}
.titelstart {
	font-size:1.5em;
}
#outer
      {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 990px;
	height: 600px;
	margin-left: -495px; /* half of width */
	margin-top: -300px;  /* half of height */
	background-color: #FFF;
	border: #999 1px solid;
      }
           
#start 
	{
		width:700px;
		height:600px;
		float:left;
		background:url(layout/steuern-sparen.gif) #990033 no-repeat 70px 310px;
	}

#inhalt
	{
		width:620px;
		height:600px;
		float:left;
		background-color:#990033;
		color:#FFF;
	}
#inhalt p {
	padding-bottom: 5px;
}

#text 
	{
		margin:70px 30px 0 30px;
	}
#startadresse {
	  	margin:265px 50px 0 30px;
		}
.bild {
	position:absolute;
	margin-left:370px;
	border:#CCC 1px solid;
}
#navibox
	{
	width:370px;
	height:600px;
	float:left;
	position:relative;
	}
#navibox div.logo {
	position:absolute;
	right:0;
	top:0;
}

#inhalt a {
	text-decoration:none;
	color: #999;
}
	
#navi
	{
	margin-top: 380px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
	}
	
#navi ul {
	list-style:none outside none;
}

#navi li {
	margin:8px 0 0 0;
}

#navi li a {
	color:#000000;
	display:block;
	margin:0;
	padding: 4px 0 4px 10px;
	background: url(layout/baelkli.gif) repeat-y;
	text-decoration:none;
	width:180px;
}

#navi li a:visited {
text-decoration:none;
}

#navi li a:hover {
background: url(layout/baelkli-sw.gif) repeat-y;
text-decoration:none;
}

#navi li a.aktiv {
background: url(layout/baelkli-sw.gif) repeat-y;
text-decoration:none;
}

#form1
{
	margin-top:25px;
}
#form1 td {
	padding:2px;
}
.btform
{
	border:1px solid #666;
	margin:2px;
	height:16px;
}
.btformgr
{
	border:1px solid #666;
	margin:2px;
	width:455px;
	height:50px;
}
.btsenden
{
	margin-left:350px;
	margin-top:10px;
}
#text ul
{
	list-style:url(images/aufz.gif) inside;
}
#text li
{
	padding:0 0 2px 0;
}
#text li.check
{
	padding:0 0 14px 0;
}
#text li img {
	margin-bottom: -3px;
}
