/* -- POPUP GENERELL -- */
* {
	margin: 0;
	padding: 0;
}

/*Irgendwann wurde dem p ein Abstand nach Unten zugefügt. Der verhaut alle anderen Popups. Wer in seiner Seite jetzt wieder zu wenig Abstand hat, baut bitte den folgenden p mit ID ein   */
p.moreBottomSpace {
	padding-bottom: 12px;
}

img {
	display: block;
	border: none;
}

a {
	color: #F37A1F;
}
.active {
	color: #F37A1F;
}
a.arrow {
	display: block;
	margin-bottom: 4px;
	padding-left: 11px;
	background: url(/global/img/pfeil.gif) no-repeat 0 0.35em;
	color: #656565;
	text-decoration: none;
}
a.arrow:hover {
	color: #F37A1F;
}

/* -- POPUP VIDEOS -- */
#popupVideo {
	background: #FFFFFF;
	color: #000000;
	font: 76% Arial, Helvetica, sans-serif;
}
#popupVideo #header {
	background: #E2E2E2 url(/global/img/general/movie_player_logo.jpg) no-repeat right;
	min-height: 37px;
}
* html #popupVideo #header {
	height: 37px;
}
#popupVideo h1 {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 91px;
	font-size: 1em;
}

#popupVideo #content {
	background: #000000;
	text-align: center;
	padding-bottom: 10px;
}
#popupVideo #content p {
	color: #ffffff;
}
#popupVideo object {
		margin-left: -1px;
		margin-bottom: -3px;
		border: none;
}
* html #popupVideo object {
		margin-bottom: 0;
}
#popupVideo #contenttext {
	padding: 10px;
	padding-top: 70px;
	margin-top: -60px;
	background: #FFFFFF;
}

/* -- POPUP VIDEOS -- */
#popupVideotwo {
	background: #FFFFFF;
	color: #000000;
	font: 76% Arial, Helvetica, sans-serif;
}
#popupVideotwo #header {
	background: #E2E2E2 url(/global/img/general/movie_player_logo.jpg) no-repeat right;
	min-height: 37px;
}
* html #popupVideotwo #header {
	height: 37px;
}
#popupVideotwo h1 {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 91px;
	font-size: 1em;
}
#popupVideotwo #content {
	float: left;
	width: 800px;
	background: #000000;
	text-align: center;
}
#popupVideotwo #content p {
	color: #ffffff;
}
#popupVideotwo object {
	float: left;
	width: 400px;
	margin-left: -1px;
	margin-bottom: -3px;
	border: none;
}
* html #popupVideotwo object {
	margin-bottom: 0;
}
/* In Class geaendert, id darf nicht zweimal vergeben sein */
#popupVideotwo .contenttext {
	float: left;
	width: 370px;
	padding: 10px;
	padding-top: 0px;
	margin-top: 10px;
	background: #FFFFFF;
}

.contenttext#secondParalell {
	padding-left: 20px;
}

#popupVideotwo #contenttextFullContentwidth {
	float: left;
	width: 780px;
	padding: 10px;
	padding-top: 0px;
	margin-top: -10px;
	background: #FFFFFF;
}


/* -- POPUP IMAGES -- */
#popupImage {
	padding: 20px 10px 10px 20px;
	background: #FFFFFF;
	color: #000000;
	font: 76% Arial, Helvetica, sans-serif;
}
#popupImage h1 {
	font-size: 1.5em;
	padding-bottom: 15px;
}
#popupImage .close, #popupVideo .close {
	padding: 10px 4px 0 0;
	font-weight: bold;
	float: right;	
}


#popupEnhancedImage {
	background: #FFFFFF;
	color: #000000;
	font: 76% Arial, Helvetica, sans-serif;
}
#popupEnhancedImage #header {
	background: #E2E2E2 url(/global/img/general/movie_player_logo.jpg) no-repeat right;
	min-height: 37px;
}
* html #popupEnhancedImage #header {
	height: 37px;
}
#popupEnhancedImage h1 {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 91px;
	font-size: 1em;
}
#popupEnhancedImage img {
	margin-top: 20px;
	margin-left: 20px;
}
/* IE 7 Hack*/
*+html #popupEnhancedImage img.leftFloated {
	margin-left: 20px;
}
/* MOZILLA Hack*/
*:not(hr) #popupEnhancedImage img.leftFloated {
	margin-left: 20px;
}
#popupEnhancedImage img.leftFloated {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#popupEnhancedImage p img.leftFloatIcon {
		float: left;
		margin-top: 0;
		margin-right: 10px;
		margin-left: 0;
}
#popupEnhancedImage p {
	padding: 20px 20px 10px 20px;
}

/* Buttons unterhalb Image */
#popupEnhancedImage div.rightSide {
	float: right;
	padding-right: 20px;
	padding-top: 0px;
}
#popupEnhancedImage div.rightSide a {
	font-weight: bold
}






/* -- POPUP WINDOWS -- */
#popupWindows .close {
	padding: 0 4px 0 0;
	font-weight: bold;
	font-size: 1em;
	float: right;
}
#popupWindows .margintop {
	padding-top: 12px;
}

/* Submittbuttons */
/* IE 7 Hack*/
*+html button.absenden {
	padding: 0 0 0 10px;
}

/* MOZILLA Hack*/
*:not(hr) button.absenden {
	padding: 0 0 0 7px;
}

/* Styles für alle anderen Browser IE 5.5 - IE 6 und Opera 9*/
button.absenden {
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 8px 0;
	padding: 0 0 0 10px;
	text-align: left;
	/*background: transparent url(/global/img/pfeil.gif) no-repeat 0.5em center;*/
	background: transparent url(/global/img/pfeil.gif) no-repeat 0em center;
	border: none;
	color: #656565;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	vertical-align: middle;
}
* html button.absenden {
	background-position: 0 0.3em;
}

