@charset "utf-8";
html{
overflow: scroll;
}

body{
	margin: 0;
	background-image:url(../gfx/bg.gif);
	background-repeat: repeat-x;
	background-color: #eaf1ff;
	background-attachment:fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
}

div.container{
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	width: 778px;/*sofh: 62 em = 992 px*/
	padding: 10px;
	background-color: #fdfdfd;
	border: 1px solid #9ab;
	line-height: 130%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.left{
	margin-left: 10px;
}

div.right{
	float: right;
	width: 565px;
	padding: 10px;
}

div.credits{
	width: 760px;
	padding: 10px;
	border: 1px none #bcd;
	margin-top: 10px;
	text-align: right;
	font-size: 80%;
	}

div.runsten{
	width: 160px;
	height: 160px;
	background: transparent url('../gfx/runsten.png') no-repeat center 5px;
}

div.menu{
	width: 148px;
	padding: 10px;
	padding-top: 15px;
	min-height: 100px;
	background-color: #ffb;
	border: 1px solid #fd8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

ul.menu{
	margin:0;
	margin-left: 20px;
	margin-right:5px;
	padding:0;
	list-style-image:url(../gfx/raquo.gif);
}

ul.menu li{
	margin-bottom: 10px;
}

div.menu a, div.menu a:visited, div.menu a:active{
	color: black;
	text-decoration: none;
}

div.menu a:hover{
	text-decoration: underline;
}

