/* *** LAYOUT *** */ 

html, body{ 
 margin:0; 
 padding:0; 
 color:#333333;
 font:0.9em Arial, Helvetica, sans-serif;
 text-align:center;
 background:#F3F1E9;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 margin:0; 
 padding:0;
 height:86px; 
 width:100%;
 border-bottom:8px solid #CC0000;
 background:url(header-background.jpg) no-repeat top right;
}

#header h1 a span{
 display:none;
 text-decoration:none;
}

#header h1 a{
  display:block;
  height:34px;
  width:185px;
  margin-top:10px;
  letter-spacing: -1000em;
  background: url(wertpapierwelt.gif) no-repeat 0 0;
  text-decoration:none;
}

#header #language{
 color:#999999;
 font-size:0.85em;
 text-transform:uppercase;
 margin:30px 0px 4px 12px;
 padding:0px;
}

#maincol #footer{
  margin:10px 0px 20px 0px;
}

#maincol #footer, #header #language a, #maincol #footer, #header #language a:visited{
 color:#999999;
 text-decoration:none;
}

#maincol #footer, #header #language a:hover{
 color:#333333;
 text-decoration:underline;
}

#maincol #footer, #header #language strong a, #maincol #footer, #header #language strong a:visited{
 color:#333333;
 font-weight:bolder;
 text-decoration:none;
}

#wrapper{
 background:url('gradient-background.gif') repeat-x top;
}
 
#leftcol{
 width:200px; 
 float:left; 
 position:relative; 
 }
 
#maincol{  
 float: right; 
 display:inline; 
 position: relative; 
 margin:0px 0px 0px 20px;
 padding:0px;
 width:570px;
 }

#maincol #tools{
 text-align:right;
 color:#333333;
 font-size:0.8em;
 text-transform:uppercase;
 margin:4px 8px;
 clear: both;
}

#maincol #footer{
 border-top:1px solid #999999;
 padding-top:4px;
 width:100%;
 color:#999999;
 font-size:0.8em;
 font-weight:normal;
 text-transform:uppercase;
}

#maincol #footer a, #maincol #tools a {
 color:#333333;
 text-decoration:none;
}
#maincol #footer a:hover, #maincol #tools a:hover {
 color:#333333;
 text-decoration:underline;
}

.guestbook{
 border-top:1px solid #999999;
 padding:4px 4px 4px 0px;
 width:100%;
}

/* Float containers fix */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 


 
/* printer styles */ 
 @media print{ 
/* hide the left column when printing */ 
html, body{color:#000; text-align:center; background:#FFFF;}
#leftcol, #language, #tools{display:none;}
#twocols, #maincol, #header{width:100%; float:none;}
#header h1{color:#000;}
}



/* *** STYLES *** */

h2 {
  color:#CC0000;
  font-size:1.5em;
  letter-spacing:-1px;
}
h3 {font-size:1.2em;}
h4 {font-size:1em;}
a {color:#CC0000;}
td.download {border-top:1px solid #999999;padding:4px 4px 4px 0px;}
p {margin-top:0px;}

hr {
  border:0;
  color:#999999;
  background-color:#999999;
  height:1px;
  width:100%;
  text-align:left;
}

.success { 
  color:#CC0000; 
  font-weight:bold;
  font-size:1.2em;
  padding:12px;
}
	
.error { 
  color:#CC0000; 
  font-weight:bold;
  font-size:1.2em; 
}


/* *** NAVIGATION *** */

#leftcol ul{
	list-style: none;
	margin: 0px;
	padding:40px 0px 0px 0px;
}

#leftcol ul li{
	line-height: 1.8em;
	width: 100%;
	/*margin-bottom: 3px;*/
	border-bottom: 1px solid #E6E3D7;
}

#leftcol ul li a{
	display:block;	
	text-decoration: none;
	color: #333333;
	padding-left: 12px;
}

#leftcol ul li a:hover, #leftcol ul li.active a {
	background: #cc0000;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#leftcol ul li.sub a {
  display:block;	
  text-decoration: none;
  color: #333333;
  padding: 1px 1px 1px 24px;
  line-height: 1.2em;
  font-size:0.9em;
}

#leftcol ul li.subactive a {
  font-weight: bold;
  padding: 1px 1px 1px 24px;
  line-height: 1.2em;
  font-size:0.9em;
}

#leftcol ul li.sub2 a {
  display:block;	
  text-decoration: none;
  color: #333333;
  padding: 1px 1px 1px 36px;
  line-height: 1.2em;
  font-size:0.9em;
}

#leftcol ul li.sub2active a {
  font-weight: bold;
  padding: 1px 1px 1px 36px;
  line-height: 1.2em;
  font-size:0.9em;
}

/* Galerie ------------------------------------------- */

.gallery a {
  border: none;
}

.gallery a img {
  border: 1px solid #E6E3D7;
  padding: 3px;
  margin: 3px;
}
