body {
	background-color:	#919174;
	background-image:	url(../pics/background.jpg);
	background-repeat:	no-repeat;
	
	font-family:	Verdana, sans-serif;
	font-size:		10pt;
	line-height:	120%;

	text-align:		justify;
	vertical-align:	top
}

table {
	font-family:	Verdana, sans-serif;
	font-size:		10pt;
	line-height:	120%;

	margin-top:		0px;
	margin-bottom:	6px;
}

h1 {
	margin-top:		0px;
	margin-bottom:	0px;
	
	font-size:		20pt;
	line-height:	120%;
	
	text-align:		left;
	
	color:			#6e7c8b;
}

h2 {
	margin-top:		0px;
	margin-bottom:	0px;
	margin-left:	5px;
	
	font-size:		12pt;
	line-height:	120%;
	
	text-align:		left;
	
	color:			#ffffcc;
}

h3 {
	margin-top:		0px;
	margin-bottom:	0px;
	margin-left:	5px;
	
	font-size:		11pt;
	font-weight:	bold;
	line-height:	120%;
	
	text-align:		left;
	
	color:			#6e7c8b;
}

p {
	margin-top:		0px;
	margin-bottom:	6px;
}

a img {
	border:				none;
	text-decoration:	none;
}

a:link {
	color:			#68688b;
}

a:visited {
	color:			#6e7c8b;
}

a:hover {
	color:			#cb890e;
}

a:active {
	color:			#cb890e;
}

a:focus {
	color:			#cb890e;
}

.center {
	text-align:		center;
}

.top {
	vertical-align:	top;
}

.headline {
	position:		absolute;
	top:			30px;
	left:			250px;
	
	padding:		5px;
	
	background-color:	#ddddb1;
	border-color:		#6e7c8b;
	border-width:		2px;
	border-style:		solid;
}

.headline2 {
	position:		relative;
	top:			0px;
	left:			0px;
	
	margin-bottom:	6px;
	
	padding:		2px;
	
	background-color:	#6a6a55;
}

.menue {
	position:		relative;
	top:			150px;
	left:			10px;
	width:			150px;
	
	padding:		5px;
	margin-bottom:	5px;
	
	background-color:	#ddddb1;
	border-color:		#6e7c8b;
	border-width:		1px;
	border-style:		solid;
}

.copyright {
	position:		relative;
	top:			150px;
	left:			10px;
	width:			150px;
	
	padding:		5px;
	margin-bottom:	5px;
	
	font-size:		8pt;
}

.content {
	position:		absolute;
	top:			150px;
	left:			250px;
	
	margin:			10px;
	
	padding:		5px;
	
	background-color:	#ddddb1;
	border-color:		#6e7c8b;
	border-width:		1px;
	border-style:		solid;
	
	z-index:			2;
}

.validation {
	position:		relative;
	top:			150px;
	left:			10px;
	width:			300px;
	
	padding:		5px;
	margin-bottom:	5px;
}

.credits {
	position:		relative;
	top:			150px;
	left:			10px;
	width:			180px;
	
	text-align:		center;
	
	padding:		5px;
	margin-bottom:	5px;
}

.thumbsheader {
	text-align:		left;
}

.thumbscell {
	width:			220px;
}


