@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	padding:0;
	margin:0;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	}
.container {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	}
	
.hugme{
	z-index: 10;
	position: fixed;
	bottom: 0px;
	left: 0px;
	}
.blender{
	z-index: 11;
	position: fixed;
	bottom: 0px;
	right: 0px;
	}

.header{
	width: 770;
	height: 417;
	border-bottom:1px solid #999;
	}
.header img{
	margin-left: 347px;
}
a:link, a:visited, a:active{
	color: #666;
	text-decoration: none
}
a:hover{
	text-decoration: underline;
}
	

.container_navi{
	width:650px;
	height:18px;
	margin-left: 158px;
	}
.container_navi ul {
  	padding: 0;
  	margin: 0;
 	list-style: none;
 	}
.container_navi li {
  	float: left;
  	position: relative;
  	}
.container_navi li ul {
  	display: none;
  	position: absolute; 
  	top: 22px;
  	left: 0;
  	}
.container_navi li > ul {
	top: 22px;
	left: -1px;
	clear: left
	}
.container_navi li:hover ul, li.over ul{ 
	display: block;
	}
a.navi:link, a.navi:active, a.navi:visited {
	display: block;
  	float: left;
  	height:18px;
  	margin: 0 0 0 0;
  	padding: 1px 0 0 27px;
  	text-decoration: none;
  	font-size: 14px;
  	color:#000;
	text-align: right;
	}
a.navi:hover {
  	text-decoration: underline;
	}

.teaser{
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom:1px solid #999;
	}

.content_home{
	width: 770px;
	margin-top: 9px;
	padding-bottom: 60px;
	font-size: 16px;
	color: #333;
	}
.content_home h1{
	padding-left: 12px;
	padding-right: 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight:lighter
	}	
	
.content{
	width: 770px;
	margin-top: 9px;
	}
.image{
	float: left;
	}
.texter{
	float: right;
	width: 420px;
	left: 370px;
	border-bottom: 12px solid #000000;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 22px;
	}
.texter h1{
	margin-top: 2px;
	margin-bottom: 10px;
	font-style: italic;
	font-weight:lighter;
	font-size: 30px;
	}
.texter h2{
	margin-top: 0px;
	font-style: italic;
	font-weight:lighter;
	font-size: 12px;
	line-height: 14px;
	}
.text{
	width: 420px;
	font-size: 11px;
	left: 351px;
	}
.linkbox{
	position: relative;
	left: 320px;
	width: 100px;
	top: 0px;
	margin-top: -40px;
	height: 50px;
	}
.linkbox ul {
 	list-style: none;
	list-style-image:url(../img/arrow.gif);
 	}
a.linkb:link, a.linkb:active, a.linkb:visited {
	display: block;
	width: 100px;
  	height:12px;
  	margin: 0 0 0 0;
  	padding: 0 0 0 0;
  	text-decoration: none;
  	font-size: 12px;
  	color:#999;
	text-align: left;
	}
a.linkb:hover {
  	text-decoration: none;
	color: #666666;
	}

.cleaner{
	clear:both;
	height: 30px;
	border-bottom: 1px solid #999999;
	}
	
.footer{
	height: 200px;
	}
.footer img{
	margin-left: 440px;
	margin-top: 20px;
}

input.fir{
	border: 0px;
	width: 420px;
	height: 15px;
	margin-bottom: 5px;
	padding-top: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #fff;
	background-color:#000;
}
input.sec{
	border: 1px solid #999;
	width: 418px;
	height: 19px;
	margin-bottom: 15px;
	padding-top: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	background-color:#fff;
}
textarea.fir{
	border: 0px;
	width: 416px;
	height: 200px;
	padding-top: 4px;
	padding-left: 4px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	background-color:#000;
}
textarea.sec{
	border: 1px solid #999;
	width: 414px;
	height: 200px;
	padding-top: 4px;
	padding-left: 4px;
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	background-color:#fff;
}
.senden{
	border: 0px;
	width: 420px;
	height: 24px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #fff;
	background-color:#000;
}

a.linktext:link, a.linktext:active, a.linktext:visited {
  	text-decoration: none;
  	font-size: 12px;
  	color:#999;
	}
a.linktext:hover {
  	text-decoration: none;
	color: #666666;
	}
	
