@charset "utf-8";
/**
 * General style definition.
 * 
 * @author Jakob Hohlfeld
 * @copyright 2008 by Heavenseven GbR
 */
html,body {
  overflow: -moz-scrollbars-vertical;
  overflow:auto;
  overflow-x: hidden;
}

.clearfix {
	clear:both;
	height:0;
	overflow:hidden;
}
body {
	margin:0;
	padding:0;
	border:0;
	background:#fff;
	width:1000px;
	font-family: Arial, sans-serif;
	color:#555555;
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	margin:.8em 0pt;
}
h1 {
	font-size:190%;
	font-weight:normal;
}
h2 {
	font-size:145%;
	font-weight:bold;
}
h3 {
	font-size:115%;
	font-weight:bold;
}
h4, h5 {
	font-size:100%;
}
p {
	margin:1em 0pt;
}
.bodytext, .Text {
	line-height:150%;
	font-size:100%;
	position:relative;
  	z-index:999;
  	color:#4c4c4e;
	text-align:justify;
}
.col1 {
  padding-top:2.5em;
}
.content {
  position:relative;
width:55%;
z-index:9999;
}
.col2, .content {
  height:500px;
  min-height:500px;
  height: auto !important;
}
.col2 .menu {
  position:relative;
  top:59px;
  left:8px;
  z-index:200;
}
.col2 .menu li {
  clear:both;
  width:100px;
}
.col2 .menu .activeIcon img  {
	left:-24px;
	position:absolute;
	top:4px;
}
.col2 .menu li a {
  font-weight:normal;
}
img {
	border:none;
}
ul {
	line-height:1.5em;
	list-style-type:none;
}
li {
	list-style-type:none;
}
table {
	width:100%;
	padding:3px;
}
/**
 * Header styles
 */
 
#header {
	clear:both;
  margin-top:2em;
	width:100%;
	text-align:left;
}
#header p, #header h1, #header h2 {
	padding:.4em 1.5em 0 1.5em;
	margin:0;
}
#header ul {
}
#visual {
left:0px;
position:fixed;
top:0px;
z-index:1;
bottom: 0px;
width:100%;
text-align:right;
}
#visual img {
	width:100%;
	
}
#logo {
  display:block;
  height:170px;
  position:relative;
  text-align:center;
  top:10px;
  left:-80px;
  z-index:9;
  padding-bottom:2em;
}
/* Footer  */
#footer {
	clear:both;
	position:relative;
	width:100%;
	bottom:20px;
	margin:0pt auto;
	font-size:80%;
	color:#a3a5a7;
	line-height:1em!important;
	text-align:left;
  background:tranparent;
}
#footer .navi {
	padding:.5em;
}
#footer .navi span {
	float:left;
}
#footer .navi a {
	color:#5c5e5f;
}
#footer .navi #printPage a,  #footer .navi #tipPage a {
	padding-left:.8em;
	margin-right:.5em;
}
#footer .navi #topPage {
	float:right;
	padding-right:1em;
}
#footer .disclaimer {
	padding:.5em;
}
#footer .disclaimer #copyright {
	float:left;
}
#footer .disclaimer .link {
	float:right;
	margin-left:.5em;
}
#footer .disclaimer .link a:link, #footer .disclaimer .link a:visited {
	color:#a3a5a7;
	text-decoration:underline;
}
#footer .disclaimer .link a:hover {
	text-decoration:none;
}

