/*-- Tags -------------------------------------------------------------------*/
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #000000;
}

html {
	height: 100%;
	width: 100%;
}

body, td, textarea, input, select {
	font-weight: normal;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #000000;
	line-height: normal;
}

/*.bold {
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: normal;
}*/

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

p {
	margin: 0 0 13px 0;
}


/*-- Layout -----------------------------------------------------------------*/
#center {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}
.bg_image {
	background: #000000 url('images/01_Grunge_Braun.jpg');
	/*background: url('images/balken.gif');*/
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

.container {
	position: relative;
}
  
.bottomright {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 24px;
}
.topleft {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 24px;
}

/* wird vom IE ignoriert, ist aber wichtig fuer andere Browser, um die H�he verl�ngern zu k�nnen
#center[id] {
	height: auto;
	min-height: 400px;
} */

#clearing {
	height: 0px;
	clear: both;
}
@media screen and (max-width: 599px) {
	.topleft {
		font-size: 28px;
	}
}
