/* Privatinvest Bank AG /css/portal.css
---------------------------------------------------------------------
This is the main css file, which imports all the other needed
css files.

Author: 	http://www.privatinvestbank.com/ [grre]
Version: 	v 1.0 
Time: 		2008-11-11 13:45 a.m.
---------------------------------------------------------------------
Color Guide

A selection of the most used colors in this CSS.

CI dark blue													#002649
CI medium blue													#336699
--------------------------------------------------------------------- */


/* Generic rules
--------------------------------------------------------------------- */
#sidebar h2 {
	color: #7F8F9D;
	font-size: 1.1em;
	text-transform: uppercase;
	background: url(../images/dotted_border.gif) 0 bottom repeat-x;
	margin: 5px 0 0 0;
	padding: 0 0 9px 20px;
}

#news_list_c {
	margin-top: 10px;
}

.news_list_item {
	margin-bottom: 10px;
	background: url(../images/dotted_border.gif) 0 bottom repeat-x;	
	padding-bottom: 10px;
}

.news_list_item h3 {
	color: #002649;
	font-size: 1.1em;
	margin: 0 10px 3px 20px;
}

.news_list_item h3 a:link, .news_list_item h3 a:visited {
	color: #002649;
	text-decoration: none;
	border-bottom: 0;
}



.news_list_item h3 a:hover, .news_list_item h3 a:active {
	color: #336699;
	text-decoration: none;
	border-bottom: 1px dotted #336699;
}


.nl_body p {
	font-size: 1.1em;
	margin: 0 10px 0 20px;
	line-height: 1.63;
	color: #7C7C7C;
}

/* Content
--------------------------------------------------------------------- */
#content {
  background: url(../images/dotted_border_v.gif) 452px 290px no-repeat;
}

#content_portal {
  width: 420px;
  float: left;
}

#content h1, #content h2, #content h3, #content p, #content ul, #content ol, #content .table_c {
	margin-right: 22px;
}

/* additional infos
--------------------------------------------------------------------- */
#additional_infos {
  float: left;
  width: 268px;
  margin-left: 25px;
  display: inline;
}

/*#ai_end {
  float: left;
  width: 268px;
  height: 1px;
  background: url(../images/dotted_border.gif) 0 bottom repeat-x;
  margin-top: -10px;
}*/

#additional_infos h2 {
	color: #7F8F9D;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 40px 0 17px 0;
}

#additional_infos .csc-header h2 {
	color: #002649;
	font-size: 1.1em;
	margin: -10px 10px 0px 0;
	padding: 10px 0 0 0;
	background: url(../images/dotted_border.gif) 0 top repeat-x;
	text-transform: none;
}

#additional_infos p {
  font-size: 1.1em;
  line-height: 1.80;
  margin: 0 0 1.72em 0;
  color: #7C7C7C;
}


	