/* CSS RESET */
html{color:#000;background-image:url("images/stripes.png");}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {font:13px/1.231 Tahoma, Geneva, sans-serif;}table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */


body {
	text-align:center;
	color:#000;
}
a {
	text-decoration:underline;
	color:#016D2E;
}
a:hover {
	text-decoration: underline;
		color: #016D2E;
}

#wrap {
	width:900px;
	text-align:left;
	margin: 0px auto;
}

.wrap2 {
	width:900px;
	text-align:left;
	margin: 0px auto;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/bg.png');
}

.wrap2[class] {
background-image:url(images/bg.png);
}

.wrap2 a {
  position:relative;
}

.fl{ float:left}
.fr{ float:right} 
.clearfix{ clear:both}


/* header */
.header {
  height:168px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/hd.png');
  }
  
.header[class] { background-image:url(images/hd.png); }

#logo {position:absolute; top:42px; left:300px; font-weight:bold; color: #016D2E;}

#logobild a {
  width:900px;
  margin-left: 53px;
  position:absolute;
  width:240px;
  height:291px;
  top:35px;
  z-index:1000;
  background-image:url(images/logo.gif);
}

#logo h1 {
	font-size:32px;
	color: #016D2E;
}
#logo div {
	padding-left:100px
}

.nav {
  position:relative;
  top:75px;
  left:285px;
  width:543px;
  height:30px;
  line-height:30px;
  padding:0 0 0 20px;
}


.nav li {float:left;  font-weight:700; width:90px; padding:0 0px }
.nav a {text-decoration:none; display:block; text-align:center; color:#ffffff; }
.nav a:hover {background: #FFFFFF; color:#016D2E;}
/* content */

.img { margin:0 0 0 70px; z-index:-1000;}
.main {width:500px;  font-family:Tahoma, Geneva, sans-serif; color:#000;}
#text {margin:0px 0  0 65px }
#text p {margin:0 auto; width:420px; }
#text h2 {font-size:28px; padding:20px 0 20px 0; color:#016D2E}
#text h3 {font-size:18px; padding:10px 0 10px 0; background:#016D2E; color:#FFFFFF}
#text h1 {font-size:14px; padding:20px 0 8px 0; font-weight:bold; color:#016D2E}
#text img {margin:10px 0 0 0 }
#col {
	margin:30px 0  10px 65px;
	width: 455px;
	height:auto;
}

#col div {width: 420px; margin: 20px 0 0  10px; display:inline}
#col h2 {
	font-size:20px;
}
#col h3 {
	font-size:14px;
	font-weight:bold;
}
#col li{line-height:20px; list-style:inside disc;}
#col a { color:#016D2E; text-decoration:underline;}
.side { width:320px;display: inline; }
.side h2 {
	font-size:20px;
	font-family: Tahoma, Geneva, sans-serif;
}
.side h3 {
	font-size:14px;
	font-weight:bold;
}
.side li {line-height:20px; list-style:inside disc; color:#016D2E; }
.side ul {
	margin:20px  0 30px 20px;
	font-size: 14px;
	color: #FFF;
}
#top {margin-top:20px}
/* footer */
.footer {
  height:100px;
  position:relative;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/ft.png');
}

.footer[class] {
  background:url(images/ft.png); 
}

.footer a {
  position:relative; 
}

#ftinner{ position:absolute; bottom:20px; width:680px; margin-left:80px; color:#FFFFFF}
#ftinner a {color:#FFFFFF}
.ftlink {width:500px;}

#module { width:740px; margin-top: 20px; margin: 20px auto; text-align:left; background: #FFFFFF;}
#module h3 { font-size: 22px; color:#016D2E; font-weight:bold; margin: 20px 0 10px 0;}
#module h2 { font-size: 14px; color:#016D2E; font-weight:bold; }
#module h1 { font-size: 18px; color:#016D2E; font-weight:bold; }
#module b { font-size: 16px; }
#module a { color:#016D2E}

#module2 { width:700px; margin-left:20px; text-align:left;}
