/**
 * Bestandteil von monopd.org
 * Haupt-Stylesheet
 * (c) 2008 by monopd.org
 */

html {
	background-image: url('./bg.png');
	font-family: sans-serif;
	color: black;
}

#card {
	position: relative;
	border: 3px double black;
	margin-left: auto;
	padding: 5px;
	color: black;
	background-color: #eeeeee;
	width: 720px;
}

#header {
	border: 1px solid black;
	margin: 4px auto;
	padding: 5px;
	height: 45px;
	background-image: url('./atlantik.png');
	background-position: right center;
	background-repeat: no-repeat;
	width: 705px;
	text-align: center;
}

#header > p {
	font-size: 9pt;
	margin-top: 0px;
}

#content {
	border: 1px solid #cccccf;
	margin: 20px auto;
	padding: 5px;
	color: black;
	width: 705px;
	text-align: left;
	font-size: 9pt;
}

#nav {
	position: absolute;
	top: 20px;
	left: -168px;
	height: 500px;
	width: 150px;
	overflow: hidden;
}

#nav a {
	text-decoration: none;
}

.navpoint {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #eeeeee;
	width: 122px;
	text-align:center;
	height: 170px; 
	color: #ffffff;
	font-weight:bold;
	font-family: sans-serif;
	font-size: 10pt;
	border: 3px double #888888;
	margin: 0px;
}

.navpoint:hover, .current {
	margin-bottom: 50px;
}

.nav_indent {
	left: 20px;
}

.navpoint > a {
	display: block;
	border: 1px solid #000000;
	height: 22px;
	margin: 3px;
	padding-top: 3px;
}

.navpoint > ul {
	list-style-type: none;
	padding-left: 0px;
}


.navpoint > a, .navpoint > a:link, .navpoint > a:active {
	color: #000000;
	border-color: #000000;
}

.navpoint > a:visited {
	color: #222222;
	border-color: #222222;
}

.navpoint > a:hover, .navpoint > a:focus {
	color: #eeeeee;
}

.navpoint > ul a, .navpoint > ul a:link, .navpoint > ul a:active {
	color: #000000;
	border-color: #000000;
}

.navpoint > ul a:visited {
	color: #222222;
	border-color: #222222;
}

.navpoint > ul a:hover, .navpoint > ul a:focus {
}

.navpoint > ul a:hover:before, .navpoint > ul a:focus:before {
	content: '\203a  ';
}

.navpoint > ul a:hover:after, .navpoint > ul a:focus:after {
	content: ' \2039';
}

.statbar {
	border: none;
	height: 13px;
	margin-left: 6px;
}

.stattext {
	font-size: 11px;
	color: #888888;
	font-family: monospace;
}

.stattable {
	text-align: left;
	margin-left: 20px;
	border: 0;
}

.stattable td {
	margin: 0;
	padding: 0;
	border: 0;
}

a.nick, a.nick:link {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a.nick:visited, a.nick:active {
	color: #000000;
	text-decoration: none;
}

a.nick:hover, a.nick:focus {
	text-decoration: underline;
}

.see {
	list-style-type: square;
}

#guestbook a {
	color: #000000;
	text-decoration: none;
}

#guestbook a:hover {
	color: #a90000;
}

.guestbook_table { 
	font-family: Tahoma,Verdana,Helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #808080;
}

.guestbook_table2 { 
	font-family: Tahoma,Verdana,Helvetica;
	font-size: 11px;
	color: #000000;
}