/* CONTAINER.CSS für die Vorlagen - Fassung vom 17.9.2007
Vergeben der IDs für die Website finanz-strategie*/

/*-------------------------------------- */

#container {     /* Umschließender Container */
	margin: auto;
	margin-top: 3px;
	padding: 0px;
	width: 990px;  /*Festlegung der Containerbreite*/
	height: 610px; /*Festlegung der Containerhöhe  */
	text-align: center;
	background-image: url(03_Deco/bg_02.gif);
	background-repeat: repeat-y;
}
/*Die zentrierte Darstellung im Container wird erreicht	
durch margin: auto; text-align: center;*/


#lgo {	/* beinhaltet das Logo ------ */
	margin: 0px;
	padding: 0px;
	padding-left: 70px;
	padding-top: 4px;
	float: left;
	width: 900px;
	height: 80px;
	z-index: 2;
	padding-bottom: 4px;
	vertical-align: middle;
	margin-top: 3px;
}

 
#title {  /* beinhaltet Seitenüberschrift */
	background-image: url(03_Deco/bgt_01a.gif);
	background-repeat: repeat-y;
	margin-left: 25px;
	padding-left: 45px;
	padding-bottom: 3px;
	padding-top: 2px;
	color: #333333;
	float: left;
	text-align: left;
	width: 910px;
	height: 15px;
	white-space: nowrap;
	overflow: visible;
	border-bottom-color: #CC0000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #CC0000;
	border-top-style: solid;
	border-top-width: 1px;
	vertical-align: middle;
	z-index: 4;
	padding-right: 0px;
}

#title.stil_title {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
} 


/*-------------------------------------- 
TEXTBEREICHE  im 2-Spaltendesign  
---------------------------------------- */

#text_links { /* Textcontainer für linke Seite */
	margin: 0px;
	padding: 0px;
	padding-left: 70px;
	padding-top: 18px;
	float: left;
	position: relative;
	line-height: 1.2em;
	width: 335px;
	height: 435px;
	z-index: 5;
	text-align: left;

}

#text_main { /* Textcontainer für Haupttext */
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 18px;
	float: right;
	position: relative;
	text-align: left;
	line-height: 1.2em;
	width: 535px;
	height: 435px;
	overflow: hidden;
	z-index: 5;
}

.cleaner { /* anzuwenden, um beide floats aufzuheben */
	clear: both;
	height: 1px;
	font-size: 1px;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

.bullet_fstr {
	list-style-position: outside;
	list-style-image: url(03_Logos/mini_lgo_10x10.gif);
	list-style-type: none;
}

/*-------------------------------------- 
NAVIGATIONSBEREICH UNTEN
---------------------------------------- */
#navigation {  /* Navigationszeile, waagrecht */
	background-image: url(03_Deco/bgt_01d.gif);
	background-repeat: repeat-y;
	margin-left: 25px;
	margin-bottom: 15px;
	padding: 0px;
	padding-left: 45px;
	padding-bottom: 2px;
	border-bottom-color: #CC0000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #CC0000;
	border-top-style: solid;
	border-top-width: 1px;
	float: left;
	text-align: left;
	height: 16px;
	white-space: nowrap;
	overflow: visible;
	z-index: 4;
	width: 910px;
}


