*{
	margin: 0px;
	font-family: "arial", sans-serif;
}

html, body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body{
	min-width: 900px; /* Für standard-konforme Browser */
	min-height: 600px; /* Für standard-konforme Browser */
	text-align: center;
	background-color: #053A72;
}

#page{
	display: table;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	background-image: url(../images/_layout/body-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#page-middle{
	display: table-cell;
	position: relative;
	height: 600px;
	text-align: center;
	vertical-align: middle;
}

#page-inner{
	width: 900px;
	height: 600px;
	margin: auto;
	text-align: center;
}

/* Texte */
h1{
	margin-top: 1em;
	font-size: 1em;
	line-height: auto;
	color: #FFFFFF;
}

p{
	margin-top: 1em;
	font-size: 0.76em;
	line-height: auto;
	color: #999999;
}

.subline{
	font-size: 0.76em;
	color: #FFFFFF;
}

/* Links */
a{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* Bilder */
img{
	border: none;
}

/* Sonstiges */
.flow-l{
	float: left;
}

.clear{
	clear: both;
}

