/*
	United Chats Stylesheet 
	(c) 2005 worldweb Internetkommunikations oHG
	author: Bastian Posniak
*/

body {
	background-color: #6B6047;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

#container {
	position: absolute;
	top: 50%;
	right: 50%;
	bottom: 50%;
	left: 50%;
	margin-left: -312px;
	margin-top: -236px;
	width: 624px;
	height: 472px;
	background: url(../grafiken/bg.jpg);
}

#navi {
	position: absolute;
	top: 73px;
	left: 22px;
	height: 19px;
	width: 317px;
}

#content {
	position: absolute;
	top: 110px;
	left: 27px;
	width: 325px;
	height: 278px;
}

#extra {
	position: absolute;
	top: 450px;
	left: 500px;
	width: 110px;
	height: 20px;
	text-align: right;
}

	#extra a, #extra a:visited, #extra a:active {
		color: #5F1E08;
		text-decoration: none;
	}
	
	#extra a:hover {
		color: #6B6047;
		text-decoration: none;
	}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin: 0px;
}

img {
	border: none;
}

a:link, a:active, a:visited {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #5F1E08;
	text-decoration: underline;
}

form {
	margin: 0px;
}