/* CSS Dokument - FINANZPARTNER.NET */


/* GLOBAL RESET */
*
{
	margin: 0;
	padding: 0;
}

.x {
	color:#eb3d36;
}

body
{
	background: #c3c3c3 url(../pics/bg.png) top left repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9pt;
	line-height:1.45em;
}


/* Zentraler Seitenbereich - mittig */
#main
{
	margin: 0 auto;
	width: 914px;
}


/* Gesamter Header-Bereich inkl. Menue, Logo, ... */
#header
{
	height: 140px;
	position: relative;
	background:url(../pics/header.jpg);
}

#logo {
	position: absolute;
	left:5px;
	width:170px;
	top:37px;
	height:70px;
	overflow:hidden;
	white-space:nowrap;
	text-indent:300px;
}

#sie_befinden_sich {
	position: absolute;
	bottom:2px;
	left:15px;
}

#sie_befinden_sich a {
	text-decoration:none;
	color:#fd8;
	color:#ccc;
}

#content_top
{
	position:relative;
	width:914px;
	height:26px;
	background: url(../pics/content_top.png);
	overflow: hidden;
}

#content_bottom
{
	position:relative;
	width:914px;
	height:30px;
	background: url(../pics/content_bottom.gif);
	overflow: hidden;
}


/* Gesamter Inhaltsbereich */
#content
{
	position:relative;
	width:914px;
	background: #fff url(../pics/content.png) top right repeat-y;
	overflow: auto;

}

#text {
	font-family: Georgia, serif;
	padding-left:8px;
}

#text a {
	text-decoration:none;
	font-size:1.6em;
	color:#0d4663;
	line-height:2em;
}

#text h2 {
	color:#eb3d36;
	font-size:2em;
	font-weight:normal;
	line-height:1.2em;
	padding:0 25px;
}

#text ul, #text ol {
	margin-left:15px;
}

#text p, #text ol, #text ul {
	margin-top:10px;
}

/* Fusszeile */
#footer
{
	padding: 10px 5px;
	color: #444;
	background: url(../pics/footer.png) no-repeat;
	overflow:auto;
}

#footer a
{
	color: #444;
	text-decoration:none;
}
