@charset "utf-8";
/* CSS Document */

/* Reset styles - START - these will clear the different browser defaults for various margins, borders and such */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong{
	font-weight: bold;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Reset styles - END */

body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
}

/* Clearfix style - START - Forces Firefox to expand divs when content is bigger than initial height. Must be applied as a class to the divs needing it */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Clearfix style - END */


td, font, div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #6d6e71;
}

a{
	color: #6d6e71;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

h1{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1em;
	margin-bottom: 11px;
	color: #b61a74;
	font-weight: bold;
	text-transform: uppercase;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1em;
	margin-bottom: 11px;
	color: #b61a74;
	font-weight: bold;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b61a74;
	line-height: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}
h4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b61a74;
	line-height: 12px;
	margin-bottom: 3px;
	font-weight: bold;
	text-decoration: none;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom: 6px;
	font-weight: bold;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #333;
	font-weight: normal;
	font-style: italic;	
}

p{
	margin-bottom: 11px;
}
p em{
	font-style: italic;
}
.menuDivider{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #FFFFFF;
}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
}
ul{
	list-style-type: disc;
	margin-bottom: 10px;
}
li{
	list-style-position: outside;
	margin-left: 15px;
}
/* Main container styles - START - These are containers for the entire site design. Background is usually defined outside of these, and these contain the actual box of the main site. Usually the outer wrapper is just a box to properly position the site while the siteContainer keeps the main look of the box */
#outerWrapper{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
#wrapper{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 921px;
	height: 100%;
	text-align: center;
	margin-top: 14px;
}
#siteContainer{
	margin: 0 auto;
	padding: 0;
	width: 921px;
	text-align: left;
}
#topContainer{
	float: left;
	width: 921px;
	height: 142px;
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
}
#frontContentContainer{
	float: left;
	width: 921px;
	background-image: url(../images/front_lines.jpg);
	background-repeat: repeat-y;
}
#normalContentContainer{
	float: left;
	width: 921px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
}
#logoContainer{
	float: left;
	width: 275px;
	height: 103px;
	margin-left: 15px;
	margin-top: 20px;
}
#flagContainer{
	float: left;
	width: 891px;
	text-align: right;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.flagBox{
	float: right; 
	width: 17px;
	height: 15px;
	margin-right: 4px;
}
#mainContentContainer{
	float: left;
	width: 921px;
	margin-top: 5px;
}
#leftContainer{
	float: left;
	width: 170px;
}
#rightContainer{
	float: left;
	width: 741px;
	min-height: 400px;
	margin-left: 10px;
}
#frontContentAreaBox{
	float: left;
	width: 731px;
	padding-left: 10px;
}
.frontSectionBox{
	float: left;
	width: 180px;
	padding-left: 20px;
	padding-right: 20px;
}
.frontSectionImage{
	float: left;
	margin-bottom: 7px;
}
.frontSectionDivider{
	float: left;
	width: 163px;
	height: 4px;
	margin-top: 7px;
	margin-bottom: 7px;
	background-image: url(../images/front-section-divider.gif);
	background-repeat: no-repeat;
}
.frontSectionHeader{
	float: left;
	width: 163px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #25408f;
}
.frontSectionHeader a{
	color: #25408f;
	text-decoration: none;
}
.frontSectionText{
	float: left;
	width: 163px;
	font-size: 11px;
	margin-top: 8px;
	color: #6d6e71;
}
#frontNewsContainer{
	float: left;
	width: 921px;
	height: 65px;
	background-image: url(../images/front_aktuelt.gif);
	background-repeat: no-repeat;
}
.frontNewsSideHeader{
	float: left;
	width: 20px;
	margin-right: 160px;
}
.frontNewsBox{
	float: left;
	width: 163px;
	padding-left: 29px;
	padding-right: 28px;
	color: #5e8ca4;
	margin-top: 15px;
}
.frontNewsBox a{
	color: #5e8ca4;
}

#normalContentAreaBox{
	float: left;
	width: 731px;
	padding-left: 10px;
}
#articleContentContainer{
	float: left;
	width: 655px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 300px;
}
#articleListContainer{
	float: right;
	width: 220px;
	margin-right: 25px;
}
.articleImageContainer{
	float: right;
	width: 220px;
	margin-right: 25px;
	margin-bottom: 15px;
}
.articleListItem{
	float: right;
	width: 220px;
	margin-bottom: 8px;
}
.articleListItemImage{
	float: left;
	width: 80px;
}
.articleListItemContent{
	float: left;
	margin-left: 15px;
	width: 125px;
}
#categoryListContainer{
	float: right;
	width: 220px;
	margin-right: 25px;
}
.categoryListItem{
	float: left;
	width: 220px;
	margin-bottom: 8px;
}
.categoryListItemImage{
	float: left;
	width: 80px;
}
.categoryListItemContent{
	float: left;
	margin-left: 15px;
	width: 125px;
}

