@CHARSET "UTF-8";

html
	{
	font-size: 0.9em;
	font-family: helvetica, sans-serif;
 	scrollbar-3dlight-color: #ffffff;
 	scrollbar-arrow-color: #ffffff;
 	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #8e2200;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
 	scrollbar-track-color: #ffffff;
	}

body
	{
	max-width: 90em;
	min-width: 68em;
	margin: auto;
	}

.header
	{
	height: 130px;
	position: relative;
	max-width: 90em;
	min-width: 68em;
	}
	
.logo
	{
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	}

.headerImage
	{
	display: none;
	}
.contentTitle
	{
	position: absolute;
	left: 0;
	top: 50%;
	font-weight: lighter;
	text-align: center;
	width: 100%;
	display: none;
	}

.blueLine
	{
	display: none;
	}

a.lang
	{
	display: none;
	}


.body
	{
	margin-top: 2em;
	max-width: 90em;
	min-width: 68em;
	}
	
.navigation
	{
	display: none;
	}
	
.content
	{
	width: 17cm;
	margin: 0;
	}

ul.level3.subNavigation
	{
	display: none;
	}

img.contentImage_left
	{
	float: left;
	}

img.contentImage_right
	{
	float: right;
	}

.rightContent
	{
	position: absolute;
	top: 0;
	right: 0;
	}

.box.news
	{
	display: none;
	}

.boxTitle
	{
	display: none;
	}

.rightContent a
	{
	display: none;
	}

.formelement
	{
	margin: 0.4em 0;
	position: relative;
	}
	
label
	{
	font-weight: bold;
	}
	
label.textfield
	{
	display: block;
	}
	
label.text
	{
	display: block;
	float: left;
	width: 100px;
	font-weight: normal;
	margin-left: 100px;
	}

textarea
	{
	margin-left: 100px;
	width: 250px;
	border: 1px solid #c0c0c0;
	}

input.text
	{
	border: 1px solid #c0c0c0;
	width: 150px;
	}

input.checkbox
	{
/*	border: 1px solid #c0c0c0;*/
	margin-left: 100px;
	}


input.submit
	{
	border: 1px solid #c0c0c0;
	background-color: #c0c0c0;
	}
