@charset "UTF-8";
/*-------------------------------------------------------------------

STANDARD STYLESHEET KICKSTART

-------------------------------------------------------------------*/

/*
Author:    Sebastian Dubbel
Website:   www.beckerspaeth.de
E-Mail:    dubbel@beckerspaeth.de
Encoding:  UTF-8
*/

/*-------------------------------------------------------------------

IMPORT SCREEN STYLESHEETS

-------------------------------------------------------------------*/
@import "sifr_screen.css";


/*-------------------------------------------------------------------

RESET DEFAULT STYLES

-------------------------------------------------------------------*/

/* Reset margin and padding of all HTMl elements */
/* CSS Reset, Eric Meyer. URL: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: #000;
	background-color: #dbdad4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/*
Safari doesn't support the quotes attribute, so we do this instead.
*/
blockquote:before, blockquote:after, q:before, q:after {
	/*
	CSS 2; used to remove quotes in case "none" fails below.
	*/
	content: "";
	/*
	CSS 2.1; will remove quotes if supported, and override the above.
	User-agents that don't understand "none" should ignore it, and
	keep the above value. This is here for future compatibility,
	though I'm not 100% convinced that it's a good idea...
	*/
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-------------------------------------------------------------------

GLOBAL BLOCK ELEMENTS

-------------------------------------------------------------------*/

html, body {
	height: 100%; 
	margin-bottom: 1px;
}

#container {
	font-size: 62.5%; /* set font-size to reasonable size so that 10px = 1em */
}

#header,
#content,
#footer {
	width: 100%;
}

#header .center_container,
#content .center_container,
#footer .center_container {
	margin: 0 auto;
	width: 855px;
	text-align: left;
}

#header {
	background-color: #2a7878;
	line-height: 0;
}

#header .center_container {
	height: 350px;
	position: relative;
}

#content {
	padding: 5px 0 50px 0;
	background-color: #fff;
}

#content #col_1 {
	float: right;
	width: 610px;
}

#content #col_2 {
	float: left;
	margin-left: 25px;
}

#content #col_2 #yellow_square {
	width: 180px;
	height: 145px;
	background-color: #bfb508;
	text-align: right;
	padding-top:35px;
}

#footer {
	padding: 20px 0;
}


/*-------------------------------------------------------------------

GLOBAL CLASSES AND DEFINITIONS

-------------------------------------------------------------------*/

.margin-top_0,
div.news h3,
h2.news {
	margin-top: 0 !important;
}

.float_left {
	float: left;
}

.clear_both {
	clear: both;
}

.hidden {
	display: none !important;
}

.clearfix:after,
dl dd:after,
#footer p.address:after,
#tabNav:after,
.news:after {
	content: "."; 
    display: block; 
    height: 0;
	line-height: 0;
    clear: both; 
    visibility: hidden;
}

/* class to hide html elements from screen, but leave them readable for screenreaders */
.invisible,
#header h1,
table caption {
	position: absolute;
	left: -9999px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	background-image: none;
}  


div.hr {
	border-top: 1px solid #dbdad4;
	margin: 2.5em 0;
}

div.hr hr {
	display: none;
}

.infobox {
	margin-top: 4em;
	padding: 2em;
	background-color: #979482;	
	color: #fff;
}


/*-------------------------------------------------------------------

TYPOGRAPHY

-------------------------------------------------------------------*/

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1,
h2,
h3,
h4 {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #bfb508;
}

h2,
h3,
h4 {
	margin-top: 1.6em;
	font-size: 2.2em;
	line-height: 1.2;
}

.infobox h2,
.infobox h3,
.infobox h4 {
	color: #fff;	
}

#content #col_2 h2 {
	margin-right: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin-top:0px !important;
}

#content #col_2 h2 span {
	color: #000;
}

h3 {
	margin-top: 1.2em;
	font-size: 2em;
}

h4 {
	font-size: 1.7em;
}

p,
ul,
ol,
dl,
table th,
table td {
	margin-top: 1.3em;
	font-size: 1.3em;
	line-height: 1.4;
}


p#download_produktprospekt {
	margin-top: 3.5em;
}

div.news div#news_content p{
	margin-top:0px !important;
}

