@charset "UTF-8";
/* CSS Document */
body {
	margin:0;	
}

/* Remove Firefox Outlines */
img {
	border:none;
	outline:none;
}

a {
  outline:none;
}

a:active {
  outline:none;
}

/*------------------------*/

html {height: 100%; margin-bottom: 1px; }
/* Column Containers */
.search_container {
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	width:908px;
	height:28px;
}

.nav_container {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:908px;
	height:28px;
	background:#d5e1e7 url(images/rocket_header.jpg) no-repeat right;
}

.site_container {
	width:904px;
	height:auto !important;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	/*background-color:#FF0000;*/
	overflow: hidden;
}

.center_container {
	display:inline-block;
	float:right;
	top:0px;
	width:647px;
	height:auto;
}

.side_container {
	display:inline-block;
	width:235px;
	height:auto;
	float:left;
}

.nd_center_container {
	display:inline-block;
	float:left;
	top:0px;
	width:235px;
	height:auto;
}

.nd_side_container {
	display:inline-block;
	width:635px;
	height:auto;
	float:right;
}

.error_java {
	font-family:Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #D8000C;
	width:884px;
	padding:10px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	color:#D8000C;
	background-color:#FFBABA;
}
/* Search Box */
.search_box input[type="text"] {
	position:absolute;
	width:208px;
	height:16px;
	border: 1px solid #CCCCCC;
	border-right:none;
	padding:2px;
	padding-right:25px;
	margin-left:670px;
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}

.search_box .button {
	position:absolute;
	margin-left:886px;
	width:20px;
	height:20px;
	border: 1px solid #CCCCCC;
	border-left:none;
	background: url(images/search_icon.jpg) no-repeat center;
	cursor:pointer;
}

.search_box .button:hover {
	background: url(images/search_icon_hover.jpg) no-repeat center;
}

/* Navigation */
.nav_button {
	float:left;
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	width:100px;
	height:20px;
	vertical-align:middle;
	padding-top:7px;
	text-align:center;
	border-right:1px solid #FFFFFF;
	cursor:pointer;
	text-decoration:none;
    background-color:#d5e1e7;
}

.nav_button:link {
	color:#666666;
	text-decoration:none;
}

/*
.nav_button:hover {
	background: #9CB8C7;
	color:#FFFFFF;
	text-decoration:none;
}*/

/* Tags Box Style */
.tags_header {
	display:block;
	height:28px;
	width:233px;
	background: url(images/header_back.gif) repeat-x 0 0;
	border: 1px solid #CCCCCC;
}

.tags_content {
	display:block;
	height:139px;
	width:213px;
	border: 1px solid #CCCCCC;
	border-top: none;
	background:#EEEEEE;
	margin-bottom:20px;
	padding:10px;
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	line-height:20px;
	overflow:hidden;
	/*text-align:justify;*/
}
.tags_header .header_text_left {
	float:left;
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	margin-top:8px;
	margin-left:10px;
}

/* News Box Style */
.news_header {
	display:block;
	height:28px;
	width:233px;
	background: url(images/header_back.gif) repeat-x 0 0;
	border: 1px solid #CCCCCC;
}
.news_content {
	display:block;
	height:83px;
	width:213px;
	border:1px solid #CCCCCC;
	border-top: none;
	border-bottom:none;
	background:#EEEEEE;
	padding:10px;
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	line-height:19px;
	overflow:hidden;
}
.news_header .header_text_left {
	float:left;
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	margin-top:8px;
	margin-left:10px;
}

#news_header_text {
	font-weight:bold;
}

#news_date {
	color:#5b8098;
}

.news_footer {
	display:block;
	height:27px;
	width:213px;
	border: 1px solid #CCCCCC;
	border-top: none;
	background:#EEEEEE;
	padding:10px;
	padding-top:5px;
	padding-bottom:15px;
	font-family:Helvetica, sans-serif;
	color:#5b8098;
	font-size:11px;
	text-align:left;
	vertical-align:middle;
	margin-bottom:20px;
}

.news_footer .seperator {
	/**margin-bottom:7px;**/
	width:100%;
	height:1px;
	background:#CCCCCC;
	float:center;
}

/* Ad Box Style */
.ad_header {
	display:block;
	height:28px;
	width:233px;
	background: url(images/header_back.gif) repeat-x 0 0;
	border: 1px solid #CCCCCC;
}

.ad_content {
	display:block;
	height:76px;
	width:213px;
	border: 1px solid #CCCCCC;
	border-top: none;
	background:#EEEEEE;
	padding:10px;
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	line-height:19px;
	overflow:hidden;
	/*text-align:justify;*/
}

.ad_content #ad_scrollable {
	height:75px;
 	overflow:hidden;
}

.ad_header .header_text_left {
	float:left;
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	margin-top:8px;
	margin-left:10px;
}

.ad_content a:link {
	color:#5b8098;
	text-decoration:none;	
}

.ad_content a:visited {
	color:#5b8098;
	text-decoration:none;	
}

