* {
	margin: 0;
	padding: 0;
}

body {
	background: #000469 url(../img/background.png) top repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: white;
}
.clear{
	clear: both;
}
a#intro{
	padding-top: 50px;
	display: block;
	text-align: center;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: none;
}

div#top{
	position: relative;
	width: 1005px;
	height: 422px;
	margin: 0 auto;
	background: url(../img/top.png) no-repeat;	
}
div#top h1{
	display: block;
	font-style: italic;
	font-size: 22px;
	position: absolute;
	bottom: 10px;
	right: 70px;
}
div#main{
	width: 1005px;
	margin: 0 auto;
}
div#menu{
	float: left;
	position: relative;
	top: -50px;
	left: 70px;
	width: 300px;
	margin-bottom: 20px;
	height: 520px;
	background: url(../img/menub.png) no-repeat;
	text-align: right;
}
div#menu ul{
	margin-top: 40px;
	list-style: none;
	
}
div#menu li{
	float: right;
	position: relative;
	height: 31px;
	width: 239px;	
	text-align: right;
	margin-bottom: 7px;
	background: url(../img/menuitemb.png) no-repeat;
}
div#menu a{
	font-style: italic;
	font-weight: bold;
	position: absolute;
	font-size: 19px;
	bottom: 4px;
	right: 40px;
	padding-left: 40px;
	text-align: right;
	vertical-align: middle;

	
	
}
div#content{
	float: right;
	min-height: 200px;
	margin-top: 30px;
	margin-right: 90px;
	margin-bottom: 120px;
	width: 500px;
}
div#content p{
	margin-top: 7px;
}
div#footer{
	clear: both;
	position: relative;
	top: -100px;
	width: 1005px;
	height: 147px;
	margin: 0 auto;
	background: url(../img/footer.png) no-repeat;
	font-size: 11px;
}
div#copy{
	position: absolute;
	bottom: 15px;
	left: 100px;
}
div#projekt{
	position: absolute;
	bottom: 0px;
	right: 50px;
		
}
div#flover{
	position: absolute;
	top: -10px;
	left: 500px;
	
	background: url(../img/flover.png) no-repeat;
	width: 265px;
	height: 61px;
}