@charset "utf-8";
/* WAAPII - LAYOUT STYLE SHEET 			*/
/* layout.css (C) 2009 sky high design 	*/



body {
	margin:0;
	padding:0;
	background:url(images/body_back.jpg) repeat-x #000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#f3f3f3;
}

img {
	border:none;
}

.clear {
	clear:both;
}

.main-wrapper , .footer-content {
	margin:auto;
	width:923px;
	text-align:left;
}
.main-wrapper {
	background:url(images/content_back.jpg) no-repeat bottom center;
}

.logo {
	margin-top:10px;
	float:left;
}

.language {
	float:right;
	margin-top:20px;
}
.language a {
	text-decoration:none;
	color:#f3f3f3;
	font-size:9pt;
}
.language img {
	margin-left:5px;
}


.top-nav {
	width:100%;
	margin:0;
	padding:0 3px;
	display:block;
	list-style:none;
	background:url(images/top_nav_back.jpg) no-repeat left top;
	height:55px;
}
.top-nav li {
	float:left;
	background:url(images/top_nav_item_back.jpg);
	width:102px;
	height:46px;
}
.top-nav-no {
	border-top: #e6e6e6 solid 8px;
}
.top-nav-no:hover {
	border-top: #f5bc34 solid 8px;
}
.top-nav-cur {
	border-top: #68d5f9 solid 8px;
}
.top-nav li a {
	display:block;
	text-align:center;
	color:#f3f3f3;
	text-decoration:none;
	font-size:11pt;
	padding-top:4px;
}

.content {
   	min-height: 553px;
    height: auto !important;
    height: 553;
}

.footer {
	margin:0;
	padding:0;
	background:#0f0f0f;
	border-top:1px solid #353535;
	padding-bottom:10px;
}
.footer-content {
	padding-top:10px;
	color:#acacac;
	
}
.footer-content-lists {
	float:left;
}

.footer-copyright {
	float:right;
	font-size:8pt;
}
.footer-list {
	float:left;
	margin-left:20px;
	margin-right:20px;
	line-height:1.5;
}
.footer-list ul {
	list-style:none;
	margin:0;
	padding:0;
}
.footer-list ul li {
	display:block;
	margin-bottom:2px;
}

.footer-list ul li a {
	text-decoration:none;
	color:#acacac;
}
.footer-list-cur {
	font-weight:bold;
}
.language-cur {
	display:none;
	visibility:hidden;
}

/* OBJECTS */
.waapii-singleitem {
	float:left;
	width:280px;
	margin-right:20px;
	min-height:350px;
	height:auto !important;  /* für moderne Browser */
 	height:350px;  /*für den IE */
}

.WaapiiPlayer {
	width:270px;
	height:220px;
	text-align:center;
	margin:auto;
}
.WaapiiPlayer img {
	margin-top:30%;
}
.waapii-singleitem-video {
	background:#000;
	border:2px solid #fff;
	text-align:center;
	padding:2px 0;
	overflow:hidden;
}

.waapii-singleitem-link {
	border-bottom:2px dotted #e5e5e5;
	padding-bottom:3px;
	padding-top:5px;
	display:block;
	margin-top:5px;
	background:url(images/getMoreInfoBack.png) right top no-repeat;
}

.waapii-singleitem-link a , .waapii-singleitem-link span {
	display:block;
	color:#e5e5e5;
	text-decoration:none;
	cursor:pointer;
}


/* CONTACT FORM POPUP */
.contactFormPopup {
	position:absolute;
	width:300px;
	height:370px;
	background:#0f0f0f;
	border:5px solid #71A8CC;
	margin:auto;
	top:200px;
	left:50%;
	margin-left:-150px;
	padding:20px;
}

.contactForm-close , .fullvideo-close{
	float:right;
	display:block;
	padding:3px;
	cursor:pointer;
}

.contactForm-close:hover , .fullvideo-close:hover {
	font-weight:bold;
}

.tx_powermail_pi1_fieldwrap_html_text {
	height:20px;
	margin-bottom:10px;
}
.tx_powermail_pi1_fieldwrap_html_text label , tx_powermail_pi1_fieldwrap_html_text input {
	float:left;
}
.tx_powermail_pi1_fieldwrap_html_text label {
	width:120px;
}
.contactFormPopup .tx_powermail_pi1_fieldwrap_html_textarea textarea {
}
.tx_powermail_pi1_fieldwrap_html_textarea  label {
	display:block;
}

.powermail_submit {
	background:#71A8CC;
	color:#000;
	text-align:center;
	padding:3px; 5px;
	border:none;
	font-weight:bold;
	font-size:8pt;
	cursor:pointer;
	margin-top:10px;
}
.powermail_submit:hover {
	background:#547d99;
}
.video_link {
	text-align:center;
	position:relative;
	display:block;
}
.video_link span {
	position:absolute;
	top:50%;
	margin-top:-41px;
	left:50%;
	margin-left:-41px;
}

.waapii-desctitle , .waapii-desc {
	display:none;
}

.waapii-desctitle, .waapii-nodesctitle {
	padding:3px;
	font-weight:bold;
	cursor:pointer;
	padding-left:25px;
	margin-top:3px;
	height:15px;
}
.waapii-desctitle {
	background:url(images/desc-arrows.png) no-repeat left 4px;
}
.waapii-desctitle-open {
	background-position:left -14px;
}
.waapii-singleitem-descript {
	position:relative;
	z-index:69;
}
.waapii-desc {
	position:absolute;
	border:2px solid #FFFFFF;
	background:#404345;
	width:346px;
	padding:2px;
}
.waapii-desc p {
	font-size:9pt !important;
	margin:0;
	padding:3px;
}
.waapii-desc-close {
	text-align:right;
	font-size:10pt;
	padding-right:3px;
	padding-bottom:3px;
	cursor:pointer;
}
