* {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
}

p {
	text-align:justify;
	font-size: 14px;
}

img {
	border: 0;
}

.Centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}

dt {
	font-family: Nyala, Tahoma;
	font-size: 24px;
}

dd {
	font-size: 14px;
	margin-left: 30px;
	margin-bottom: 10px;
}

a,
a:hover,
a:visited,
a:active {
	color: #000;
	text-decoration: underline;
}

h1 a,
h1 a:hover,
h1 a:visited,
h1 a:active {
	font-family: Nyala, Tahoma;
	color: #000;
	text-decoration:none;
}

h3 {
	font-family: Nyala, Tahoma;
	text-decoration: underline;
}

body {
	background-color: #00CED1;
}

#frame {
	width: 1000px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

#rings {
	position: absolute;
	left: 50px;
	bottom: 20px;
}

h2 {
	font-family: Nyala, Tahoma;
	margin-top:35px;	
}

#logo {
	display: block;
	/*position: absolute;
	right: 7px;
	top: 10px;*/
	float: right;
	height: 100px;
	margin: 10px;
	width: 290px;
}

#content {
	display: block;
	width: 780px;
	height: 100%;
	float: right;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	position:relative;
	overflow-y:scroll;
	background-image: url(../images/crown.jpg);
	background-position: center;
	background-repeat:no-repeat;
}

#overlay {
	position: absolute;
	display: block;
	top:0;
	left:0;
	right:0;
	bottom:auto;
	min-height: 700px;
}

#overlay img {
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top: 150px;
	z-index:1000;
}



/* menu */

/*--definiert den Hintergrundbalken der Navi und einige allgem. Angaben--*/
#menu {
	font-family: Nyala, Tahoma;
	width: 200px;
	height: 100%;
	display: block;
	float: left;
	position: relative;
	color: #fff;
	background: #1e5799; /* Old browsers */
	background:-moz-linear-gradient(90deg,#00CED1,#00AAAD); /* Firefox */
	background:-webkit-gradient(linear,left top,right top,from(#00CED1),to(#00AAAD)); /* Chrome, Safari */
	background: -o-linear-gradient(left, #00CED1, #00AAAD); /* Opera */
	background: linear-gradient(to right, #00CED1, #00AAAD); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CED1', endColorstr='#00AAAD', GradientType=1); /* Internet Explorer */
	line-height: 1.5; /*--bewirkt eine vertikale Textzentrierung--*/
	z-index: 10;
}

#menu  a {
	font-family: Nyala, Tahoma;
}

/*--definiert die einzelnen Navigationsbl&ouml;cke--*/
#menu ul {
float: left;
width: 200px;
list-style-type: none;
}

/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#menu a,
#menu a:hover,
#menu a:visited {
	display:block;
	font-size:24px;
	text-decoration:none;
	padding: 5px;
	color: #fff;
}


/*--definiert die "Drop-Down-Links" im Hoverzustand--*/
#menu a:hover,
#menu a.active,
#menu ul li:hover {
	background: #ffb061; /* Old browsers */
	background:-moz-linear-gradient(90deg,#ffb061,#ff8104); /* Firefox */
	background:-webkit-gradient(linear,left top,right top,from(#ffb061),to(#ff8104)); /* Chrome, Safari */
	background: -o-linear-gradient(left, #ffb061, #ff8104); /* Opera */
	background: linear-gradient(to right, #ffb061, #ff8104); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb061', endColorstr='#ff8104', GradientType=1); /* Internet Explorer */
}

#menu ul ul a:hover,
#menu ul ul a.active,
#menu ul ul li:hover {
	background: #ffb061; /* Old browsers */
	background:-moz-linear-gradient(90deg,#ff8104,#ffb061); /* Firefox */
	background:-webkit-gradient(linear,left top,right top,from(#ff8104),to(#ffb061)); /* Chrome, Safari */
	background: -o-linear-gradient(left, #ff8104, #ffb061); /* Opera */
	background: linear-gradient(to right, #ff8104, #ffb061); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8104', endColorstr='#ffb061', GradientType=1); /* Internet Explorer */
}

/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
#menu ul ul {
	position: absolute;
	left: 200px;
	top: 0;
	z-index: 2;
	display: none;
	background: #1e5799; /* Old browsers */
	background:-moz-linear-gradient(90deg,#00AAAD,#00CED1); /* Firefox */
	background:-webkit-gradient(linear,left top,right top,from(#00AAAD),to(#00CED1)); /* Chrome, Safari */
	background: -o-linear-gradient(left, #00AAAD, #00CED1); /* Opera */
	background: linear-gradient(to right, #00AAAD, #00CED1); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AAAD', endColorstr='#00CED1', GradientType=1); /* Internet Explorer */
}

#menu li {
	position: relative; /*verhindert im Zusammenhang mit pos. absolute bei ul ul eine H&ouml;henvergr&ouml;&szlig;erung von #menu beim Hovern--*/
}

/*--l&auml;sst die Dropdown-Links beim Hovern erscheinen--*/
#menu ul li:hover ul {
	display: block;
	left: 200px;
	top: 0;
}