.ad_content a:hover {
	color:#5b8098;
	text-decoration:underline;	
}


/* Video Box Style */
.video_header {
	display:block;
	height:28px;
	width:645px;
	background: url(images/header_back.gif) repeat-x 0 0;
	border: 1px solid #CCCCCC;
}
.video_content {
	display:block;
	height:360px;
	width:645px;
	border: 1px solid #CCCCCC;
	border-top: none;
	margin-bottom:20px;
}
.video_news_container {
 	width:625px;
	height:340px;
	padding: 10px;
	overflow:auto;
	background-color:#EEEEEE;
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	line-height:20px;
 }
.video_header .header_text_left {
	float:left;
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	margin-top:8px;
	margin-left:10px;
}

/* Similar Videos Box*/
.list_header {
	display:block;
	height:28px;
	width:645px;
	background: url(images/header_back.gif) repeat-x 0 0;
	border: 1px solid #CCCCCC;
	border-bottom:hidden;
}
.list_header .header_text_left {
	float:left;
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	margin-top:3px;
	margin-left:8px;
}
.list_header .header_text_right {
	float:right;
	font-family:Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	margin-top:8px;
	margin-right:10px;
	color:#5b8098;
	text-decoration:none;
}
.list_header .header_text_right:hover {
	float:right;
	font-family:Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	margin-top:8px;
	margin-right:10px;
	color:#5b8098;
	text-decoration:underline;
}

.list_content {
	display:block;
	height:28px;
	width:625px;
	height:76px;
	padding:10px;
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
}

.list_footer {
	display:block;
	height:28px;
	width:645px;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-top:none;
}

.seperator {
	margin-top:9px;
	margin-bottom:9px;
	width:100%;
	height:1px;
	background:#CCCCCC;
	float:center;
}

.list_next_button {
	with:20px;
	height:20px;
	padding:5px;
	background: transparent url(images/arrow_right.jpg) no-repeat center;
	text-decoration:none;
	float:right;
	margin-right:10px;
}

/* List button */

.list_next_button:hover {
	background: transparent url(images/arrow_right_hover.jpg) no-repeat center;
}

.list_prev_button {
	with:20px;
	height:20px;
	padding:5px;
	background: transparent url(images/arrow_left.jpg) no-repeat center;
	text-decoration:none;
	float:left;
	margin-left:10px;
}
.list_prev_button:hover {
	background: transparent url(images/arrow_left_hover.jpg) no-repeat center;
}

.slider {
	position:absolute;
	display:block;
	margin-left:27px;
	margin-top:11px;
	width:590px;
	height:8px;
	background: transparent url(images/slider_back.jpg) repeat-x;
}


/* Footer */
.rocket_footer {
	width:905px;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	height:20px;
	border-top: 1px solid #CCCCCC;
	font-family:Helvetica, sans-serif;
	padding-top:20px;
	color:#BBBBBB;
	font-size:10px;
	text-align:center;
	bottom:0;

}

.rocket_footer a:link {
	color:#BBBBBB;
	text-decoration:none;	
}

.rocket_footer a:visited {
	color:#BBBBBB;
	text-decoration:none;	
}

.rocket_footer a:hover {
	color:#5b8098;
	text-decoration:underline;	
}


/* Türkise links */
.small_link {
	font-family:Helvetica, sans-serif;
	color:#5b8098;
	font-size:11px;
	text-decoration:none;
}

.small_link:visited{
	color:#5b8098;
	text-decoration:none;
}


.small_link:hover {
	color:#5b8098;
	text-decoration:underline;
}

.small_link:active {
	color:#5b8098;
	text-decoration:none;
}

/* Infotext */

#infotext {
	width:400px;
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	margin-top:9px;
	margin-left:8px;
	text-decoration:none;
	vertical-align:middle;
}

/* Show Video Details Button */
#show_details {
	float:right;
	font-family:Helvetica, sans-serif;
	/*color:#333333;*/
	font-size:11px;
	margin-top:8px;
	margin-right:10px;
	color:#5b8098;
	text-decoration:none;
}

#show_details a:link {
	color:#5b8098;
	text-decoration:none;
}

#show_details a:visited {
	color:#5b8098;
	text-decoration:none;
}
#show_details a:hover {
	color:#5b8098;
	text-decoration:underline;
}

.tag {
	text-decoration:none;
}

.tag:hover {
	text-decoration:underline;
	color:#666666;
}

/* Contactform Box Style */
.cf_header {
	display:block;
	height:28px;
	width:645px;
	background: url(images/header_back.gif) repeat-x 0 0;
	border: 1px solid #CCCCCC;
}
.cf_content {
	width:645px;
	height:auto;
	display:block;
	border:1px solid #CCCCCC;
	border-top: none;
	background:#EEEEEE;
}

