/*
	Westies vom Estetal Stylesheet
	author: Bastian Posniak
	(c) 2005 worldweb Internetkommunikations oHG
*/

a:link, a:active, a:visited {
	color: #6A6857;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

body {
	margin: 0;
	background: #B7B2A4 url(../grafiken/bg-gradient.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #181413;
}

#container {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -382px;
	width: 765px;
	height: 580px;
	background: url(../grafiken/bg.jpg);
}

#navi-left {
	position: absolute;
	top: 162px;
	left: 56px;
}

#navi-right {
	position: absolute;
	top: 162px;
	left: 475px;
}

#navi-bottom {
	position: absolute;
	top: 513px;
	left: 29px;
}

#pictures {
	position: absolute;
	top: 204px;
	left: 29px;
	width: 139px;
}

#headline {
	position: absolute;
	top: 217px;
	left: 217px;
	height: 55px;
}

#content {
	position: absolute;
	top: 280px;
	left: 217px;
	width: 521px;
	height: 263px;
	overflow: auto;
}

hr {
	color: black;
	background-color: black;
	border: none;
	border-top: 1px dashed black;
	height: 1px;
	width: 80%;
}