/* GENERIC DEFINITIONS */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

div#all {

}

div#page {
	margin-left: auto;
	margin-right: auto;
}

/* HEADER */
div#header {
	background-color: #ffffff;
	display: none;
}

div#header img {
	display: none;
}

/* COLUMNS */
div#leftcol {
	display: none;
}

div#rightcol {
	float: left;
	background-color: #ffffff;
}

/* TOPNAV */
div#topnav {
	display: none;
}

div#topnav img {
	margin: 0px;
	padding: 0px;
}

/* SERVICENAV */
ul#servicenav {
	display: none;
}

/* MENU */
ul#menu {
	display: none;
}

ul#helpnav {
	display: none;
}

/* FOOTER */
div#footer {
	clear: both;
	height: 20px;
	text-align: left;
	background: none;
	bordeR: none;
}

/* CONTENT */
div.content {
	text-align: left;
	font-size: 13px;
	width: 100%;
}

div#contenthome {

}

div.content a {
	text-decoration: none;
	color: #41749F;
}

div.content a:hover {
	text-decoration: underline;
}

p.infotext {
	font-size: 10px;
}

ul.downloadlist {
	list-style: url(../images/listarrow.gif);
	padding-left: 20px;
}

ul.gallerylist {
	list-style: none;
	width: 100%;
}

ul.gallerylist li {
	display: inline;
	margin-left: 0px;
	margin-right: 40px;
	margin-bottom: 20px;
}

ul.gallerylist li img {
	vertical-align: middle;
}

ul.advantages {
	list-style:url(../images/advantagearrow.gif);
	padding-left: 20px;
}

table.staff td {
	padding-bottom: 32px;
/*	padding-right: 36px;*/
	vertical-align: bottom;
	height: 120px;
	width: 280px;
}

table.staff img {
	float: left;
	padding-right: 10px;
}

img.imglupe {
	margin-right: 20px;
}

span.imgtitle {
	margin-right: 90px;
}

a.imglink {
	text-align: center;
	text-decoration: none;
}

a.imglink img {
	border: 0px;
}

a.imglink span {
	display: none;
}

a.imglink:hover span {
	display: block;
	position: absolute;
	top: 50%;
	margin-left: 0px;/*auto;*/
	margin-right: auto;
}

/* HEADLINES */
h1 {
	font-size: 13px;
/*	text-transform: uppercase;*/
	padding-bottom: 18px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