.cf_footer {
	display:block;
	height:12px;
	width:633px;
	border: 1px solid #CCCCCC;
	border-top: none;
	background:#EEEEEE;
	padding:8px;
	padding-left:0px;
	padding-right:12px;
	font-family:Helvetica, sans-serif;
	color:#5b8098;
	font-size:11px;
	text-align:right;
	vertical-align:middle;
}
.cf_header .header_text_left {
	float:left;
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	margin-top:8px;
	margin-left:10px;
}

.contact_input {
	border:1px solid #CCCCCC;
	width:235px;
	height:16px;
}

.contact_area {
	border:1px solid #CCCCCC;
	width:550px;
	height:180px;
}

.contact_form td {
	padding:5px;
}
.error_msg {
	float:left;
	color:#5b8098;
}

/* Adress Box Style */
.adr_header {
	display:block;
	height:28px;
	width:233px;
	background: url(images/header_back.gif) repeat-x 0 0;
	border: 1px solid #CCCCCC;
}

.adr_content {
	display:block;
	height:auto;
	width:213px;
	border: 1px solid #CCCCCC;
	border-top: none;
	background:#EEEEEE;
	padding:10px;
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	line-height:20px;
	/*text-align:justify;*/
}

.adr_header .header_text_left {
	float:left;
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	margin-top:8px;
	margin-left:10px;
}

.nd_standard {
	margin-top:12px;
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	height:auto;
	line-height:20px;
}

.nd_standard h1 {
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:13px;
	font-weight:normal;
	
}

.nd_standard h2 {
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:13px;
	font-weight:bold;
}

.nd_standard h3 {
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	font-weight:normal;
}

.nd_standard h4 {
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	font-weight:bold;
}

.nd_standard ul {
	list-style-image: url(../images/bulletpoint.jpg);
	margin-left: 0;
	padding-left: 1.2em;
}

.nd_standard a:link {
	font-family:Helvetica, sans-serif;
	color:#5b8098;
	font-size:11px;
	text-decoration:none;
}

.nd_standard a:hover {
	font-family:Helvetica, sans-serif;
	color:#5b8098;
	font-size:11px;
	text-decoration:underline;
}

.nd_standard a:visited {
	font-family:Helvetica, sans-serif;
	color:#5b8098;
	font-size:11px;
	text-decoration:none;
}

.nd_top_seperator {
	margin-bottom:12px;
	width:100%;
	height:1px;
	background:#CCCCCC;
	
}

.nd_seperator {
	margin-top:12px;
	margin-bottom:12px;
	width:100%;
	height:1px;
	background:#CCCCCC;
}

.nd_seperator .button {
	margin-top:-8px;
	float:right;
	cursor:pointer;
}

.nd_top {
	float:left;
	margin-bottom:15px;
}


/* jQuery Custom Scrollbalken */

#vl_pane ul {
	padding: 0;
	display: block;
	height: 85px;
}
#vl_pane ul li {
	width: 70px;
	margin: 0 20px 0px 0px;
	border:1px solid #CCCCCC;
	float: left;
	display: block;
	height: 55px;
}

.holder {
	margin:0;
	display: block;
	width:635px;
	height:96px;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	padding-left:10px;
}

.scroll-pane {
	width: 150px;
	float: left;
	padding: 0;
}

#vl_pane {
	top:-5px;
	height: 85px;
	width: 625px;
	padding: 0;
	display: block;
	_overflow: hidden;
}

.scrollable {
	/* Einstellungen: required!!! */
	position:relative;
	overflow:hidden;
	height: 103px;
	width: 213px;
}

.scrollable .items {
	position:absolute;
	height:20000em;
}

#exposeMask {
	background-color:#000000;
}

/* Ansprechpartner Popup Style (gilt v.a. für ap.html) */

.popup {
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	z-index:10000;
}
			
.popup_header {
	margin-top:0px;
	height:14px;
	padding:7px;
	background: url(images/header_back.gif) repeat-x 0 0;
	border-bottom: 1px solid #CCCCCC;		
}

.popup_header #header {
	margin-left:3px; 
	padding:0;
	float:left;
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:12px;	
}

.popup_body {
	padding:10px;
	font-family:Helvetica, sans-serif;
	color:#666666;
	font-size:12px;	
	line-height:19px;
}	
			
.popup_body #row1, #row3 {
	float:left;
	display:block;
	width:215px;
	height:370px;
    margin-right:15px;	
}
			
.popup_body #row2{
	float:left;
	display:block;
	width:215px;
	height:370px;
	/*margin-left:25px;
	margin-right:15px;*/
}

.popup_body a:link, a:visited, a:active, a:focus {
	text-decoration:none;
	color:#666666;
}

.popup_body a:hover {
	text-decoration:underline;
	color:#5b8098;
}

/* --- IE Hacks --- */

/*- IE 6 -*/
* html #vl_pane {
	padding-left:0px !important;
	padding-top:0px !important;
	margin-left:-40px !important;
	margin-top:13px !important;
}

/*- IE 7 -*/
*+ html #vl_pane {
	padding-left:0px !important;
	padding-top:0px !important;
	margin-left:-40px !important;
	margin-top:13px !important;
}

