/*
	Datei:	css/ivr_2.css
	Autor:	Mike Wittje
	
	Layoutbeschreibung der Seite
*/
@charset "ISO-8859-1";

body {
	background-color: #b6bdc2;
}


/*************************  Aussencontainer  ******************************/

#wrap {
	margin: 0 auto;
	width: 987px;
	height: auto;
}

#wrap2 {
	height: auto;
	background-color: #fff;
	border: 1px;
	border-color: #3c4f5e;
	border-style:solid;
	padding: 10px;
}

/*  Login und Bildbereich  -------------------------*/

#header {
	height: 245px;

}

div#header_login {
	background-color: #3c4f5e;
	height: 27px;
}

#logo {
	float: left;
	height: 27px;
}

#loginwrap {
	width: 504px;
	height: 27px;
	float: right;
	background-color: #3c4f5e;
	text-align: right;
	background-image: url(../img/layout/investmentredaktion-login.png);
	background-repeat: no-repeat;
	
}

#login {
	text-align: right;
	padding-right: 10px;
	margin-top: 4px;
	
}
#login p {
	font-size: 10pt;	
}


div#bildbereich {
	/*width: 965px;*/
	width: 100%;
	height: 174px;
	float: left;
	margin-top: 8px;
	margin-bottom: 1px;
	background-image: url(../img/layout/bild-1.jpg);
	background-repeat: no-repeat;
}

/*  Definition zur Hauptnavigation  -------------------------*/
div#navi{
	background-image: url(../img/layout/navi-hg.jpg);
	background-repeat: no-repeat;
	width: 965px;
	height: 32px;
	float: left;
	padding-left: 20px;
	padding-top: 8px;
}

#main{
	float: left;
	margin-top: 10px;
	width: 100%;
	
}
div#leftnav {
	height: auto;
}

#naviSecureBlind{
	background-color: #FFF;
	width: 180px;
	float: left;
	padding-top:20px;
	padding-bottom:28px;
	margin-right: 20px;

	
}

#naviSecure{
	background-color: #3c4f5e;
	width: 180px;
	float: left;
	padding-top:20px;
	padding-bottom:28px;
	margin-right: 20px;
	

}


#content {
	height: auto;
	width: 78%;
	float: left;
	padding-top: 2px;
	
}
/* IE 6 */
* html div#content {
	height: auto;
    width: 70%;
    float: right;
    padding-top: 2px;
}


/***********************  Seitenabschluss  *****************************/

#footer {
	height: 18px;
	padding-left: 5px;
	padding-top: 2px;
	background-image: url(../img/layout/footer-bild.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff;

}




/************************** Artikelarchiv ***********************/
div#archivSuche {
	width: 100%;
	margin-bottom: 20px;	
}
div#artikelSuche,
div#artikelFilter {
	width: 35%;
	border: 1px solid #3c4f5e;
	float: left;
	padding-bottom: 5px;
}
div#artikelSuche input.submit,
div#artikelFilter input.submit {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}
div#artikelSuche input.submit {
	margin-bottom: 4px;	
}
div#artikelFilter {
	width: 60%;
	float: right;
	
}
div#artikelSuche h1,
div#artikelFilter h1 {
	color: #FFF;
	background-color: #3C4F5E;
	font-size: 8pt;
	margin: 0;
	padding: 2px 0 5px 5px;
	line-height: 15px;
	margin-bottom: 5px;
}
div#artikelSuche p,
div#artikelFilter p {
	margin-left: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	
}
div#artikelFilter select {
	border: 1px solid;
	border-color: #3c4f5e;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3c4f5e;
}
div#artikelFilter select.input_gross {
	width: 100%;
	
}

/*********************************** Benutzerverwaltung ***********************/
fieldset#bvw_adressdaten {
	float: left; 
	width: 45%;
	padding-bottom: 82px;
	margin-bottom: 10px;
	
}

fieldset#bvw_kontaktdaten {
	float: right;
	width: 45%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right: 36px;
}

fieldset#bvw_bankdaten {
	float: right;
	width: 45%;
	padding-bottom: 10px;
	margin-right: 36px;
}

fieldset#bvw_redaktionsdaten {
	float: left;
	width: 95%;
	padding-bottom: 10px;
	margin-bottom: 10px;
		
}
form#benutzeredit input#submit {
	float: right;
	margin-right: 36px;
	margin-top: 10px;
}
