body {
	zoom: 130%;
}

#header{
	position: absolute;
	width: 985px;
	height: 70px;
	font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	margin: 0px;
	overflow: hidden;
}

.xmaspic001 {
//	display:none;
	position:		absolute;
	background:		url('../images/xmasheader.gif');
	margin:			-87px 0 0 500px;
	z-index:		100;
	width:			202px;
	height:			98px;
	border:			0px solid blue;
}

.xmaspic002 {
	background:		url('../images/snowman.gif');
	margin:			10px 0 0 20px;
	width:			85px;
	height:			110px;
	border:			0px solid blue;


}
.xmaspic003 {
	position:		absolute;
	background:		url('../images/xmasbolle_final.png');
	width:			225px;
	height:			185px;
	margin:			180px 0 0 300px;
	display:		none;
}


.xmasbox {
	background:		url('../images/geschenk.png');
	width:			264px;
	height:			164px;
	margin:			160px 0 0 -10px;
	position:		absolute;
	cursor:			pointer;
}

.xmaspic004 {
	position:		absolute;
	background:		url('../images/xmasheader01.gif');
	margin:			-69px 0 0 180px;
	z-index:		100;
	width:			93px;
	height:			79px;
	border:			0px solid blue;
}

#xmasmovi {
    height: 100%;
    left: 991px;
    position: fixed;
    width: 100%;
    z-index: 0;
	display:none;
}

 
#main{
	position: absolute;
	width: 984px;
	font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	color: black;
	margin: 102px 0 30px 0;
	background-color: #77ACFD;	
}

#newsbox{
	position: absolute;
	margin-top: 15px;
	color: #000000;
	font-size: 9pt;
	font-family: arial, verdana, sans-serif;
	border-right: 3px dotted #273D7C;
	width: 180px;
	min-height: 410px;
	padding: 7px;	
}

#contentmain{
	position: absolute;
	margin: 15px 0 0 230px;	
	width: 550px;
	color: black;
	font-size: 9pt;
	font-family: arial, verdana, sans-serif;
	line-height:17pt;
}

#contentmain2{
	position: absolute;
	margin: 15px 0 0 15px;	
	color: black;
	font-size: 9pt;
	font-family: arial, verdana, sans-serif;
}

#content{
	position: absolute;
	margin: 15px 0 0 230px;	
	width: 720px;
	color: black;
	font-size: 9pt;
	font-family: arial, verdana, sans-serif;
}

/* form csss */
#contentmain input {
	border:1px solid #273D7C;
	width:350px;
}

#contentmain textarea {
	border:1px solid #273D7C;
	width:350px;
}

#contentmain input.button {
	width:	150px;
}

/* /form csss */

#pinboard{
	position: absolute;
	margin: 15px 0 0 800px;
	width: 160px;
	height:auto;
	min-height: 410px;
	border-left: 3px dotted #273D7C;
	color: black;
	font-size: 9pt;
	font-family: arial, verdana, sans-serif;
	padding: 7px;
}

#pins{
	overflow-x: hidden; /*scroll;*/
	height: auto;
	width: 170px;
	overflow-y:auto;
}

#footer{
	position: absolute;
	margin: 548px 0 0 0;
	width: 984px;
	text-align: center;
	font-size: 8pt;
	color: #CCCCCC;
	font-family: aria, verdana, sans-serif;
	border-top: 1px solid #000000;
	padding-top: 3px;
}

#footer a{
	color: #000000;
}

#footer a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

h1{
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: black;
	margin-bottom: 30px;
}

h2{
	font-family: arial, verdana, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 11px;
}

#headerboxleft{
	display: block;
	color: white;
	background-color: #273D7C;
	width: 180px;
	text-align: center;
	font-weight: bold;
}

#headerboxright{
	display: block;
	color: white;
	background-color: #273D7C;
	width: 150px;
	text-align: center;
	font-weight: bold;
}

#headerbox_research_left{
	display: block;
	color: white;
	background-color: #273D7C;
	width: 270px;
	text-align: center;
	font-weight: bold;
}

#headerbox_research_right{
	display: block;
	color: white;
	background-color: #273D7C;
	width: 430px;
	text-align: center;
	font-weight: bold;
}

a, a:link{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

a:visited:{
	color: #000000;
}

#research_left{
	position: absolute;
	margin: 15px 0 0 0;
}

#research_brief{
	border: 1px dashed blue;
	width: 270px;
	padding: 5px;		
}

#research_outline{
	position: absolute;
	margin: 15px 0 0 300px;
	border: 1px dashed blue;
	width: 430px;		
	padding: 5px;
	text-align: justify;	
}

#research_symbol{
	border: 1px dashed blue;
	width: 270px;
	padding: 5px;
	margin-top: 15px;			
}

.panelheader {
  background-color: #6b79a5;
  color: #ced7ef;
  font-weight: normal;
  border-bottom:1px solid #182052;
  border-top:1px solid #BDC7E7;
  font-weight: normal;
  padding: 5px;
}

.mdHover {
  background-color: #63699c;
  color: #ffffff;
  padding: 5px;  
  cursor: pointer;
}
.mdSelected {
  background-color: #63699c;
  color: #ffffff;
  font-weight: bold;
  padding: 5px;
  
}
.panelContent {
  border : 1px solid #1f669b;
  border-top-width: 0px;
  border-bottom-width: 0px;
  overflow: auto;
  padding: 10px;  
}
#accordionExample {
  margin-top: 6px;
  border: 1px solid #4f4f4f;
  width: 650px;
}

.style001 {
	display:none;
}

#content a {
	text-decoration:underline;
} 