

/*<group=elemente>*/

#container {
	width: 800px;
	margin-left: -400px;
	margin-top: -300px;
	position: absolute;
	left: 50%;
	border: 2px  #000000;
	height: 600px;
	top: 50%;
}#header {
	width: 800px;
	height: 111px;
	background: no-repeat url(../images/header.jpg);
}

#space_top {
	height: 60px;
	width: 800px;
	background: repeat url(../images/bg_color.jpg);
}

#main {
	background: repeat url(../images/bg_color.jpg);
	width: 800px;
	height: 260px;
}

#navi {
	width: 180px;
	border: 1px #ff00ff;
	float: left;
	margin-right: 50px;
	padding-top: 30px;
}

#content {
	border: 1px  #0000ff;
	float: left;
	height: 260px;
	width: 525px;
	overflow: auto;
}

#content p {
	color: #ffffff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#pics {
	width: 800px;
	height: 113px;
	background: url(../images/pics.jpg) no-repeat;
}

#footer {
	width: 800px;
	height: 62px;
	background: no-repeat url(../images/footer.jpg);
	clear: both;
	text-align: right;
}
	
/*</group>*/

/*<group=tags>*/

a {
	color: #99cc33;
	text-decoration: none;
}

a:hover {
	color: #99cc33;
	text-decoration: underline;
}

h1 {
	margin-bottom: -13px;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
}

body {
	margin: 0;
	padding: 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
	
/*</group>*/

/*<group=navi>*/

#navi a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	margin-top: 5px;
	padding-top: 5px;
	top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#navi a:hover {
	text-decoration: underline;
}

#navi ul {
	text-align: right;
	text-decoration: none;
	list-style: none;
}
	
/*</group>*/