/*************************************************************/
/*   Design:  Setpoint GmbH (Screen)                                 */
/*   Author:  Synergy-Network                                */
/*   Web:     www.synergy-network.ch                         */
/*   Date:    Februar-28-2007                                */
/*************************************************************/

/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/

#Ebene {
	position:absolute;
	left:0px;
	top:0px;
	width:840px;
	height:640px;
	z-index:1;
	visibility:visible;
}

body {
	background-color: #2B4E4E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #EBEBEB;
}
.Text a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #EBEBEB;
}
.Text a:hover {
	color: #FFEC00;
	text-decoration: none;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	color: #EBEBEB;
	padding: 0px 0px 5px 0px;
}
.nav a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #EBEBEB;
	text-decoration: none;
	padding-bottom: 4px;
	padding: 0px 0px 5px 0px;
}
.nav a:hover {
	color: #FFEC00;
	text-decoration: none;
	padding: 0px 0px 5px 0px;
}
#Main {
	position:absolute;
	left:394px;
	top:149px;
	width:241px;
	height:303px;
	z-index:5;
	visibility:visible;
}
#contact {
	position:absolute;
	left:68px;
	top:149px;
	width:565px;
	height:303px;
	z-index:5;
	visibility:visible;
}
#disclaimer {
	position:absolute;
	left:68px;
	top:149px;
	width:565px;
	height:446px;
	z-index:5;
	visibility:visible;
}
#Navi {
	position:absolute;
	left:44px;
	top:149px;
	width:241px;
	height:303px;
	z-index:5;
	visibility:visible;
}
#pic1 {
	position:absolute;
	left:665px;
	top:141px;
	width:150px;
	height:150px;
	z-index:5;
	visibility:visible;
}
#pic2 {
	position:absolute;
	left:665px;
	top:305px;
	width:150px;
	height:150px;
	z-index:5;
	visibility:visible;
}
#pic3 {
	position:absolute;
	left:665px;
	top:470px;
	width:150px;
	height:150px;
	z-index:5;
	visibility:visible;
}
#Footer {
	position:absolute;
	left:62px;
	top:610px;
	width:588px;
	height:27px;
	z-index:5;
	visibility:visible;
}

/* Tables */
.table {
	clear: left;
	margin: 0.1em 0px 0.1em 0px;
	border: solid 1px rgb(150,150,150);
	empty-cells: show;
	border-collapse: collapse;
	background-color: rgb(233,232,244);
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.table tr {margin: 0px; padding: 0px;}
.table td {padding: 2px 7px 2px 7px; border: solid 1px rgb(150,150,150); text-align: left; font-size: 100%;}
.table th {margin: 0px; padding: 2px 7px 2px 7px; border: solid 1px rgb(150,150,150); empty-cells: show; text-align: left; font-size: 100%; 	}
.table-caption {margin: 0.5em 0px 1.0em 30px; padding: 0px; clear: both; text-align: left; font-size: 100%;}