span.adr_float {
	float: left;
	width: 2em;
}

span.adr_float.long {
	width: 8em;
}

dl ul {
	font-size: 100%;
}

dl dt {
	width: 10em;
	float: left;
	font-weight: bold;
	clear: left;
}

dl dd {
	margin-left: 11em;
}

dl dt,
dl dd {
	margin-bottom: .5em;
}


/*-------------------------------------------------------------------

TYPOGRAPHIC CLASSES

-------------------------------------------------------------------*/

#footer p,
.disclaimer p {
	margin-top: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #878471;
}

.disclaimer {
	margin-top: 45px;
}

.disclaimer p {
	font-size: 1em;	
	line-height: 1.6;
}

#footer p.address {
	float: left;
	margin-left: 245px;
	width: 450px;
}

#footer p#nav_impressum {
	float: right;
}

.address_float {
	float: left;
	width: 145px;
	margin-right: 10px;
}

.address_float.adr {
	width: 100px;
}

.fileinfo {
	padding-left: .5em;
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .923em;
	color: #878471;
}

.infobox .fileinfo {
	color: #DFDFDF;	
}

.company_name {
	text-transform: uppercase;
}

.zitat,
.info {
	font-size: 1.1em;
	font-style: italic;
}

.infobox .zitat {
	color: #DFDFDF;
}

.info {
	text-align: right;
	margin-top: .5em;
	color: #979482;
}

p.fondsInfo {
	margin-top: 0;
	margin-left: .2em;
	font-size: 1.2em;
	font-family: "Helevtica Neue", Helvetica, Arial, sans-serif;
	color: #979482;
}

dl.fondsInfo {
	width: 100%;
	overflow: hidden;
	line-height: 1.2;
}

dl.fondsInfo dt {
	width: 19%;
}

dl.fondsInfo dd {
	float: left;
	margin-left: 1em;
	width: 21%;
}

dl.fondsInfo dd.stueck {
	width: 29%;
}

dl.fondsInfo dt {
	margin-bottom: .5em;
}

ul.infoList {
	padding-top: 1em;
}

ul.infoList li {
	/*
	float: left;
	margin-right: 15px;
	*/
}

.image-float p {
	width: 115px;
	overflow: hidden;
	float: left;
	margin-top: 30px;
	margin-right: 30px;
	color: #979482;
}

.button span {
	font-size: 150%;
}


/*-------------------------------------------------------------------

IMAGES

-------------------------------------------------------------------*/
img {
	line-height: 0;
}

img.produktprospekt {
	float: left;
	margin: .2em 1.5em 1.5em 0;
}

img.news_image {
	float: left;	
	margin: 25px 0 0 0;
}

#logo img {
	display: none;	
}

img.float_right {
	float: right;
	margin: 0 0 40px 20px;
}

/*-------------------------------------------------------------------

LINKS

-------------------------------------------------------------------*/

a,
a:link,
a:visited {
	text-decoration: none;
	color: #4a7590;
	border-bottom: solid 1px #878471;	
}

a:hover, 
a:active {
	color: #878471;
	border-bottom-color: #4a7590;
}

/* LINK BUTTON */
a.button,
a.button:link,
a.button:visited,
button.button,
button.button:visited {
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: block;
	width: 505px;
	height: 51px;
	line-height: 51px;
	background: #ad0501 url(../img/button-disclaimer.gif) no-repeat 0 0;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 0;
	border-bottom: none;
	text-indent: -9999px;
	outline: 0 none;
}

button.button:disabled {
	cursor: not-allowed;
	opacity: .6;
}

a.button:hover,
a.button:active,
a.button:focus,
button.button:not(:disabled):hover,
button.button:not(:disabled):active,
button.button:not(:disabled):focus {
	background-color: #c10908;
	background-position: 0 -51px;
}

/* LINKS IN INFOBOX */
.infobox a,
.infobox a:link,
.infobox a:visited {
	color: #000;
	border-bottom: solid 1px #000;	
}

.infobox a:hover, 
.infobox a:active {
	color: #4a7590;
	border-bottom-color: #4a7590;
}


