@charset "utf-8";

/*General*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ffffff; /*white*/
	overflow-y: scroll;
}

body, img, p, tr, td {
	font-family: Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #868686; /*grey*/
	border: none;
}

p {
	padding-bottom: 6px;
	line-height: 18px;
}

/*build*/

#build_index{
	width: 100%;
	height: 762px;
	margin-top: -381px;
	top: 50%;
	position:absolute;
	background-image: url(../img/layout/bg_index.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#build_main{
	width: 920px;
	text-align: left;
	position: relative;
}

#build_img{
	width: 360px;
	height: 620px;
	background-position: top left;
	background-repeat:no-repeat;
	float: left;
	position: relative;
}

#build_content{
	width: 300px;
	margin-top: 175px;
	float: left;
	margin-bottom: 20px;
}

#build_logo{
	text-align: right;
	width: 290px;
	height: 175px;
	position: absolute;
	left: 600px;
	z-index: 6;
}

#build_nav{
	margin-top: 175px;
	width: 200px;
	height: 445px;
	float: right;
}
#footer{
	margin-top: 189px;
	margin-left: 854px;
}
/*adresszeile*/
#build_adress{
	top: 500px;
	left: 10px;
	position: absolute;
	z-index: 777;
	text-align:left;
}
#build_adress h1{
	margin: 	0px;
	margin-bottom: 5px;
	padding: 	0px;
}
/*index*/

#index_allenspach{
	margin-left: 566px;
	margin-top: 215px;
}

#index_hemair{
	margin-left: 566px;
	margin-top: 40px;
}

#index_txt{
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
}
/*nav*/

#nav{
	margin-left: 70px;
	list-style: none;
	margin-top: 37px;
}

#nav a{
	font-size: 13px;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
}

#nav a.nav_active{
	color: #007bbe; /*blue*/
}

/*subnav*/

#subnav{
	list-style: none;
}

#subnav a{
	font-size: 12px;
	padding-left: 15px;
}

#subnav a.nav_inactive:hover{
	background-image:url(../img/layout/bg_subnav.gif);
	background-position: left;
	background-repeat: no-repeat;	
}

#subnav a.nav_active{
	background-image:url(../img/layout/bg_subnav.gif);
	background-position: left;
	background-repeat: no-repeat;	
}

/*title*/

h1{
	font-size: 13px;
	color: #007bbe; /*blue*/
	padding-bottom: 20px;
}

h2{
	font-size: 12px;
	color: #007bbe; /*blue*/
	padding-bottom: 15px;
}

h3{
	font-size: 11px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 10px;
}

/*hyperlinks*/

a:link {
	color: #868686; /*grey*/
}

a:visited {
	color: #868686; /*gry*/
}

a:hover {
	color: #007bbe; /*blue*/
}

a:active {
	color: #007bbe; /*blue*/
}

/*emails*/

a.mail:active {
	font-weight: normal;
	font-size:9px;
	color: #007bbe; /*blue*/
	text-decoration:none;
}
a.mail:link {
	font-weight: normal;
	font-size:9px;
	color: #007bbe; /*blue*/
	text-decoration:none;
}

a.mail:visited {
	font-weight: normal;
	font-size:9px;
	color: #007bbe; /*blue*/
	text-decoration:none;
}

a.mail:hover {
	color: #007bbe; /*blue*/
	text-decoration: underline;
}

/*table*/

th {
	text-align: left;
}

/*list*/

#build_content ul{
	padding-left: 20px;
	list-style-type: square;
}

/*img*/

#logo_allenspach{
	margin-top: 30px;
}

#logo_hemair{
	margin-left: 70px;
	margin-top: 30px;
}

/*form*/

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	background-color: #FFFFFF;
	font-size: 10px;
    border: 1px solid #868686; /*grey*/
	margin-bottom: 6px;
}

