header{
	background: #483d8b;
	/*background: #90ee90;*/
}
header h3{
	font-size:225%;
	line-height: 0.8571em;
	/*margin:0.8571em 0 0 0;*/
	margin:0.4571em 0 0 0;
}
body{
	background: #483d8b;
}
nav{
	/*background: #7b68ee;*/
	background: #483d8b;
}
footer{
	background: none repeat scroll 0% 0% #483d8b;
}
footer a{
	color: rgb(240, 230, 140);
	/*font-weight: bold;*/
}
h3{
	color: #000;
}
#quick, #quick a{
	color: #000;
}
#currentImageContainer img{
	border:1px solid rgba(0,0,0,0.3); 
	display:block; 
	margin: 10px auto;
}
div.ym-hlist{
	border-radius: 0.3em 0.3em 0.3em 0.3em;
	border-width: 1px;
	border-color: rgba(0,0,0,0.3);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
	background: #ff8c00;
}
div.ym-hlist ul li a{
	color: #333333;
}	
.box.info{
	margin-top:0px;
	/*background: none repeat scroll 0% 0% #f0e68c;*/
	background: none repeat scroll 0% 0% rgb(240, 230, 140);
}
.box.info a{
	color: #483d8b;
	font-weight: bold;
}
.box.info hr{
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #000;
	border-bottom: transparent;
}
#toplinks{
	float:right;
	color:#000;
}
#toplinks a {
	color:#3c689a;
}
#menuRight{
	float:right; 
	margin-right:1.5em; 
	margin-top:1em; 
	font-weight:bold;
}
#menuRight a{
	color:#333333;
}
.pageIcon{
	margin:2px;
}
#currentText{
	font-family:Comic Sans MS;
}

.ym-hlist ul li.active {
		/*background:#666;*/
		/*background: rgba(255,255,255,.3);*/
		background: rgba(142,142,142,.3);
		/*-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;
		border-radius: 0.2em;*/
		color: #555555;
	}

	.ym-hlist ul li.active strong,
	.ym-hlist ul li.active a:focus,
	.ym-hlist ul li.active a:hover,
	.ym-hlist ul li.active a:active {
		/*background:transparent;*/
		color:#555555;
		/*text-decoration:none;*/
	}
	
	
	.ym-hlist ul li a,
	.ym-hlist ul li strong {
		/*background:transparent;
		color:#aaa;
		display:block;
		font-size:1em;
		line-height: 2em;
		padding: 0 0.5em;
		font-weight:normal;
		text-decoration:none;*/
		/*text-shadow: 0 1px 1px rgba(0,0,0,.5);*/
		text-shadow: none;
		/*width:auto;*/
	}
	
	.ym-hlist ul li a:focus,
	.ym-hlist ul li a:hover,
	.ym-hlist ul li a:active  {
		/*color: #ccc;*/
		color: #555555;
		/*background:#666;*/
		/*background: rgba(255,255,255,.25);*/
		background: rgba(142,142,142,.25);
		/*-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;
		border-radius: 0.2em;
		text-decoration:none;
		outline: 0 none;*/
	}