/*
   Site: www.sovereign-finance.de
   User: holm
   Date: 01.07.2008
*/
/* Layout beginn */
html, body, td {
    /*height: 100%;*/
    font-family:Verdana,sans-serif;
    font-size:11px; 
    line-height:1.6;
    color:#333333;
    margin:0px;
    padding:0px;
}

.body_online {
	background-color: #D6DDE4;
}
body#content { /* Editor */
    width:486px;
    padding:20px;
    border-right:1px solid #eee;
}
body#content a {
    text-decoration: none;
}

#page    { /* container der site */
    margin:auto;
	margin-top: 25px;
	padding-bottom: 25px;
    width:1020px;
}

#page-content    { /* innerer container der site */
    width:1020px;
    background-color:#fff;
	background-image:url(../images/body_bg.gif);
    background-repeat: repeat-y;
}
#page-footer    { /* innerer container der site */
    width:1020px;
	height: 25px;
	background-image:url(../images/footer.gif);
    background-repeat: no-repeat;
}

#header { /* Header container */
    padding-top: 0px;
	margin: auto;
	padding-left: 60px;
}
#header-content {  /*innerer Header container*/
    position: relative;
    height: 113px;
	width: 900px;
	background-image:url(../images/header_bg.jpg);
    background-repeat:no-repeat;
	/*background-color: #DDDDDD;*/
}
#header-content-logo {
    position:absolute;
    width:280px;
    height:110px;
    right:10px;
    top:0;
}
#header-content-logo a {
    width:100%;
    height:100%;
    border:0;
    display:block;
}
/*
#header-content-left {
    height: 100%;
	width: 190px;
    background-image:url("header.gif");
    background-repeat:no-repeat;
	background-color: #CCCCCC;
	border-right: 1px #FFFFFF solid;
	float: left;
}
#header-content-center {
    height: 100%;
	width: 534px;
    background-image:url("header.gif");
    background-repeat:no-repeat;
	background-color: #EEEEEE;
	border-right: 1px #FFFFFF solid;
	float: left;
}
#header-content-right {
    height: 100%;
	width: 174px;
    background-image:url("header.gif");
    background-repeat:no-repeat;
	background-color: #DDDDDD;
	float: left;
}*/
#header-navigation    {
    background-color: #042342;
	color: #FFFFFF;
	height: 30px;
	width: 900px;
    overflow:hidden;
}
#header-navigation-langswitch {
	float: left;
	margin: 6px 40px 0px 10px;
}
* html #header-navigation-langswitch {
	float: left;
	margin: 6px 40px 0px 5px;
}
#header-navigation-content    {
	float: left;
	margin: 7px 0px 0px 10px;
}
#header-navigation-content ul{
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#header-navigation-content li {
    letter-spacing: 1px;
    float: left;
    margin-right: 20px;
}
#header-navigation-content a, a:link, a:visited, a:focus, a:active {
	color: #7088A0;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
#left-navigation a.item-selected,
#left-navigation a.has-subitems-selected {
    text-decoration: none;
    color: #042342;
}
#header-navigation-content a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
#header-navigation-content a .selected {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
#header-navigation-search {
	float: right;
	margin-right: 10px;
	padding-left: 10px;
}
* html #header-navigation-search {
	float: right;
	margin-right: 10px;
	padding-left: 0px;
}
#header-navigation-search form input {
	background-color: #D5DCE5;
	color: #0E2849;
	font-size: 10px;
	font-weight: normal;
	border: 1px #BCC5CF solid;
    width: 95px;
	height: 12px;
	margin-top: 8px;
    margin-right: 15px;
}
* html #header-navigation-search form input {
    width: 83px;
    margin-right: 5px;
}
#header-navigation-search a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#body { /*Rumpf container */
    width:100%;
    margin: auto;
}

#body-content { /*innerer Rumpf container */
    /*padding:0;
    margin:0;
    position:relative;
    zoom:1; */
	margin: 0px;
	width: 900px;
	padding-left: 60px;
}