/* Styles fuer Formularseiten, derzeit Marketingumfrage */

#popupFormular {
	background: #FFFFFF;
	color: #000000;
	font: 76% Arial, Helvetica, sans-serif;
}
#popupFormular h1 {
	padding-top: 10px;
	padding-bottom: 27px;
	padding-left: 0px;
	font-size: 1.5em;
}
#popupFormular h2 {
	padding-bottom: 10px;
	font-size: 1.1em;
}
#popupFormular h3 {
	padding-bottom: 10px;
	font-size: 1em;
}
#popupFormular #content {
	background: #000000;
	text-align: center;
}

#popupFormular object {
		margin-left: -1px;
		margin-bottom: -3px;
		border: none;
}
* html #popupFormular object {
		margin-bottom: 0;
}
#popupFormular #contenttext {
	padding: 10px;
	padding-top: 70px;
	margin-top: -60px;
	background: #FFFFFF;
	width: 600px;
}

#popupFormular div.grayBackground {
	padding: 10px;
	background-color: #E2E2E2;
}

/* -- FORM (E-Mail, Info, Newsletter) -- */
fieldset {
	padding-bottom: 12px;
	border: none;
	font-size: 0.9em;
}
form div {
	overflow: auto;
	width: 100%;
	margin-bottom: 4px;
	font-weight: bold;
}
* html form div {
	overflow: visible;
	height: 1%;
}
label {
	float: left;
	width: 115px;
	padding: 0.2em 0;
	font-size: 1.2em;
	font-weight: normal;
}
label.small {
	width: auto;
	margin: 0 6px 0 12px;
}
input {
	float: left;
	width: 215px;
}
input.medium {
	width: 129px;
}
input.small {
	width: 45px;
}

.radioHeader {
	font-weight: normal;
}

.radio span {
	float: left;
	font-weight: normal;
}

#radioQuestions input {
	float: left;
	width: auto;
	margin-right: 60px;
	vertical-align: middle;
}

/* IE 7 Hack*/
*+html .radio input {
	margin-top: 2px;
}

/* MOZILLA Hack*/
*:not(hr).radio input {
	margin-top: 5px;
}

.radio input {
	float: left;
	width: auto;
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: middle;
}
* html .radio input {
	vertical-align: middle;
	/*height: 1.6em;*/
}
.radio label {
	width: auto;
	margin-right: 12px;
	font-weight: normal;
	vertical-align: middle;
}

.check input {
	float: left;
	width: auto;
	margin-right: 4px;
	height: 1.3em;
}
* html .check input {
	height: 1.6em;
}

.full {
	width: 600px;
}

.full label {
	float: left;
	width: auto;
	display: block;
}
.full textarea {
	float: left;
	width: 330px;
	display: block;
}

.check {
	width: 100%;
}
.check label {
	width: 310px;
	padding: 0;
}
.extra {
	clear: left;
}
.extra label {
	font-weight: normal;
}
.extra a {
	font-weight: bold;
}

.notVisible {
	display: none;
	visibility: hidden;
}

/* -- POPUP VIDEOS Heller Background -- */
#popupVideo_v2{
	background: #FFFFFF;
	color: #000000;
	font: 76% Arial, Helvetica, sans-serif;
}
#popupVideo_v2 #header {
	background: #E2E2E2 url(/global/img/general/movie_player_logo.jpg) no-repeat right;
	min-height: 37px;
}
* html #popupVideo_v2 #header {
	height: 37px;
}
#popupVideo_v2 h1 {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 91px;
	font-size: 1em;
}

#popupVideo_v2 #content {
	text-align: center;
}

#popupVideo_v2 object {
		border: none;
}
* html #popupVideo_v2 object {
		margin-bottom: 0;
}
#popupVideo_v2 #contenttext {
	padding: 10px;
	padding-top: 70px;
	margin-top: -60px;
	background: #FFFFFF;
}

/* -- POPUP VIDEOS VIKING -- */
#popupVideoViking {
	margin: 0;
	padding: 0;
	float: left;
	background: #FFFFFF;
	color: #000000;
	font: 76% Arial, Helvetica, sans-serif;
	width: 100%;
}
#popupVideoViking #header {
	margin: 0;
	padding: 0;
	float: left;
	background: #E2E2E2 url(/global/img/general/video-serie5-logo.gif) no-repeat left;
	width: 100%;
	height: 37px;
}
#popupVideoViking h1 {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 3px;
	float: right;
	font-size: 1.25em;
	font-weight: bold;
	text-align: right;
}

#popupVideoViking #content {
	text-align: center;
	background: #FFFFFF;
	width: 100%;
}
#popupVideoViking #content div {
	text-align: center;
	background: #FFFFFF;
}
#popupVideoViking #contenttext {
	padding: 10px;
	padding-top: 70px;
	margin-top: -60px;
	float: left;
	background: #FFFFFF;
}
.functions {
	float: right;
	list-style: none;
	padding-top: 5px;
/*	width: 500px; */
	width: 100%;
}
.functions li {
	display: inline;
}
.functions li.close {
	float: right;
}
.functions a {
	font-weight: bold;
}
.functions a {
	margin-right: 12px;
}
.functions a {
	padding-left: 11px;
	background: no-repeat 0 0.3em;
	color: #656565;
	text-decoration: none;
}
.functions a {
	background-image: url(/global/img/pfeil.gif);
}
* html .functions a {
	height: 1%;
}
.functions a:hover {
	color: #F37A1F;
}