body {
	font: 100.01% Arial, Verdana, Geneva, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url('http://www.thangartner.ch/images/bg.jpg');
	background-repeat: no-repeat;
	background-color: #143664;
}
#header{
	top: 10px;
	left: 0px;
	height: 160px;
	width: 700px;
	background-color: #fff;
}
#navi{
	position: absolute;
	top: 135px;
	left: 0px;
	width: 700px;
	text-align: right;
}
ul.nav{
	margin: 0px;
	float: right;
	
}
ul.nav li{
	float: left;
	list-style-type: none;
	background-color: #143664;
	padding: 5px;
}
ul.nav li a, ul.nav li {
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	font-family: TW Cen MT Condensed;
}
ul.nav li.active a, ul.nav li.active{
	color: #000;
}
ul.nav li.active{
	background-color: #fff;
	border-bottom: 2px solid #143664;
	padding-bottom: 3px;
}
#wrapper {
	position:absolute;
	margin-top:10px;
	margin-left:90px;
	background-color: #143664;
	}
	
#main{
	width: 700px;
	background-color: #fff;
	border-top: 3px solid #143664;
	font-size: 12px;
	color: #000;
	padding-bottom: 40px;
	}
#main p, #main form{
	padding: 0px 40px;
}
#main a, #kontaktbox a{
	color: #143664;
}
#main ul{
	margin-left: 20px;
	
}
.line{
width: 100%;
border-top: 3px solid #143664;
height: 0px;
margin: 0px;
padding: 0px;
}

h2{
	margin: 20px 0px 20px 0px;
	font-size: 20px;
	font-family: "TW Cen MT Condensed";
	color: #fff;
	
}
h2 span{
	margin: 0px;
	padding: 3px;
background-color: #143664;
}
#kontaktbox{
position: fixed;
top: 100px;
right: 0px;
width: 160px;
height: 160px;
background-color: #fff;
color: #000;
}

#kontaktbox p{
	padding: 0px 10px;
	margin: 0px;
	text-align: right;
	font-size: 11px;
}
#kontaktbox h2{
	margin: 20px 0px 10px 0px;
	font-size: 20px;
	font-family: TW Cen MT Condensed;
	color: #fff;
	width: 55px;
	background-color: #143664;
	padding: 3px 10px 3px 2px;
}
#infobox{
	position: fixed;
	top: 290px;
	right: 0px;
	width: 160px;
	height: 100px;
	color: #fff;
}
#infobox p{
	padding: 0px 10px;
	margin: 0px;
	text-align: left;
	font-size: 12px;
}
/*lightbox*/

#wrapper .black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
 
.white_content {
    display: none;
    position: absolute;
    top: 200px;
    left: 25%;
    width: 60%;
    height: 400px;
    padding: 16px;
    border: 16px solid #ccc;
    background-color: white;
    z-index:1002;
    overflow: auto;
}

label{
	width: 200px;
	float: left;
}
.field, .textfield{
	width: 400px;
	margin: 3px 0px;
	border: 1px solid #143664;
}
.service{
	font-weight: bold;
	color: #C00;
}