/* LINKS IN FOOTER */
#footer a,
#footer a:link,
#footer a:visited {
	color: #878471;
	border-bottom: none;	
}

#footer a:hover, 
#footer a:active {
	color: #4a7590;
}

a img,
#logo a {
	border: none;
}

/* link to external website that is opened in a new window */
a.link_extern {
}

/* BUTTON PROSPEKT DOWNLOAD */
p.download_produktprospekt a,
p.download_produktprospekt a:link,
p.download_produktprospekt a:visited {
	display: block;
	float: left;
	width: 259px;
	height: 24px;
	text-indent: -999em;
	background: url(../img/btn_prospekt_download.jpg) no-repeat 0 0;
	border-bottom: none;
}

p.download_produktprospekt a:hover,
p.download_produktprospekt a:active,
p.download_produktprospekt a:focus {
	background-position: 0 -24px;
}

/* logo image */
#logo a,
#logo a:link,
#logo a:visited {
	display: block;
	width: 194px;
	height: 187px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/logo_aaasset_consult-combined.png) 0 0 no-repeat;
}

#logo a:hover,
#logo a:active,
#logo a:focus {
	height: 236px;
	background-position: 0 -187px;
}


/*-------------------------------------------------------------------
SKIP LINKS
-------------------------------------------------------------------*/
#skipnav {
	margin: 0;
}

/* take links aout of document flow through absolute positioning
   hide links by positioning them outside of the visible screen area */
#skipnav a {
	position: absolute; 
	z-index: 2; 
	overflow: hidden; 
	top: -1000em; 
	left: -1000em;
	padding: 0;
	margin: 0;
} 

/* show links when focused or active, by positioning them inside visible screen area */
#skipnav a:focus, 
#skipnav a:active {
	display: block;
	z-index: 99;
	top: 0;
	left: 25px;
	padding-left: 10px;
	width: 170px;
	height: 25px;
	line-height: 25px;
	background-color: #878471;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	border-bottom: none;
}


/*-------------------------------------------------------------------

NAVIGATION

-------------------------------------------------------------------*/

#navigation {
	position: absolute;
	bottom: -16px;
	left: 238px;
	height: 49px;
	z-index: 3;
}

#navigation li {
	float: left;
}

#navigation li a,
#navigation li a:link,
#navigation li a:visited {
	display: block;
	width: 119px;
	height: 33px;
	text-indent: -999em;
	background-repeat: none;
	border-bottom: none;
	background-position: 0 0;
}

#navigation li a:hover,
#navigation li a:active,
#navigation li a:focus {
	background-position: 0 33px;
}

#navigation li.nav_active a,
#navigation li.nav_active a:link,
#navigation li.nav_active a:visited,
#navigation li.nav_active a:hover,
#navigation li.nav_active a:active,
#navigation li.nav_active a:focus {
	position: relative;
	top: -8px;
	margin-bottom: -8px;
	height: 49px;
	background-position: 0 0;
}


/* NAVIGATION IMAGES */

#navigation li.ueber_uns a {
	background-image: url(../img/nav_ueber_uns_btn.png);
}

#navigation li.nav_active.ueber_uns a {
	background-image: url(../img/nav_ueber_uns_active.png);
}


#navigation li.news a {
	background-image: url(../img/nav_news_btn.png);
}

#navigation li.nav_active.news a {
	background-image: url(../img/nav_news_active.png);
}


#navigation li.produkte a {
	background-image: url(../img/nav_produkte_btn.png);
}

#navigation li.nav_active.produkte a {
	background-image: url(../img/nav_produkte_active.png);
}


#navigation li.marktkommentar a {
	background-image: url(../img/nav_marktkommentar_btn.png);
	width: 139px !important;
}

#navigation li.nav_active.marktkommentar a {
	background-image: url(../img/nav_marktkommentar_active.png);
	width: 139px !important;
}


#navigation li.kontakt a {
	background-image: url(../img/nav_kontakt_btn.png);
}

#navigation li.nav_active.kontakt a {
	background-image: url(../img/nav_kontakt_active.png);
}


/*-------------------------------------------------------------------
SUB NAVIGATION 
-------------------------------------------------------------------*/

