/* General */

body {
	font: normal 10pt "Tahoma" ;
	background: url(images/bg.jpg) fixed center ;
}

h1 {
	color: #093 ;
	font: 17pt Georgia, "Times New Roman" ;
	text-align: left ;
	margin-top: 0px ;
	padding-top: 5px ; 
}

h2 {
	color: #093 ;
	font: italic 19pt Georgia, "Times New Roman" ;
	text-align: center ;
}

h3 {
	color: #093 ;
	font-size: 11pt ;
}

a {
	text-decoration: none ;
	color: #369 ;
	font-weight: bold ;
}
	a:hover {
		text-decoration: underline ;
	}

pre {
	font: 10pt Tahoma ;
	width: 450px ;
}

input, textarea {
	border: 1px solid #CCC ;
	width: 300px ;
}

p {
	display: block ;
	clear: both ;
	padding-top: 10px ;
	padding-bottom: 10px ;
}

/* User */

.container {
	width: 700px ;
	height: 500px ;
	margin-top: -250px;
	margin-left: -350px;
	position: absolute ;
	top: 50% ;
	left: 50% ;
}

.top {
	height: 60px ;
	padding: 10px ;
	text-align: left ;
	line-height: 60px ;
	vertical-align: middle ;
}

.flag_nl a {
	display: block;
	float: right ;	
	height: 30px ;
	width: 45px ;
	background: url(images/flag_nl_1.gif) ;
	margin: 10px 3px 10px 3px ;
}
	.flag_nl a:hover {
		background: url(images/flag_nl_2.gif) ;
	}
	
.flag_en a {
	display: block;
	float: right ;	
	height: 30px ;
	width: 45px ;
	background: url(images/flag_en_1.gif) ;
	margin: 10px 3px 10px 3px ;
}
	.flag_en a:hover {
		background: url(images/flag_en_2.gif) ;
	}
	
.flag_de a {
	display: block;
	float: right ;	
	height: 30px ;
	width: 45px ;
	background: url(images/flag_de_1.gif) ;
	margin: 10px 3px 10px 3px ;
}
	.flag_de a:hover {
		background: url(images/flag_de_2.gif) ;
	}

.menu {
	width: 135px ;
	float: left ;
	padding: 20px ;
}
	.menu a {
		font: normal 17px Georgia, "Times New Roman" ;
		color: #093 ;
		display: block ;
		padding: 3px ;
		border-bottom: 3px dotted #CCC ;
	}
		.menu a:hover {
			font-weight: bold ;
			text-decoration: none ;
		}
		
	.menu img:hover {
		cursor: progress ;
	}
	
.content {
	float: right ;
	height: 395px ;
	width: 505px ;
	padding: 10px ;
	overflow: auto ;
}	

.image {
	margin: 0 5px 0 5px ;
	padding: 3px ;
	border: 2px dotted #999 ; 
        max-height: 100px ;
        max-width: 100px ;
}