﻿*{
	margin: 0;
	padding: 0;
}

body{
	background-color: Black;
	background-image: url(../assets/gif/bg01.gif);
}

html{
	height: 100.01%;
}

#wrapper{
	width: 800px;
	min-height: 1000px;
	margin: 0 auto 0 auto;	
	background-image: url(../assets/jpg/corleone01.jpg);
}

#baustelle {
	z-index: 99;
	width: 276px;
	height: 264px;
	position: absolute;
	left: 800px;
	top: 600px;
}


#header{
	height: 300px;
	width: 100%;
	padding-top: 24px;
}

.headerText{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
	color: Black;
	
}

#flash{
	margin: 0;
	width: 100%;	
}

#footer{
	width: 100%;
	padding: 12px 0 24px 0;
}

.footerText{
	font-family: verdana;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 6px;
	text-align: center;
	color: #8B0000;
}

#link{
	width: 100%;	
	padding: 16px 24px 0px 0px;	
}

#link a:link, a:active, a:visited{
	padding-right: 24px;
	text-decoration: none;
	color: White;
}

#link a:hover{
	padding-right: 24px;
	text-decoration: underline;
	color: Black;
}

.linkText{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: right;	
	color: Black;
}