#col1{   /* erstes HTML div tag (linke Spalte) */
    float:left;
    width:190px; 
}
#col1-topspacer {
	height: 35px;
}
#col1-quickfinder {
	/* border-top: 1px #BCC5CF solid;  */
	padding: 10px 15px 10px 15px;
}
#col1-quickfinder form select {
	color: #0E2849;
	font-weight: normal;
	border: 1px #BCC5CF solid;
    width: 100%;
}
#col1-content {  /*erstes HTML div tag innerer container (linke Spalte) */
}

#left-navigation { /*Linke Navigation innen */
    padding: 10px 10px 10px 15px;
	border-top: 1px #BCC5CF solid;
}


#col2 { /*zweiter HTML div Tag (rechte Spalte) */
    float:right;
    width: 174px; 
    /*display:none;*/
}
#col2-bottom {
}
#col1-content {
}
#col2-bottom-quicklogin {
	color: #0E2849;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
    border-bottom: 1px #97ACC4 solid;
	border-top: 1px #97ACC4 solid;
}
#col2-bottom-quicklogin label {
	color: #0E2849;
	font-weight: normal;
}
#col2-bottom-quicklogin form input {
	color: #0E2849;
	font-weight: normal;
	border: 1px #BCC5CF solid;
    width: 105px;
    margin-right: 5px;
    margin-bottom: 5px;
}
#col2-bottom-quicklogin a {
	color: #0E2849;
	font-weight: bold;
	text-decoration: none;
}
#col2-bottom-contact {
	color: #000000;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px #97ACC4 solid;
}
#col2-bottom-contact span {
	color: #0E2849;
	font-size: 0.9em;
	font-weight: bold;
}
#xxxcol2-bottom-image {
	background-color: #F9F5EC;
	border-bottom: 1px #97ACC4 solid;
	width: 174px;
	height: 174px;
	background-image: url("images/right_img_01.jpg");
    background-repeat: no-repeat;
	overflow: hidden;
}
#col2-content { /*zweiter HTML div Tag innerer container (rechte Spalte) */
    padding: 20px 20px 20px 0px; 
}
#col3 { /* dritter HTML div tag ( Content ) */
    margin-left: 190px;
    margin-right: 174px;
}
#col3-content  { /* dritter HTML div tag innerer container ( Content ) */
    background-image:url(../images/cont_bg.jpg);
    background-position: 112px 70px;
    background-repeat: no-repeat;
	padding: 35px 25px 25px 25px;
    border-right: 1px #97ACC4 solid;
    border-left: 1px #97ACC4 solid;
    position:relative;
}
/* Hack für 3-Pixel-Jog Bug IE < 7 Windows Hides from IE-mac \*/
 * html #col3 {height: 1%;}     
 * html #col1 {margin-right: -3px;} 
 * html #col3 {margin-left: 187px; } 
 * html #col2 {margin-left: -3px; } 
 * html #col3 {margin-right: 171px; } 
/* Ende Hack für 3-Pixel-Jog Bug */
/*-----------------------------------------------------------------------------------------------------*/
#content {  /* Inhalt */
    background-color: transparent;
    width: auto;
    padding-bottom: 50px;
}

#col3-content-print { /*Footer container */
  height: 30px;
  text-align: right;
  padding-right: 20px;
}

#footer { /*Footer container */
  width:100%;
  text-align: center;
  border-top: 1px #6D749E solid;
  margin: auto;
}
#col3-content-footer { /* Footer innerer container */
	padding:5px;
	font-weight: bold;
	clear:both;
	position:absolute;
	bottom: 25px;
	left: 100px;
}
#col3-content-footer span{ /* Footer innerer container */
    padding-right: 15px;
}
/* Layout Ende */

/*
  sonstige Einstellungen
*/

.border    {
    border:1px #6D749E solid;
    border-collapse:collapse;
}
.border-red    {
    border:1px #C80F14 solid;
    border-collapse:collapse;
    font-weight: bold;
}
p.achtung {
    padding:10px;
    color:#990000;
}