/* Styles for one of three column content */
#articleContentContainerOneCol{
	float: left;
	width: 655px;
	padding-left: 20px;
	padding-right: 20px;
}
#articleListContainerOneCol{
	float: right;
	width: 475px;
	margin-right: 25px;
}
.articleImageContainerOneCol{
	float: right;
	width: 475px;
	margin-right: 25px;
	margin-bottom: 15px;
}
.articleListItemOneCol{
	float: right;
	width: 475px;
	margin-bottom: 8px;
}
.articleListItemImageOneCol{
	float: left;
	width: 80px;
}
.articleListItemContentOneCol{
	float: left;
	margin-left: 25px;
	width: 370px;
}
#categoryListContainerOneCol{
	float: right;
	width: 475px;
	margin-right: 25px;
}
.categoryListItemOneCol{
	float: left;
	width: 475px;
	margin-bottom: 8px;
}
.categoryListItemImageOneCol{
	float: left;
	width: 80px;
}
.categoryListItemContentOneCol{
	float: left;
	margin-left: 25px;
	width: 370px;
}

/* Styles for half size column content */
#articleContentContainerHalfCol{
	float: left;
	width: 655px;
	padding-left: 20px;
	padding-right: 20px;
}
#articleListContainerHalfCol{
	float: right;
	width: 315px;
	margin-right: 25px;
}
.articleImageContainerHalfCol{
	float: right;
	width: 315px;
	margin-right: 25px;
	margin-bottom: 15px;
}
.articleListItemHalfCol{
	float: right;
	width: 315px;
	margin-bottom: 8px;
}
.articleListItemImageHalfCol{
	float: left;
	width: 80px;
}
.articleListItemContentHalfCol{
	float: left;
	margin-left: 25px;
	width: 210px;
}
#categoryListContainerHalfCol{
	float: right;
	width: 315px;
	margin-right: 25px;
}
.categoryListItemHalfCol{
	float: left;
	width: 315px;
	margin-bottom: 8px;
}
.categoryListItemImageHalfCol{
	float: left;
	width: 80px;
}
.categoryListItemContentHalfCol{
	float: left;
	margin-left: 25px;
	width: 210px;
}
/* End half styles */


/* Contact form styles */
#confirmation{
	border: 1px dashed #CCC;
	background-color: #F7F7F7;
	padding: 10px;
	width: 656px;
	margin-bottom: 15px;
}
#contactFormContainer{
	float: left;
	width: 676px;
	margin-left: 20px;
	margin-right: 35px;
	padding-bottom: 5px;
}
.formSectionContainer{
	float: left;	
	width: 676px;
	margin-bottom: 25px;
}
.formSectionHeader{
	float: left;
	height: 25px;
	margin-top: 10px;
}
.formContentContainer{
	float: left;
	width: 676px;
}
.formFieldContainer{
	float: left;
	width: 676px;
	margin-bottom: 3px;
}
.formFieldLeft{
	float: left;
	width: 176px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formFieldRight{
	float: left;
	width: 500px;
}
.formFieldRight input{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 18px;
	width: 192px;
}
.formFieldRight select{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 21px;
}
.formFieldRight label{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 25px;
}
.formFieldRight label span{
	float: left;
	padding-top: 3px;
}
.formFieldRight label input{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input#send{
	height: 19px;
	float: left;
	margin-left: 300px;
	margin-bottom: 20px;
}
.endOfForm{
	float: left;
	padding-top: 15px;
	width: 676px;
	font-size: 12px;
	color: #C39;
}

/* Menu styles */
#menuContainer{
	float: left;
	width: 150px;
	margin-left: 10px;
}
#menuContainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}
#menuContainer li{
	float: left;
	margin-bottom: 8px;
}
#menuContainer li a{
	float: left;
	margin-right: 12px;
	color: #6c6e71;
	width: 130px;
	line-height: 120%;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#menuContainer li a.selected{
	color: #81a8be;		
}
#menuContainer ul li ul{
	margin: 0;
	padding: 0;
	padding-top: 5px;
	float: left;
}
#menuContainer ul li ul li a{
	margin: 0;
	padding: 0;
	float: left;
	color: #6c6e71;
	line-height: 110%;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
#investorReg{
	float: left;
	width: 120px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 80px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
}
#investorReg a{
	text-decoration: none;	
}
#investorReg a.selected{
	color: #81a8be;		
	text-decoration: none;	
}
#bottomContainer{
	float: left;
	width: 921px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	height: 44px;
	color: #808285;
	text-align: center;
	padding-top: 8px;
}