/*Allgemeines*/
@charset "utf-8";

body {
  	font-family: Verdana, Arial, helvetica, sans-serif;
  	font-size: 8pt;
	font-weight:500;
  	line-height:1.5;
}

*{
	padding:0;
	margin:0;
	
}


img {
	border:none;
	
}


.topbutton { width: 9em; }
.smallbutton { width: 3em; }

/*AUTO-COMPLETER */

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  text-align:left;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}






/* LINKS */
a {
	color:#484E54;
	text-decoration:none;
	
}

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

.nav_menu a {
	color:#FFFFFF;
	text-decoration:none;
	
}

.nav_menu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

a[href$=".pdf"]{
	background: url(../images/pdf.gif) no-repeat scroll left center;
	padding:5px 0px 5px 20px;
	margin-left:-13px;
}



td {
	font-family: Verdana, Arial, helvetica, sans-serif;
	text-align:left;
}

h1 {
	font-size: 9pt;
	color:#FFFFFF;
}

th {
	font-family: Verdana, Arial, helvetica, sans-serif;
}

/* GESAMT */
.all {
	position:relative;
	height:760px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	background-color:#FFFFFF;

}

/* TOP */
.top {
	position:absolute;
	height:100px;
	width:1000px;
	left:0px;
	top:0px;
	background-color:#105DAD;
}

.logo {
	position:absolute;
	height:60px;
	width:820px;
	left:180px;
	top:0px;
	background-color:#FFFFFF;
}
.nav {
	position:absolute;
	height:40px;
	width:820px;
	left:180px;
	top:60px;
	background-color:#105DAD;
}

.nav_menu {
	position:absolute;
	left:20px;
	top:12px;
	color:#FFFFFF;


}



/* MAIN */

.main {
position:absolute;
top:100px;
float:left;
}

/* LINKE SEITE */
.left {
	position:absolute;
	height:auto;
	width:160px;
	left:0px;
	top:0px;

}

/* Div qnews */
.qnews {
	float:left; 
	background-color:#EBF2F8;
	margin: 5px 0px 0px 0px;
	padding: 5px 10px 5px 10px;

}
.qnews h1{
	font: normal 1.1em/1.5 "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; 
	border-bottom: 1px solid #d2dde4; 
	color: #105DAD; 
	text-transform: uppercase; 
}
.qnews table #link{
	text-align:left;
}

/*Div middle (content + rechts) */
.middle {
	position:absolute;
	height:500px;
	width:820px;
	left:180px;
	top:0px;
	background-color:#FFFFFF;
	
}
/*Div content*/
.content{
	position:absolute;
	width:600px;
	left:10px;
	top:20px;
	margin: 5px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}
.content h1{
	margin: 0em 0em 0 0; 
	font: normal 2.1em/1.3 georgia, palatino, "Times New Roman", serif;
	color: #105DAD; 
	border-bottom: 1px solid #d2dde4; 
	letter-spacing: -0.03em; 
	padding: 0em 0 0 0;
	text-align:left;

}
.content h2{
	font: normal 1em/1.3 "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; 
	color: #AAAAAA; 
	text-transform: uppercase; 
	text-align:left;
}
.content img{
	position:relative;
	border: 1px solid #d2dde4;
	padding:3px;
	z-index:1;
	
}

/*Sonderfall "NEU" */
#mark{
	margin-bottom:-30px;
	margin-left:10px;
	margin-top:0px;
	margin-right:0px;
	border:none;
	padding:0px;
	width:50px;
	height:25px;
	z-index:2;
}

/*Sonderfall Pfeil*/
.content #arrow{
	width:9px;
	border:none;
	padding:0px;
}
.content table #link{
	text-align:left;
}
/*Div solutions*/
.solutions{
	position:relative;
	float:left;
	width:600px;
	left:10px;
	top:20px;
	margin: 5px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}
.solutions h1{
	margin: 0em 0em 0 0; 
	font: normal 2.1em/1.3 georgia, palatino, "Times New Roman", serif;
	color: #105DAD; 
	border-bottom: 1px solid #d2dde4; 
	letter-spacing: -0.03em; 
	padding: 0em 0 0 0;
	text-align:left;

}
.solutions h2{
	font: normal 1em/1.3 "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; 
	color: #AAAAAA; 
	text-transform: uppercase; 
	text-align:left;
}
.solutions img{
	position:relative;
	border: 1px solid #d2dde4;
	padding:3px;
	z-index:1;
	
}
/*Sonderfall Pfeil*/
.solutions #arrow{
	width:9px;
	border:none;
	padding:0px;
}
.solutions table #link{
	text-align:left;
}
/*Div blaettern*/
.blaettern{
	position:relative;
	float:left;
	width:600px;
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
}



