/* AELK.lu CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #990000;
	text-align: center;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-style: normal;
	line-height: 1.333em;
	font-weight: normal;
	font-variant: normal;
}

#menu {
	width: 1000px;
	height: 42px;
	position: fixed;
	top: 0;
	left: 50%;
 	margin-left: -500px; /* negative Hälfte von width:1000px */
	z-index: 1;
}

#header {
	width: 100%;
	height: 110px;
	background: #990000;
	background-image: url('img/layout/bg_header.jpg');
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 0;
}

#topbar {
	width: 960px;
	height: 11px;
	background-image: url('img/layout/bg_bar_top.gif');
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 0;
}

#mainset {
	width: 940px;
	margin: 0;
	padding: 0;
	position: relative;
	background-image: url('img/layout/bg_side.gif');
	z-index: 0;
}

#main {
	width: 892px;
	padding: 10px;
	background: #FFFFFF;
	position: relative;
	z-index: 0;
}

#footer {
	width: 960px;
	height: 58px;
	padding-top: 22px;
	background-image: url('img/layout/bg_footer.gif');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	position: relative;
	z-index: 0;
}

#copyright {
	width: 960px;
	height: 30px;
	background: #990000;
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 5px;
	padding-right: 54px;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 0.8em;
	color: #590000;
	text-align: right;
}