/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
h1
{
	text-align: center;
	font-size: 40px;
	color: #000000;
	text-shadow: 0px 0px 2px #444444;
}
#maintext
{
	opacity: 0;
	font-size: 40px;
}
h2
{
	text-align: center;
	font-size: 18px;
	color: #666666;
	text-shadow: 0px 0px 2px #999999;	
}
h3
{
	text-align: center;
	font-size: 16px;
	color: #666666;
}
h3 a
{
	text-decoration: none;
	color: #666666;
}
h3 a:hover
{
	color: #000000;
}
.dekor
{
	width: 70%;
	max-width: 600px;
	border: 10px solid #ffffff;
	box-shadow: 0px 0px 2px #999999;
}
#contact
{
	opacity: 0;
	text-shadow: 0px 0px 2px #999999;
}
#footer
{
	bottom: 0px;
	position: fixed;
	height: 40px;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	background: #000000;
	width: 100%;
	color: #ddd;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	font-weight: bold;
	opacity: 0;	
	box-shadow: 0px 0px 2px #999999;	
}
#detailtext
{
	box-shadow: 0px 0px 2px #999999;	
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	width: 100%;
	height: 75px;
	background: #333333;
	line-height: 75px;
	vertical-align: middle;
	margin: 0px !important;
	padding: 0px !important;
	opacity: 0.7;
	overflow: hidden;
}
#lista
{
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	width: auto;
	height: auto;
	line-height: 30px;
	vertical-align: middle;
	margin: 0px !important;
	padding: 0px !important;
	opacity: 0;
	text-shadow: 0px 0px 2px #999999;
}

html
{
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px; 
	color: #444444;
	background-image: url("/images/paper.png");
	}	