/*h1,h2,h3,h4  {
    color: #0F4DA4;
    padding-bottom:5px;
}*/
h1 {
    font-size:1.8em;
    color: #0F4DA4;
    padding-bottom:5px;
}
h2 {
    font-size:1.3em;
    color: #0F4DA4;
    padding-bottom:5px;
}
h3 {
    font-size:1em;
    color: #0F4DA4;
    font-weight: normal;
    padding-bottom:0px;
}
h4 {
    font-size:1em;
    color: #000000;
    padding-bottom:5px;
}
/* links -------------------------- */
a   {
    color: #7088A0;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a:hover{
    color: #042342;
}

a.home {
    font-weight:bold;
    color: #6D749E;
    font-size: 0.9em;
    text-decoration: none;
}
a.topnavi {
    font-weight:bold;
    color: #fff;
    text-decoration: none;
}
a.leftnavi {
    line-height: 2;
    font-weight:bold;
    color: #718697;
    text-decoration: none;
}
a.leftnavi:hover {
    color: #042342;
}

.leftnavi-high {
    /* padding-bottom:2px;*/
}

#left-navigation a {
    font-weight: bold;
    line-height:2;
	color: #718697;
	font-size: 1em;
    text-decoration: none;
    margin-top: 10px;
}
#left-navigation a.leftnavi_sublevel_1 {
    line-height: 1.5;
    padding-left: 10px;
    font-weight: bold;
	font-size: 0.8em;
    text-decoration: none;
    margin-top: 2px;
}
#left-navigation a.leftnavi_sublevel_1:hover {
    color: #042342;
}
#left-navigation a.leftnavi_sublevel_2 {
    line-height: 1.5;
    padding-left: 10px;
    font-weight: bold;
	font-size: 0.8em;
    text-decoration: none;
    margin-top: 2px;
}
#left-navigation a.leftnavi_sublevel_2:hover {
    color: #042342;
}
a.leftnavi_sublevel_3 {
    padding-left: 10px;
    line-height:2;
    font-weight: bold;
    /*color: #6D749E;*/
	color: #FF00FF;
	font-size: 0.8em;
    text-decoration: none;
}
a.leftnavi_unten {
    color: #6D749E;
    line-height:4;
    text-decoration: none;
}
ul.sub a.has-subitems, ul.sub a.has-subitems-selected {
    color: #042342;
    background-repeat: no-repeat;
    background-position: left 2px;;
    padding-left:15px;
    /*argin-left:-15px;*/
}
ul.sub a.has-subitems {
    background-image: url(../images/pfeil_rechts.gif);
    display: block;

}
ul.sub a.has-subitems-selected {
    background-image: url(../images/pfeil_runter.gif);
}

/* fonts -------------------------- */
.f-blau {
    font-weight: bold;
    color: #0F4DA4;
}

.f-weiss {
    font-weight: bold;
    color: #fff;
    font-size: 1.0em;
}
.f-center   {
    text-align: center;
}

.pa-b-5   {
    padding-bottom:5px;
}
.pa-suche   {
    padding:8px 0 0 10px;
}
.pa-nl   {
    padding:10px 0 0 0;
}
.pa-10 { /*Linke Navigation innen */
    padding: 10px;
}

.pa-5-10 { /*Linke Navigation innen */
    padding: 5px 10px 5px 10px;
}
.ma-b-5 {
    margin-bottom: 5px;
}

.bg-grey {
    background-color: #F7F7F7;
}
.bg-red {
    background-color: #C80F14;
}

.he-35   {
    height:35px;
}

#col1 ul,
#col1 li
{
  list-style-type:none;
  margin:0px 0 0 0;
  padding:0;
}
#col1 ul.sub {
    padding-bottom:5px;
}

#col1 ul ul li
{
  padding:0 0 0 14px;
  margin:0;
}

.navigation-bottom {
  position:relative;
  left:10px;
  top:10px;
}

.red {
  background-color:red;
}
.liste
{
	float:left;
	width:50%;	
}
