/* Other Davos Screen Style */

.print {
display: none;
}

/* General */

body {
	margin: 20px;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	font-size: 10px;
	text-align: center;
}

a img {
	border: none;
}

#top {
	display: block;
	width: 840px;
	height: 120px;
	position: relative;
	margin: 0 auto;
}

#content {
	display: block;
	margin: 0 auto;
	width: 840px;
	background-image: url(/layout/menu.gif);
	background-repeat: repeat-y;
}

#bottom {
	margin: 0 auto;
	width: 840px;
	clear: both;
}


/* Menu */

#menu {
	display: block;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 170px;
	font-size: 1.1em;
	background-image: url(/layout/menu.gif);
	background-repeat: repeat-y;
	background-color: #DF370D;
	z-index: 1;
}

#menu1 {
	display: block;
	left: 0px;
	top: 0px;
	width: 170px;
	height: 178px;
	background-image: url(/layout/menu1.gif);
	background-repeat: no-repeat;
}

#menu a:link, #menu a:active, #menu a:visited {
	display: block;
	margin-right: 30px;
	margin-left: 6px;
	margin-top: 2px;
	padding-right: 2px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #FFFFFF;
	color: #4E4E4E;
}

#menu2 {
	display: block;
	float: left;
	width: 170px;
	height: 74px;
	background-image: url(/layout/menu2.gif);
	background-repeat: no-repeat;
}


/* Footer */

#footer {
	display: block;
	float: right;
	width: 640px;
	height: 74px;
	background-image: url(/layout/footer.gif);
	background-repeat: no-repeat;
}


/* Header */

#deu_header {
	display: block;
	float: right;
	width: 640px;
	height: 120px;
	background-image: url(/layout/deu_header.gif);
	background-repeat: no-repeat;
}

#fra_header {
	display: block;
	float: right;
	width: 640px;
	height: 120px;
	background-image: url(/layout/fra_header.gif);
	background-repeat: no-repeat;
}

#eng_header {
	display: block;
	float: right;
	width: 640px;
	height: 120px;
	background-image: url(/layout/eng_header.gif);
	background-repeat: no-repeat;
}

#language {
display: inline;
position: absolute;
right: 0px; top: 0px;
text-align: right;
font-weight: bold;
font-size: 1.1em;
}

/* Page */

#page {
	display: block;
	margin-left: 200px;
	width: 600px;
	font-size: 1.2em;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	
	background-color: #f2f2f2;
}

a:link, a:active, a:visited {
	color: #0066CC;
}

a:hover {
	color: #DF370D;
}

.title {
	color: #DF370D;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;

}

.subtitle {
	color: #000000;
	font-size: 1.1em;
	text-align: left;
	font-weight: bold;
}

.mini {
	text-align: justify;
	font-size: 0.8em;
}
.spacer {
	display: block;
	position: relative;
	height: 1em;
	clear: both;
}