/* MAIN */
html, body {
	margin:0 0 0 0;
	background-color:#FFFFFF;
	height:100%;
}
html {
	scrollbar-base-color:#CCCCCC;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#AAAAAA;
	scrollbar-lightshadow-color:#FFFFFF; 
	scrollbar-darkshadow-color:#666666;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#BBBBBB;
}
body {
	background-image:url(img/bg-body-html.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
#container {
	float:none;
	width:930px;
	margin:0px auto;
	padding-top:25px;
}

/* END MAIN */
/* FONT PROPERTIES */

#TabbedPanelsContent {
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
}
#TabbedPanelsContent h1 {
	font-family:Georgia, Geneva, Arial;
	font-size:17px;
	margin-bottom:15px;
	margin-top:35px;
}
#TabbedPanelsContent h2 {
	font-family:Georgia, Geneva, Arial;
	font-size:14px;
}
#TabbedPanelsContent h3 {
	font-family:Georgia, Geneva, Arial;
	font-size:12px;
}
#TabbedPanelsContent em {
	font-style:italic;
}
#TabbedPanelsContent a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
/* unvisited link */
#TabbedPanelsContent a:link {		
}  
/* visited link */
#TabbedPanelsContent a:visited {
}
/* mouse over link */
#TabbedPanelsContent a:hover {
	color:#CC0000;
	text-decoration:underline;
}
/* selected link */
#TabbedPanelsContent a:active {
}
#TabbedPanelsContent ul {
	margin-left:15px;
	margin-top:15px;
	padding-top:0px;
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica;
	margin-bottom:25px;
}
#TabbedPanelsContent li {
	padding-left:20px;
	background:transparent url(img/bullet-main-item.gif) no-repeat;
	background-position:0px 10px;
	line-height:20px;
	font-size:13px;
}
#quote {
	font-family:Georgia, "Times New Roman", Times;
	font-size:18px;
	font-style:italic;
	color:#666666;
	line-height:24px;
	margin-top:35px;
	margin-bottom:35px;
}

/* END FONT PROPERTIES */
/* AKTIE BUTTON */

#aktie-container {
	position:absolute;
	top:475px;
	font-family:Georgia, Geneva, Arial;
}
#aktie-button-rood {
	display:block;
	float:left;		
	margin-top:6px;
	margin-right:15px;
	width:210px;
	height:41px;
	padding-left:15px;
	padding-top:17px;
	background-image:url(img/bg-aktie-button-rood.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#aktie-button-rood a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:17px;
}
/* unvisited link */
#aktie-button-rood a:link {		
}  
/* visited link */
#aktie-button-rood a:visited {
}
/* mouse over link */
#aktie-button-rood a:hover {
	color:#FFFFFF;
	text-decoration:none;
	text-indent:2px;
}
/* selected link */
#aktie-button-rood a:active {
}

/* END AKTIE BUTTON */
/* FOOTER */

#footer {
	float:left;
	display:block;
	width:930px;
	padding:0px;
	padding-top:15px;
	height:35px;
	background-image:url(img/bg-footer.jpg);
	background-position:15px 0px;
	background-repeat:no-repeat;
	text-align:center;
	color:#999999;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* link */
#footer a {
	color:#999999;
	text-decoration:none;
}
/* unvisited link */
#footer a:link {
	color:#999999;
	text-decoration:none;
}  
/* visited link */
#footer a:visited {
}
/* mouse over link */
#footer a:hover {
	color:#CC0000;
	text-decoration:underline;
}
/* selected link */
#footer a:active {
}

/*END FOOTER */