/* commented backslash hack \*/ html, body{height:100%;} /* end hack */html,body {margin:0;padding:0}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}
	
#menu {
	position: absolute;
	right: 120px;
	top: 0px;
	z-index: 100;
}

#menutable {
	width: 300px;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 12px;
	font-size: 10px;
	color: white;
	padding: 0px 0px 0px 0px;
}

#footer p {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

#content {
	position: absolute;
	right: 60px;
	width: 300px;
	height: 100%;
	border-right: 60px solid;
	border-left: 60px solid;
	z-index: 0;
}

#switcher {
	position: absolute;
	right: 80px;
	top: 0px;
	z-index: 110;
}

#contentText{
	padding: 20px 10px 30px 10px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 305px;
	height: 159px;
}

#switchertable {
	
}

a.menucell {	text-align: center;
	border-bottom: 5px solid;	display: block;	text-decoration: none;	font-weight: normal;	font-size: 12px;	padding: 2px 5px 2px 5px;
}

img {
	border: 0px;
}

.smalltext {
	font-size: 10px;
}

.hide{
	display: none;
}








/*   forms   */

.formbutton {	width: 274px;	background: white;	height: 17px;}

.formfield {	width: 270px;	height: 16px;}

.formtextarea {	width: 270px;	height: 50px;}

.emailform{
	margin-top: 20px;
}

.formtextarea, .formfield, .formbutton {
	border: 1px solid grey;	font-size: x-small;	padding: 1px;	margin: 1px;	font-family: Verdana, serif;
}