﻿body {
	background-color: black;
	text-align: center;
	min-width: 760px;
}
#main {
	background-image: url('../image/main.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 740px;
	height: 600px;
	color: white;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;	
	margin: 0 auto;
	padding: 0;
}



a {
	color: white;
}
a:hover {
	color: orange;
	text-decoration: none;
}
/*----*/
#loben {
	float: left;
	width: 365px;
	height: 290px;
	margin-top: 10px;
}
.logo {
	background-image: url('../image/logo.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 360px;
	height: 202px;
}

/*----*/

#roben {
	float: right;
	background-image: url('../image/hint.png');
	background-color: transparent;
	width: 365px;
	height: 290px;
	margin-top: 10px;
	border: 1px silver dotted;
}



#navi {
float: right;
	margin: 20px;
	margin-top: 120px;
	text-align: right;
}
#navi *{
	margin: 0;
	padding: 0;
}
#navi ul {
	width: 100px;
}
#navi li {
	list-style: none;
	text-align: right;
}
#navi a {
	color: white;
	text-decoration: none;
	font-size: medium;
	font-variant: small-caps;	
}
#navi a:hover {
	color: orange;
	font-size: large;
	font-variant: normal;
}
#navi li ul {
	display: none;
	text-align: center;	
	width: 100px;
}
#navi li ul a {
    color: white;
	font-variant: normal;
	font-size: small;
	text-align: center;
}
#navi li ul a:hover {
	color: orange;
	font-size: small;
}
#navi li:hover ul {
	display: block;
	text-align: center;
}
#navi li ul li {
text-align: center;
margin-left: 25px;
}

/*----*/

#lunten {
	float: left;
	margin-top: 10px;
	width: 365px;
}

/*----*/

#runten {
	float: right;
	margin-top: 10px;
	width: 365px;
}

/*----*/

#footer {
	float: left;
	clear: both;
	width: 740px;
	margin-top: 10px;
	text-align: left;
	font-size: x-small;
}
