/*
 * 6S Capital Maqnagement CSS
 *
 * Schrift:  #
 * Blau:     #11225B
 * Hellblau: #
 */


/*
 * GENERAL
 */

body {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    color:#333333;
    font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight:normal; 
    line-height: 1.3;
}

/*
 * TEXT
 */

p	{ margin-top: 0px; margin-bottom: 10px;}

a         { color: #16336C; font-weight: normal; text-decoration: none; }
a:link    { color: #16336C; font-weight: normal; text-decoration: none; }
a:visited { color: #16336C; font-weight: normal; text-decoration: none; }
a:hover   { color: #16336C; font-weight: normal; text-decoration: underline; }
a:active  { color: #16336C; font-weight: normal; text-decoration: underline; }

a.blue         { color: #16336C; font-weight: normal; text-decoration: none; }
a.blue:link    { color: #16336C; font-weight: normal; text-decoration: none; }
a.blue:visited { color: #16336C; font-weight: normal; text-decoration: none; }
a.blue:hover   { color: #16336C; font-weight: normal; text-decoration: underline; }
a.blue:active  { color: #16336C; font-weight: normal; text-decoration: underline; }

a.on         { color: #16336C; font-weight: bold; text-decoration: none; 
	padding: 7px 5px 8px 5px; 
	border-top: 5px solid #16336C;
	border-bottom: 1px solid #cccccc;
	}
a.on:link    { color: #16336C; font-weight: bold; text-decoration: none; }
a.on:visited { color: #16336C; font-weight: bold; text-decoration: none; }
a.on:hover   { color: #16336C; font-weight: bold; text-decoration: none; }
a.on:active  { color: #16336C; font-weight: bold; text-decoration: none; }

a.off         { color: #16336C; font-weight: normal; text-decoration: none; 
	padding: 7px 5px 8px 5px; 
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}
a.off:link    { color: #16336C; font-weight: normal; text-decoration: none; }
a.off:visited { color: #16336C; font-weight: normal; text-decoration: none; }
a.off:hover   { color: #16336C; font-weight: normal; text-decoration: none; 
	padding: 7px 5px 8px 5px; 
	border-top: 5px solid #16336C;
	border-bottom: 1px solid #cccccc;
	}
a.off:active  { color: #16336C; font-weight: normal; text-decoration: none; 
	padding: 7px 5px 8px 5px; 
	border-top: 5px solid #16336C;
	border-bottom: 1px solid #cccccc;
	}

a.header         { color: #999999; text-decoration: none; }
a.header:link    { color: #999999; text-decoration: none; }
a.header:visited { color: #999999; text-decoration: none; }
a.header:hover   { color: #999999; text-decoration: underline; }
a.header:active  { color: #999999; text-decoration: underline; }

.copyTitle { font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size: 12px; font-weight:bold; line-height:1.3; color:#888888}
.copyText { font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size: 12px; font-weight:normal; line-height:1.3; color:#888888}
.copyHeader { font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size: 12px; font-weight:normal; line-height:1.3; color:#999999}

.msg_error{ color: #FF0000; font-weight: normal;}
.msg_success { color: #00CC00; font-weight: normal;}
 
/* CONTAINER */

#header {
    position:absolute;
    left: 118px;
    top:10px;
    width:626px;
}

#logo {
    position:absolute;
    left: 0px;
    top:70px;
}

#home {
    position:absolute;
    left: 0px;
    top:-34px;
}

#container {
    position:absolute;
    left: 118px;
    top:230px;
    width: 626px;
/*    border: 1px solid blue;*/
    }

#content {
    padding-left: 150px;
    padding-top: 40px;
    width: 474px;
/*    border: 1px solid blue;*/
    }


#sub_navigation {
    position: absolute;
    left: 18px;
    top: 40px;
    width: 150px;
    height: 400px;
/*    border: 1px solid green;*/
}

#content_navigation {
    position: absolute;
    left: 150px;
    top: 0px;
}

#footer {
    width: 626px;
	margin-top: 20px;
	padding-bottom: 50px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}


/* NAVIGATION */

#navigation {
    background: #FFFFFF url(../images/nav_bg_dis.jpg) repeat-x top left;
    position: absolute;
    left: 118px;
    top: 140px;
    width: 626px;
    height: 57px;
}

#investmentLayer {
    width: 147px; height: auto; left: 195px; top: 196px; 
    display: block;
}

#competitiveLayer {
    width: 163px; height: auto; left: 286px; top: 196px; 
}

#aboutLayer {
    width: 89px; height: auto; left: 586px; top: 196px; 
}

#productsLayer {
    width: 80px; height: auto; left: 505px; top: 196px; 
}

.investmentDrop, .aboutDrop, .productsDrop {
    position: absolute; 
    background-color: #11225B;
    z-index: 1; 
    display: block;
    visibility: hidden;    
}

.investmentDrop A, .investmentDrop A:hover, .investmentDrop A:visited, .investmentDrop A:active {
    width: 147px; 
    display: block;
}

.productsDrop A, .productsDrop A:hover, .productsDrop A:visited, .productsDrop A:active {
    width: 80px; 
    display: block;
}

.aboutDrop A, .aboutDrop A:hover, .aboutDrop A:visited, .aboutDrop A:active {
    width: 89px; 
    display: block;
}

a.navigation_item { 
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    color: #BDBDBD; 
    border-top: 1px solid #BDBDBD;
    text-decoration: none; 
}

a.navigation_item:link, a.navigation_item:visited { 
    color: #BDBDBD; 
}

a.navigation_item:hover, a.navigation_item:active  { 
    color: #FFFFFF; background-color: #253776; text-decoration: none; 
}

a.naviseparator, a.naviseparator:link, a.naviseparator:visited, a.naviseparator:hover, a.naviseparator:active  { 
    /*color: #8FE3FB; */ color: #1D2A5C; 
    cursor:default; 
}

/* INPUT FIELDS */

label {cursor: pointer; }

select, textarea, input {
    font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif; 
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    border: 1px solid #CCCCCC;
}

input.headerfield {
    /*height:15px;*/
    padding:1px 0px 2px 0px;
}

input.readonly {
	background-color: #EEEEEE;
}

/* TEAM */

#introLayer, #schossLayer, #chackoLayer, #neumarLayer, #stierlenLayer {
    visibility: hidden;
    position: absolute;
    top:268px;
    width:474px;
}

/* Strategy */

#portfolioBg {
    background-image: url(../images/portfolio/img_basic.gif);
}

#portfolioLayer {
    background-image: url(../images/pixel.gif);
}

#layer_1, #layer_2, #layer_3 {
   visibility: hidden;
   position: absolute;
   padding-top: 20px;
   margin-top: 5px;
   top:100px;
   width: 474px;
   border-top: 1px solid #CCCCCC;
}
