/*
	Chatszene Stylesheet 
	(c) 2005 worldweb Internetkommunikations oHG
	author: Bastian Posniak
*/

a:link, a:active {
	color: #000000;
	text-decoration: underline;
}

a:link.extra, a:visited.extra, a:active.extra, a:hover.extra {
	color: #C0D6E6;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

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

body {
	background: url(../grafiken/bg.jpg) repeat-x;
	color: #08294A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 15px;
}

img {
	border: none;
}

.details {
	color: #666666;
	font-size: 11px;
	font-style: italic;
}

#container {
	background-color: #08294A;
	border: 2px solid #273E55;
	bottom: 50%;
	height: 526px;
	left: 50%;
	margin-left: -300px;
	margin-top: -268px;
	position: absolute;
	right: 50%;
	top: 50%;
	width: 600px;
}

#content {
	background-color: #FFFFFF;
	height: 600px;
	left: 163px;
	padding: 5px;
	position: absolute;
	top: 152px;
	width: 427px;
}

#footer {
	background-color: #08294A;
	color: #FFFFFF;
	font-size: 10px;
	height: 13px;
	left: 0px;
	padding: 2px;
	position: absolute;
	text-align: right;
	top: 750px;
	width: 596px;
}

#head {
	border-bottom: 2px solid #08294A;
	height: 150px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 600px;
	z-index: 99;
}

#navi {
	background: url(../grafiken/navi-bg.gif);
	border-right: 2px solid #08294A;
	height: 600px;
	left: 0px;
	padding: 5px;
	position: absolute;
	text-align: right;
	top: 152px;
	width: 151px;
}