/*Div content_small*/
.content_small{
	position:absolute;
	width:600px;
	left:7px;
	top:210px;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 5px 5px;

}
.content_small h1{
	font: normal 1.1em/1.5 "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; 
	border-bottom: 1px solid #d2dde4; 
	color: #105DAD; 
	text-transform: uppercase; 
	text-align:left;
}
.content_small h2{
	font: normal 1em/1.3 "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; 
	color: #AAAAAA; 
	text-transform: uppercase; 
	text-align:left;
}
.content_small img{
	position:relative;
	border: 1px solid #d2dde4;
	padding:3px;
	width:160px;
	z-index:1;
}

/*Sonderfall Pfeil*/
.content_small #arrow{
	width:9px;
	border:none;
	padding:0px;
}

.content_small table{
	margin:0px 0px 0px 0px;
}
.content_small table td{
padding:5px 5px 5px 5px;
background-color:#FAFAFA;
}
.content_small table #link{
	text-align:left;
}


/*Div right*/
.right {
	position:absolute;
	float:right;
	top:0px;
	right:0px;
	background-color:#d2dde4;
	margin: 0px 0px 0px 0px;
	height:auto;
	width:180px;
        overflow:hidden;
}
.pnews {
	float:left;
	padding: 5px 10px 5px 10px;

}
.pnews img {
	width:150px;
}
.pnews h1 {
	font: normal 1.1em/1.5 "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; 
	border-bottom: 1px solid #EBF2F8; 
	color: #105DAD; 
	text-transform: uppercase; 
}
/*Div form_edit*/
.form_edit{
	position:relative;
	width:420px;
	margin-left:auto;
        margin-right:auto;
	top:0px;
	background-color:#FFFFFF;

}
/*Div trading*/
.trading{
	position:relative;
	float:left;
	width:600px;
	left:10px;
	top:20px;
	margin: 5px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}
.trading h1{
	margin: 0em 0em 0 0; 
	font: normal 1.7em/1.3 georgia, palatino, "Times New Roman", serif;
	color: #105DAD; 
	border-bottom: 1px solid #d2dde4; 
	letter-spacing: -0.03em; 
	padding: 0em 0 0 0;
	text-align:left;

}
.trading h2{
	font: normal 1em/1.3 "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; 
	color: #AAAAAA; 
	text-transform: uppercase; 
	text-align:left;
}
.trading img{
	border: 1px solid #d2dde4;
	padding:3px;
	
}
.trading li{
	margin-left: 20px;
}
.trading #kat_search{
	font: normal 1em/1.3 "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color: #105DAD;
	text-transform: uppercase; 
}

/*Div profil*/
.profil{
	position:relative;
	float:left;
	width:600px;
	left:10px;
	top:0px;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}
.profil h1{
	margin: 0em 0em 0 0; 
	font: normal 2.1em/1.3 georgia, palatino, "Times New Roman", serif;
	color: #105DAD; 
	border-bottom: 1px solid #d2dde4; 
	letter-spacing: -0.03em; 
	padding: 0em 0 0 0;
	text-align:left;

}
.profil h2{
	font: normal 1em/1.3 "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; 
	color: #AAAAAA; 
	text-transform: uppercase; 
	text-align:left;
}
.profil img{
	border: 0px;
	padding-top:10px;
	
}
.profil table td{
padding:15px;
}

/*Div contact*/
.contact{
	position:relative;
	float:left;
	width:600px;
	left:10px;
	top:0px;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}
.contact h1{
	margin: 0em 0em 0 0; 
	font: normal 1.7em/1.3 georgia, palatino, "Times New Roman", serif;
	color: #105DAD; 
	border-bottom: 1px solid #d2dde4; 
	letter-spacing: -0.03em; 
	padding: 0em 0 0 0;
	text-align:left;

}
.contact h2{
	font: normal 1em/1.3 "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; 
	color: #000000; 
	text-transform: uppercase; 
	text-align:left;
}
.contact img{
	border: 0px;
	padding-top:0px;
	
}
.contact table td{
padding:10px;
}

/*Div impressum*/
.impressum{
	position:relative;
	float:left;
	width:600px;
	left:10px;
	top:0px;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}
.impressum h1{
	margin: 0em 0em 0 0; 
	font: normal 1.7em/1.3 georgia, palatino, "Times New Roman", serif;
	color: #105DAD; 
	border-bottom: 1px solid #d2dde4; 
	letter-spacing: -0.03em; 
	padding: 0em 0 0 0;
	text-align:left;

}
.impressum h2{
	font: normal 1em/1.3 "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; 
	color: #000000; 
	text-transform: uppercase; 
	text-align:left;
}
.impressum img{
	border: 0px;
	padding-top:0px;
	
}
.impressum table td{
padding:5px;
}