@charset "UTF-8";

html, body {
	overflow:auto;
	
	height: 100%;
	width: 100%;
	margin: 0;	
	
	font-family: Verdana, Geneva, sans-serif;	
	background-color: #FFF;
}

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

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;		
	
}
h2 {
	font-size: 12px;
	font-weight: bold;	
}

p {
	font-size: 10px;	
}
.layer_full {
	position:absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index:1;	
}

#flashcontent {
	height: 100%;
	width: 100%;
	min-width: 1000px;
	min-height: 700px;
	margin: 0;	
}

#alternativeContent {
	position: absolute;
	height: 1200px;
	width: 1005px;
	background-image: url(alternativeContent/bg_slacklineset.jpg);
	margin: 0 auto;
	top: 0px;
	z-index:0;
	background-repeat: no-repeat;	
}

.content {
	color: #000;
	font-size: 12px;
	left: 30px;
	position: absolute;
	top: 30px;
	width: 501px;
	height: 290px;
}

.content2 {
	color: #000;
	font-size: 11px;
	left: 587px;
	position: absolute;
	top: 29px;
	width: 397px;
	height: 290px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.txt_en {
	font-size: 12px;
	font-style: italic;
	color: #333;	
}

.txt_de {
	font-size: 12px;
	
}
