/* ----------------------------------------------------
   Project: 	alfa-finanz.net
   Subject: 	general CSS definitions
   
   (C)2003 Robert Lemke Medienprojekte
   ---------------------------------------------------- */

BODY, TABLE, TH, TD {
	margin: 0px;
	padding: 0px;
	color: #243F77;
	font-family: Arial, Helvetica, sans-serif;
}

P {
	margin: 0px 0px 14px;
	padding: 0px;
	font-size: 12px;
}

A:visited {
	color: #9D2533;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	font-weight: bold;
	color: #9D2533;
	text-decoration: underline;
}

A:link {
	color: #9D2533;
	text-decoration: none;
	font-weight: bold;
}

A:active {
	color: #9D2533;
	font-weight: bold;
	text-decoration: underline;
}

.text-light {
	color: #6E8091;
}

/* ----------------------------------------------------
   TABLES
   ---------------------------------------------------- */

TH.dark {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #243F77;
	text-transform: uppercase;
	vertical-align: top;
	padding: 0.3em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

TD.dark {
	color: #243F77;
	font-size: 10px;
	background-color: #E8E9EC;
	vertical-align: top;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 0px;
	border-right: 1px solid #243F77;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px;
}

TH.sub-dark {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #243F77;
	padding: 0.3em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-transform: none;
}

TH.light {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #9EA8B5; /*#ACb8C6*/
	padding: 0.3em;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-transform: none;
}

TD.light {
	color: #243F77;
	font-size: 10px;
	background-color: #E8E9EC;
	vertical-align: top;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 0px;
	border-right: 1px solid #243F77;
	border-left: 0px;
	border-bottom: 1px solid #FFFFFF;
}

TD.sub-light {
	color: #858E99;
	font-size: 10px;
	background-color: #E8E9EC;
	vertical-align: top;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 0px;
	border-right: 1px solid #243F77;
	border-left: 0px;
	border-bottom: 1px solid #9EA8B5; /*#ACb8C6*/
}

/* ----------------------------------------------------
   Headers                                             
   ---------------------------------------------------- */

H1,H2,H3,H4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

H1 {	font-size: 32px; }
H2 {	font-size: 22px; }
H3 {
	font-size: 18px;
	color: #6E8091;
}
H4 {	
	margin: 0px;
	font-size: 12px; 
	color: #6E8091;
}

/* ----------------------------------------------------
   BULLETIN LISTS
   ---------------------------------------------------- */
UL {
	margin: 0px 0px 0px 18px;
}
UL LI, OL LI {
	font-size: 12px;
	list-style-type: disc;
}

/* ----------------------------------------------------
   MAILFORM
   ---------------------------------------------------- */

DIV.mailform {
	width: 520px;	
}

DIV.mailformrow {
	clear: both;
	padding: 2px 0px 0px 0px;
}

DIV.mailformrow span.mailformlabel {
	float: left;
	width: auto;
	text-align: left;
	font-size: 12px;
	margin-right: 10px;
}

DIV.mailformrow span.mailformfield {
	float: right;
	width: 345px;
	text-align: left;
	font-size: 12px;
} 

/* ----------------------------------------------------
   SEARCHFORM
   ---------------------------------------------------- */

DIV.searchform {
	clear: both;
	padding: 2px 0px 0px 0px;
}

DIV.searchform span.searchformlabel {
	float: left;
	width: 90px;
	text-align: left;
	font-size: 12px;
	margin-right: 10px;
}

DIV.searchform span.searchformfield {
	float: left;
	width: 50px;
	text-align: left;
	font-size: 12px;
} 

DIV.searchform span.searchformfield input{
	font-size: 10px;
	width: 85px;
	margin-left:8px;
}

.searchword {
	font-weight: bold;
	color: #9D2533;
}

#leftbar .searchform .searchformlabel {
	color: #27375A;
	padding-left: 8px;	
}

/* ----------------------------------------------------
   INDEXED SEARCH 
   ---------------------------------------------------- */
/*
	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
	.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
	.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
	.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeff; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:absmiddle; }
*/
/* ----------------------------------------------------
   Left navigation bar 
   ---------------------------------------------------- */

.leftbar {
	background-color: #6D7F97;
	background-image: url(../images/bgr-leftbar-with-gradient.gif);
	background-repeat: repeat-y;
}

/* ----------------------------------------------------
   Top bar 
   ---------------------------------------------------- */

.topbar {
	height: 88px;
}

/* ----------------------------------------------------
   Main content frame
   ---------------------------------------------------- */

#laymainheader {
	left: 0px;
	white-space: nowrap;
	visibility: visible;
	z-index: 100;
	padding: 0px 0px 0px 40px;
	margin: 36px 0px 0px 0px;
	
}

#txtheader H1, #txtheader H2, #txtheader P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0px;
	text-indent: 180px;
	background-color: #243F77;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

#layheaderpic {
	position: absolute;
	left: 16px;
	top: 41px;
	height: 160px;
	width: 220px;
	visibility: visible;
	z-index: 110;
	margin: 0px;
	text-align: center;
}

/* ----------------------------------------------------
   Content layer
   ---------------------------------------------------- */
#laycontentcontainer {
	float: left;
	width: 97%;
}

#laycontent {
	z-index: 400;
	float: left;
}

#txtintroduction {
	padding-left: 220px;
	margin-bottom: 20px;
}

#txtcontent {
	padding-left: 40px;
	margin: 0px:
	padding: 0px;
}

/* ----------------------------------------------------
   News box
   ---------------------------------------------------- */

#laynewswrap {
	background-color: #A0B3C3;
	float:right;
	width: 18%;
	height: 100%;
	z-index: 300;
	padding: 30px 0px 0px .5em;
}

#laynews {
	background-color: #DBE4EC;
	margin: 0px;
	padding: 0.5em;
}

#laynews P{
	font-size: 12px;
	color: #253E77;
}
#laynews H4,H5 {
	margin: 0px 0px 4px;
}

/* ----------------------------------------------------
   Symbols / Icons
   ---------------------------------------------------- */
.alfatipp IMG{
	margin: 0px 6px 0px 0px;
	border: 0px;
}

.infosign IMG{
	margin: 0px 6px 0px 6px;
	border: 0px;
}
