/*
	Chatszene Stylesheet 
	(c) 2005 worldweb Internetkommunikations oHG
	author: Bastian Posniak
*/

body {
	background-color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B2CCD8;
}

#container {
	position: absolute;
	top: 50%;
	right: 50%;
	bottom: 50%;
	left: 50%;
	margin-left: -345px;
	margin-top: -251px;
	width: 690px;
	height: 502px;
	border: 1px solid #E1E1E1;
	background: url(../grafiken/bg.jpg);
}

#navi {
	position: absolute;
	top: 130px;
	left: 132px;
	height: 27px;
	width: 295px;
}

#content {
	position: absolute;
	top: 192px;
	left: 29px;
	width: 381px;
	height: 283px;
}

#extra {
	position: absolute;
	top: 485px;
	left: 460px;
	width: 220px;
	height: 20px;
	
	font-size: 9px;
	text-align: right;
	color: #3C6B75;
}

	#extra a, #extra a:visited, #extra a:active {
		color: #3C6B75;
		text-decoration: none;
	}
	
	#extra a:hover {
		color: white;
		text-decoration: underline;
	}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #90B4BC;
}

img {
	border: none;
}

a:link, a:active, a:visited {
	color: #B1C4C8;
	text-decoration: none;
}

a:hover {
	color: #3C6B75;
	text-decoration: underline;
}