@charset "utf-8";
/**
 * General style definition.
 * 
 * @author Christian Grlica
 * @copyright 2008 by Heavenseven GbR
 */
 
 *html {
}
.clearfix {
	clear:both;
	height:0;
	overflow:hidden;
}
body {
	margin:0;
	padding:0;
	border:0;
	background: white; 
	width:1000px;
	font-family: Arial, sans-serif;
	color:#4c4d4e;
	font-size:0.63%;
}
h1, h2, h3, h4, h5, h6 {
	margin:.8em 0pt;
	padding-bottom:0.5em;
	padding-top:0.5em;
	text-transform:uppercase;
}
h1 {
	font-size:100%;
	font-weight:bold;
	color:#97c93c;
}
h2 {
	font-size:100%;
	font-weight:bold;
}
h3 {
	font-size:115%;
	font-weight:bold;
}
h4, h5 {
	font-size:100%;
}
p {
}
.bodytext {
	margin:.5em 0pt;
	padding:0.2em;
	font-style: normal; 
  font-variant: normal; 
  font-weight: normal; 
  line-height: 1.5em; 
  font-size-adjust: none; 
  font-stretch: normal;
  font-size: 100%;
}
img {
	border:none;
}
ul {
	line-height:1.5em;
	list-style-type:none;
}
li {
	list-style-type:none;
}
table {
	width:100%;
	padding:3px;
}



/**
 * Logo
 */
#logo {
  margin-bottom:40px;
}

#logo img {
  border:none;
}
#deco {
  padding-top:2px;
  margin-bottom:6px;
}

/**
 * Columns
 */


.threecol .colleft {
	background:transparent;	
}

/* Col Mid */
.threecol .col1 {
	background:transparent;	
	min-height:650px;
}

.content {
  margin-top:87px;
  width:257px;
  float:right;
  clear:both;
}

/* Col Left */
.threecol .col2 {
	background:transparent;	
	border-top:1px solid #dadbdd;
}

/* Col Right */
.threecol .col3 {
	background:transparent;	
	border-top:1px solid #dadbdd;
}

/**
 * Header styles
 */
 
#header {
	clear:both;
	width:100%;
	text-align:left;
	margin-top:.5em;
	margin-left:1.5em;
}
#header p, #header h1, #header h2 {
	padding:.4em 1.5em 0 1.5em;
	margin:0;
}
#header ul {
}

/* Elemente ausblenden */

#header #logo,
#topnavigation,
#topClaim {
  display:none;
}




