/*
	worldweb.at Stylesheet 
	(c) 2005 worldweb Internetkommunikations oHG
	author: Bastian Posniak
*/

body {
	background-color: #6493BD;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E0E9F0;
	line-height: 120%;
}

#container {
	position: absolute;
	top: 50%;
	right: 50%;
	bottom: 50%;
	left: 50%;
	margin-left: -443px;
	margin-top: -247px;
	width: 886px;
	height: 491px;
	border: 1px solid white;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 886px;
	height: 81px;
	background: url(../grafiken/header.jpg);
}

#navi {
	position: absolute;
	top: 81px;
	left: 0px;
	height: 366px;
	width: 135px;
	padding-top: 26px;
	background: url(../grafiken/navi_bg.jpg);
}

#content {
	position: absolute;
	top: 81px;
	left: 135px;
	width: 571px;
	height: 353px;
	padding: 36px 156px 4px 24px;
	background: url(../grafiken/content_bg.jpg);
}

#partner {
	position: absolute;
	top: 300px;
	left: 12px;
	height: 150px;
	width: 145px;
	font-size: 9px;
	z-index: 5;
}

	#partner a:link, #partner a:active, #partner a:visited {
		color: #E0E9F0;
		text-decoration: none;
	}
	
	#partner a:hover {
		color: #931F2D;
		text-decoration: none;
	}

#footer {
	position: absolute;
	top: 474px;
	left: 0px;
	width: 878px;
	height: 9px;
	padding: 4px;
	line-height: 10px;
	text-align: right;
	font-size: 10px;
	background: url(../grafiken/footer.jpg);
}

h1 {
	font-size: 13px;
	font-weight: bold;
}

img {
	border: none;
}

a:link, a:active, a:visited {
	color: #0E3350;
	text-decoration: underline;
}

a:hover {
	color: #931F2D;
	text-decoration: underline;
}
