/* General */

body {
	margin: 0.5em;
	font-family: Optima, "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: black;	
	max-width: 75em;
}

a:link {
	color: #116;
	text-decoration: none;
}

a:visited {
	color: #616;
	text-decoration: none;
}

a:hover {
	color: #669;
	text-decoration: underline;
}

a:active {
	color: #611;
}


/* Navigation */

.navigation {
	float: left;
	width: 9em;
	font-size: 95%;
	text-align: right;
	padding: 1px;
}

.navigation h2 {
	font-size: 1.2em;
}

.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navigation ul li {
	margin: 0;
	padding: 1px 0.4em 1px 0;
	min-height: 1.2em;
	font-size: 97%;
}

.navigation .lang {
	margin-top: 1.5em;
}

.navigation .curr {
	color: black;
}

.navigation ul li.mainitem {
	font-size: 100%;
	font-weight: bolder;
	margin-top: 0.5em;
	background: url(../img/box.gif) right bottom no-repeat;
}

.navigation ul li.space {
	min-height: 0.5em;
	height: 0.5em;
}

/* Subnavigation */

.subnavigation {
	padding: 0;
	margin: 1.5em 0 2em 0;
	border: none;
	border-top: #bbb solid 2px;
	font-size: 94%;
}

.subnavigation .subpage {
	margin-left: 1em;
	border: #aaa solid 1px;
	float: left;
	background-color: #ddd;
	position: relative;
	top: -0.9em;
}

.subnavigation .subpage a:link, .subnavigation .subpage a:visited {
	margin: 0;
	text-decoration: none;
	float:left;
	padding: 1px 4px;
	color: #555;
}

.subnavigation .subpage span {
	margin: 0;
	text-decoration: none;
	float:left;
	padding: 1px 4px;
	background-color: #cdf;
	color: #000;
}

.subnavigation .subpage a:hover {
	background-color: #aaa;	
	color: #fff;
}


/* Content */

.content {
	margin-left: 11em;
	padding: 1px;
}

.content a:link, .content a:visited{
	text-decoration: underline;
}

.content:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
}

.content .block {
	overflow: hidden;
}


/* Hack for IE which screws up the page without this */
* html .content .block {
	overflow: visible;
	height: 65px;
}
/* End of Hack */


.content .addr {
	float: left;
	margin-right: 2em;
}

.content li {
	margin-bottom: 0.5em;
}

.content table {
	font-size: 90%;
}

.content th {
	text-align: left;
	background-color: #e0e0e5;
}

.content td {
	text-align: left;
	background-color: #eeeef6;
}

.content table.game {
	margin: 1em 0.5em 0.5em 0.5em;
}

.content table.game td, .content table.plain td {
	text-align: center;
	background-color: #fff;
}

.content table.game table td + td {
	text-align: left;
	background-color: #fff;
}

.content table.left {
	font-size: 100%;
}
.content table.left td {
	text-align: left;
	background-color: transparent;
}


/* Header */

.header {
	text-align: center;
	position: relative;
}

.header h1 {
	margin-left: 5em;
	color: #333;
}

.header:before {
	content: attr(id);
	display: block;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	left: 0;
	right: 0;
	top: -0.4em;
	font-size: 5em;
	font-family: monospace;
	color: #fcfcfc;
	z-index: -1;
	text-shadow: #bbb 0 0 6px;
}

/* Footer */

.footer {
	font-size: small;
	padding: 0.4em;
	margin: 1em 0 0 11em;
	border-top: dotted 1px #ccc;
}

.footer a {
	float: right;
}

.footer .lastmod {
	font-style: italic; 
}


/* Helpers */

img.thumb {
	padding: 3px;
	border: 1px solid #999;
	margin: 4px 2px;
}

img.photo {
	padding: 3px;
	border: 1px solid #999;
	margin: 4px 2px;
	vertical-align: middle;
}

a.photo, a.photo:link, a.photo:visited, span.photo {
	text-decoration: none;
	font-size: 300%;
}

div.photo.title {
	text-align: center;
}

div.photo {
	text-align: center;
	white-space: nowrap;
}

.important {
	border: 1px solid #f99;
	background-color: #fee;
	padding: 0.3em;
	overflow: hidden;
	font-size: 90%;
}

.important:before {
	float:left;
	font-size: 250%;
	font-weight: bold;
	content: "!";
	margin: 0.2em 0.5em 0.2em 0.2em;
}

.noeng {
	background-image: url(http://www.clauss-net.de/img/noeng.gif);
}

address {
	font-style: normal;
}

.separator {
	display: none;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.inactive {
	color: #aaa;
}
