html  {
	background-color: #8F99A1;
	width: 100%;
	height: 100%;
}

body   {
	background-color: #8F99A1;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	margin: 50px 0px;
	padding: 0px 0px;
	text-align: center;
	min-width: 794px;
	color: Black;
	height: 100%;
}

#wrapper {
	padding-left: 0px;
	margin: 0 auto;
	width: 794px;
	text-align: left;
	z-index: 0; 
	background-image: url(../nav/back.gif);
	background-repeat: repeat-y;
}
#header {
	color: Black;
	width: 794px;
	height: 171px;
	top: 0px;
	position: relative;
}
#content_wrapper{
	top: 0px;
	left: 0px;
	width: 794px;
	min-height: 350px;
	position: relative;
	text-align: left;
}
/* Hack min-height für IE (Hide it from Safari !) */
* html div.content_wrapper {
   height: 350px;
}

#navigation{
	top: 0px;
	left: 2px;
	width: 140px;
	height: 350px;
	text-align: left;
	position: absolute;
}
#nav_willkommen{
	top: 0px;
	left: 0px;
	position: relative;
}
#nav_portait{
	top: 0px;
	left: 0px;
	position: relative;
}
#nav_vermoegen{
	top: 0px;
	left: 0px;
	position: relative;
}
#nav_vorsorge{
	top: 0px;
	left: 0px;
	position: relative;
}
#nav_immo{
	top: 0px;
	left: 0px;
	position: relative;
}
#nav_steuern{
	top: 0px;
	left: 0px;
	position: relative;
}
#nav_aktuell{
	top: 0px;
	left: 0px;
	position: relative;
}
#nav_kontakt{
	top: 0px;
	left: 0px;
	position: relative;
}
#footer{
	top: 10px;
	left: 0px;
	position: relative;
}
div.content{
	top: 15px;
	left: 205px;
	width: 538px;
	position: relative;
	min-height: 350px;
}

p   {
	color: Black;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3pt;
	margin-top: 3pt;
}
hr   {
	color: #7F0052;
	height : 1px;
}
h1,h2,h3  {
	color: #595D64;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 3px;
}
h1  {
	font-size: 130%;
	margin-bottom : 9px;
}
h2  {
	font-size: 120%;
	margin-bottom : 3px;
}
h3  {
	font-size: 110%;
	margin-bottom : 3px;
}
ol {
	color: Black;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0;
	margin-left: 2em;
	margin-bottom: 3px;
	margin-top: 3px;
	padding-bottom: 0px;
}
ul {
	color: Black;
	font-size: 11px;
	line-height : 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0; 
	margin-left: 1.5em;    
	margin-bottom: 3px;
	margin-top: 3px;
	padding-bottom: 0px;
}
li   {
	color: Black;
	font-size: 11px;
	line-height : 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a    {
	color: #4A4D7B;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a:visited     {
	color: #4A4D7B;
}
a:active      {
	color: #4A4D7B}
a:hover     {
	color: #8F99A1;
}
td   {
	color: Black;
	font-size: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
input
{
	border: 1px solid Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px;
}
input.text
{
	width: 250px;
	height: 16px;
}
input.button
{
	width: 100px;
	background-color: #8F99A1;
	height: 20px;
	font-weight: bold;
	color: Black;
}
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height : 14px;
	padding-left: 2px;
}
textarea.text
{
	border: 1px solid Black;
	width: 250px;
}
.legende
{
	margin-left: 20px;
	font-size: 80%;
}
.legende_t
{
	margin-bottom: 10px;
	font-size: 80%;
}
.error
{
	color: #990000;
}
