/* @override 
	colors:
	#261F23
	#6A6260
	#0050DB
	#C5D5EB
	#5C8BC6
	http://www.mephisto-online.de/main-light.css
*/

div.leftColumn {
	float: left;	
	width: 280px;
	padding: 10px;
}

div.rightColumn {
	width: 280px;
	padding: 10px;
	margin-left: 310px;
	
}

#container {
	width:810px;
	margin:10px auto;
	text-align:left;
}



body {
	margin: 0;
	background-color: #dde1e5;
	color: #000;
}


* {
	font-family: 'Lucida Grande','Lucida Sans Unicode','Optima','Verdana','Arial';
}

li {
	font-size: 12px;
}

article {
	font-size: 12px;
}

a.external {
	background: url("/external-link.gif");
	background-repeat: no-repeat;
	padding-left: 15px;
}


h1 {
	margin-bottom: 0px;
	display: inline;
	color: #635f5d;
	clear: both;
}

h2 {
	margin: 0px;
	color: #e2a33d;
}

h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #e2a33d;
	font-size: 14px;
}

h4 {
	font-size: 12px;
	margin:0px;
}

a {
	color: #5C8BC6;
	text-decoration: none;
}

a:hover {
	color: white;
	background-color: #5C8BC6;
	text-decoration: none;
}

.history {
	color: #808080;
	font-size: 0.7em;
	padding-top: 5px;
	z-index: 3000;
	position: absolute;
	display: none;
	opacity: 0.9;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 300px;
	margin-left: -200px;
	background-color: black;
	padding: 10px;
	margin-top: -100px;
	-moz-border-radius: 5px;
	border: 1px solid white;
}

.box {
	border: 1px solid grey;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 100%;
	margin: 10px auto;
	background-color: white;
}

div.overlay {
	z-index:1000;
	position: absolute;
	left: 50%;
	margin-left:-350px;
	margin-top: 200px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: white;
	padding:10px;
	width: 700px;
}

div.blind {
	background-color: black;
	width: 100%;
	height: 100%;
	position: fixed;
	opacity: 0.5;
	margin-top:-10
}

object#filmplayer {
	margin-left: auto;
	margin-right: auto;
}

div.navigation ul {
	padding-left: 0;
	list-style: none;
	margin: 5 0px;
}

div.navigation ul li {
	background-color: white;
	padding-left: 10px;
}

div.navigation ul li:hover {
	background-color: #5C8BC6;
}

div.navigation ul li:hover a {
	color: white;
	text-decoration: none;
}


div.navigation {
	width: 180px;
	float: left;
	font-size: 0.9em;
}

#mephistoLogo {
	display: block;	
	margin: 0 auto;
}

div#content {
	width: 610px;
	margin-left: 200px;
	margin-top: 10px;	
}

p {
	font-size: 12px;	
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: justify;
}

p.center {
	text-align: center;
}

.left {
	width: 120px;
	float: left;
	text-align: left;
	height: 1.3em;
	color: #808080;
	padding-top: 5px;
}

.right {
	height: 1.3em;
	text-align: left;
	margin-left: 80px;
}

#video_box {
	z-index: 3000;
	position: absolute;
	display: none;
	opacity: 0.9;
	left: 50%;
	top: 50%;
	width: 810px;
	height: 600px;
	margin-left: -405px;
	background-color: black;
	padding: 0px;
	margin-top: -300px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#video_box_header {
	z-index: 1;
	opacity: 0.9;
	width: auto;
	margin-top: 0px;
	margin-left: 0px;
	height: 25px;
	background-color: #444;
	padding: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	position: relative;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}

#login {
	background-color: #b99;
}

span.achievement-text {
	font-weight: bold;
	position: relative;
	top: -16px;
}

.achievement {
	background-color: #fefa68;
	color: red;
	direction: ltr;
	text-shadow: #a9a9a9 3px 3px 10px;
}