div#subnavigation ul li {	
	border-top: 1px solid #dbdad4;		
}

div#subnavigation ul li:first-child{		
	border-top: none;
}

div#subnavigation ul li a, 
div#subnavigation ul li a:link, 
div#subnavigation ul li a:visited {
	display: block;
	padding: 5px;
	width: 170px;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	border-bottom: none;
	font-size: 0.8em;
	color: #878471;
}

div#subnavigation ul li a:hover,
div#subnavigation ul li a:active,
div#subnavigation ul li a:focus {
	background-color: #BFB508;
	color: #fff;
}

div#subnavigation ul li.nav_active a {
	background-color: #BFB508;
	color:#000;
}

/*-------------------------------------------------------------------
TAB NAVIGATION IN CONTENT 
-------------------------------------------------------------------*/
#tabNav {
	margin-top: 38px;
	border-bottom: 1px solid #dbdad4;
}

#tabNav li {
	float: left;
	margin-right: 15px;
}

#tabNav li:last-child {
	margin-right: 0;
}

#tabNav li a,
#tabNav li a:link,
#tabNav li a:visited {
	display: block;
	height: 27px;
	line-height: 27px;
	padding: 0 10px;
	border-bottom: none;
	background-color: #dbdad4;
	border: 1px solid #dbdad4;
	border-bottom: none;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	color: #979482;
}

#tabNav li a:hover,
#tabNav li a:active,
#tabNav li a:focus {
	background-color: #bfb508;
	color: #fff;
}


#tabNav li.nav_active a,
#tabNav li.nav_active a:link,
#tabNav li.nav_active a:visited,
#tabNav li.nav_active a:hover,
#tabNav li.nav_active a:active,
#tabNav li.nav_active a:focus {
	position: relative;
	top: -6px;
	margin-bottom: -7px;
	height: 33px;
	line-height: 33px;
	color: #000;
	background-color: transparent;
	border-bottom: 1px solid #fff;
}


/*-------------------------------------------------------------------
NEWS
-------------------------------------------------------------------*/

div.news_content {
	margin-top: 20px;
	margin-left: 150px;
}

div.news .read_more {
	text-align: right;
}


/*-------------------------------------------------------------------

HEADER 

-------------------------------------------------------------------*/

img#header_img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 1024px;
	min-height: 350px;
	height: 350px;
	width: 100%;
	z-index: 1;
}

#logo a,
.home #logo img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 18px;
	z-index: 2;
}


/*-------------------------------------------------------------------

TABLES

-------------------------------------------------------------------*/

table {
	margin-top: 4em;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

table th,
table td {
	padding: 3px 5px;
	text-align: left;
}

thead th, thead td {
	border-bottom: 2px solid #000;
}

tbody th, tbody td {
	border-top: 1px solid #000;
}

thead th,
tbody th {
	font-weight: bold;
}

table th.currency,
table td.currency {
	text-align: right;	
}

tbody tr:first-child th, tbody tr:first-child td {
	border-top: none;	
}

tr.odd td {
}

tr.even td {
}


/*-------------------------------------------------------------------

CHECKBOX

-------------------------------------------------------------------*/

.checkbox {
	margin-top: 1.69em;
	position: relative;
}
.checkbox input {
	cursor: pointer;
	left: 0;
	margin: 0;
	position: absolute;
	top: 2px;
}
.checkbox label {
	display: inline-block;
	font-size: 1.3em;
	line-height: 1.4;
	padding-left: 25px;
}
.checkbox label[for] {
	cursor: pointer;
}

.checkbox--precheck {
	background: rgba(255, 99, 71, .3);
	border-left: 4px solid #FF6347;
	padding: 10px;
}
.checkbox--precheck input {
	left: 10px;
	top: 12px;
}
.checkbox--precheck label {
	font-weight: 700;
}

/*-------------------------------------------------------------------

JS DISABLED MSG

-------------------------------------------------------------------*/

.js-disabled-msg {
	border: 4px solid #fc330f;
	margin: 4em 0 0 0;
	padding: 10px;
}
.js-disabled-msg h4 {
	color: #fc330f;
	margin: 0;
}
.js-disabled-msg p {
	margin: .4em 0 0 0;
}
