@charset "utf-8";
/* CSS Document */

body,html {
	margin:0px;
	padding:0px;
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:repeat;
}

@font-face { /* sans serif */
  font-family: AW_Conqueror_sans;
  src: url('fonts/AWConquerorSans-Light.otf');
}

@font-face { /* slab */
  font-family: AW_Conqueror_slab;
  src: url('fonts/AWConquerorSlab-Light.otf');
}

@font-face { /* fat */
  font-family: AW_Conqueror_carved;
  src: url('fonts/AWConquerorCarved-One.otf');
}

#wrapper {
	width:1150px;
	position:absolute;
	left:50%;
	margin-left:-575px;
	padding:10px;
}

#header {
	vertical-align:sub;
}

#teaser {
	position:absolute;
	width:310px;
	top:10px;
	left:840px;
}

#content {
	position:absolute;
	top:210px;
	left:249px;
	width:540px;
	text-align:left;
	color:#613e2a;
	font-family:'AW_Conqueror_sans';
	font-size:1.2em;
}
#content h4 {
	color:#008ea4;
	font-family:'AW_Conqueror_carved';
}
#content textarea {
	font-family:'AW_Conqueror_slab';
	font-size:1.1em;
	padding:2px;
}
#content a {
	color:#005d57;
}

.inf h4 {
	margin-bottom:5px;
}

.right {
	text-align: right;
}

.right {
	float:right;
}

#title {
	margin-top:25px;
}

#text {
	padding:22px;
	height:520px;
}
#text[id] {
    height:auto;
    min-height:520px;
}

#bottom {
	position:absolute;
	top:0px;
	width:950px;
	text-align:center;	
}

#nav {
	position:absolute;
	top:0px;
	text-align:left;	
}

#vid1 {
	position:absolute;
	top:340px;
	left:960px;
}
#vid2 {
	position:absolute;
	top:520px;
	left:880px;
}

#bilderlinks {
	position:absolute;
	width:105px;
	left:815px;
	top:400px;
	text-align:right;
}
#bilderlinks a {	
	text-decoration:none;
	color:#000;
}
#bilderlinks a:hover {
	text-decoration:underline;
	color:#FF0099;
}
.tr2, .tr3, .tr4, .tr5, .tr6, .tr7, .tr8, .tr9 {
	display:none;
}
.formlabel {
	text-align:right;
	vertical-align:top;
	padding-top:12px;	
}

