/* 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;
}

#pic {
	position:relative;
	left:2px;
	float:left;
	width:259px;
}

#menue {
	position:relative;
	left:2px;
	float:left;
	width:184px;
}

#menue ol {
	margin-left:30px;
}

#menue li {
	margin-top:20px;
	color:#777;
}

#menue li.act {
	color:#F44;
}

#menue li.act a {
	color:#000;
}

#menue li a {
	color:#777;
	text-decoration:none;
}

#menue form {
	padding-top:40px;
	padding-left:10px;
	display:block;
	color:#777;
}

#menue form a {
	text-decoration:none;
	color:#eb3d36;
}

#menue label {
	font-weight:normal;
	width:70px;
	display:block;
	float:left;
}

#menue div {
	padding-top:5px;
}

#menue input[type=text], #menue input[type=password] {
	color:#444;
	font-weight:normal;
	width:80px;
	border:1px solid #777;
}

#text {
	padding-top:13px;
	position:relative;
	left:40px;
	float:left;
	width:400px;
	color:#093d57;
}

#text a {
	text-decoration:none;
	color:#eb3d36;
}

#text h2 {
	font-size:1.4em;
	font-weight:normal;
	line-height:1.3em;
}

#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;
}

#login {
	/*display:none;*/
	background:#073d5b;
	/*border-bottom:2px solid #000;
	border-left:2px solid #000;
	border-right:2px solid #000;*/
	width:234px !important;
	width:224px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:5;
	color:#fff;
	padding:5px;
}

#login input {
	width:90px;
	background:#f8f8f8;
	border:1px solid #888;
	padding:2px;
	margin-left:10px;
}

form {
	display:inline;
}

.form, .form1 {
	background: #eee;
	font-weight: normal;
	vertical-align: middle;
}

#form fieldset {
  border:0px dotted #888;
  width:380px !important;
  width:390px !important;
  padding-bottom:5px;
  background:#f8f8f8;
  margin-top:10px;
}

#form legend {
	display:none;
}

#form fieldset h2 {
  width:380px !important;
  width:390px;
  margin-bottom:5px;
  padding:3px 5px;
  background:#073d5b;
  color:#fff;
}

#form fieldset h3 {
  width:370px !important;
  width:390px;
  padding:3px 10px;
  background:#c8c8c8;
  font-weight:bold;
}

#form .row {
  	width:60px;
	text-align:center;
	float:left;
	display:block;
}

#form label {
  font-weight:normal;
  width:140px !important;
  width:150px;
  padding:0 10px 5px 0;
  float:left;
  display:block;
}

#form .frage {
  font-weight:normal;
  width:170px !important;
  width:180px;
  padding:0 5px;
  float:left;
  display:block;
}

#form div {
	overflow:auto;
	padding:5px;
	clear:left;
}

#form input[type=text] {
  border:1px solid #888;
  background:#fff;
  width:220px;
  margin:1px;
}

#message1 {
	padding:10px;
}

#message1 textarea {
	border:1px solid #888;
	margin:1px;
	width:370px;
	height:150px;
}

#message2 {
	display:none;
}

.form_grey {
	color:#666;
	font-size:0.9em;
	display:block;
	margin-bottom:15px;
}