/* Setup */
* {
	font: normal 12px sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
	padding:0;
}
body {
	/*background-color:#02263f;*/
	background-color:#00070c;
}
p {
	padding:10px;
	margin-top:10px;
	font-size:140%;
}
h1 {
	font-size:200%;
	color:yellow;
}
ul {
	list-style:none;
}
div.spiel {
	background-color:#02263f;
	float:right;
	width:240px;
}
#pane_links {
	width:205px;
	border-bottom:solid yellow 1px;
}
#pane_links .lhs {
	float:left;
}
#pane_links .rhs {
	float:right;
}
#photos {
	width:470px;
}
#thumbs {
	margin-top:10px;
	height:150px;
}
#thumbs img {
	margin-right:3px;
	width:60px;
	height:60px;
}

/* Layout */
#ocean {
	margin-top:10px;
	background:#5ea4d7;
	/*background-image:url(/images/site_main.jpg);*/
	width:100%;
	padding-bottom:30px;
}
#wrap, #submenu {
	width:750px;
	margin:auto;
}
#header {
	padding:30px 0 30px 0;
	height:40px;
	width:750px;
	margin:auto;
}
#header a img {
	border:none;
}
#menu {
	padding-left:10px;
	background:#005db3;
	background-image:url(/images/bar.png);
	border-top:solid 1px #00070c;
	border-bottom:solid 1px #00070c;
}
#menu ul {
	margin-top:1em;
	margin-bottom:1em;
	margin-left:auto;
	margin-right:auto;
	width:750px;
	padding:0;
	list-style:none;
	height:2.8em;
}
#menu ul li {
	margin-right:20px;
	float:left;
}
#menu ul li span, #menu ul li a {
	text-decoration:none;
	font-size:1.8em;
}
#menu ul li span {
	color:yellow;
}
#menu ul li a:hover {
	text-decoration:underline;
}
#menu ul li img {
	border:0;
	margin:0;
	padding:0;
}
#menu ul li.contact a {
	color:#f07a09;
}
#submenu {
	padding-top:5px;
}
#submenu a {
	margin-left:5px;	
}

#main {
	background:none;
	margin-top:20px;
	padding:0;
	border:0;
}

#main p {
	color:#fff;
	font-size:100%;
	margin-top:3px;
	margin-bottom:0px;
}
#main p a {
	color:yellow;
	text-decoration:none;
}
#main p a:hover {
	text-decoration:underline;
}

#main table {
	width:100%;
	margin-bottom:5px;
}
#main table td.photos {
	background-image:url(/images/bg.gif);
}
#main table tr {
	vertical-align:top;
	margin:0px;
}
#main table td.spiel {
	background-color:#02263f;
	margin:0px;
	padding:10px;
	width:240px;
	height:100%;
}
#main table td.photos {
	padding:10px;
}
#main table td.spiel p {
	font-size:100%;
	color:#999;
	padding:0;
	margin:1em 0 1em 0;
	background:none;
}
#main table td.spiel h2 {
	font-size:2em;
	color:#fff;
}
#frontpage {
	text-align:center;
	width:100%;
}
#frontpage img {
	margin-top:40px;
	margin-bottom:40px;
	border-top:solid 3px #fff;
	border-bottom:solid 3px #fff;
}
#frontpage p {
	font-size:200%;
}
#frontpage p span {
	font-size:100%;
	color:yellow;
}
#footer {
	width:100%;
	height:60px;
	text-align:center;
}
#footer span {
	display:block;
	margin-top:1em;
}
#footer span.credit {
	color:#ddd;
	font-size:80%;
}
#footer span.credit a {
	font-size:100%;
}


ul.sub_menu li {
	float: left;
	margin-left: 1em;
}

ul.sub_menu {
	background-color:#02263f;
	height: 1.5em;
	padding: 0.5em;
	margin-bottom: 2px;
}

ul.sub_menu li {
	height: 1em;
}


div.strips {
	background-image:url(/images/bg.gif);
	padding: 1em;
}

div#flash {
	background-color: white;
}
