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

* { 
	margin: 0;
	padding: 0;
	outline: none;
	}
	
IMG { border: none; }	
	
HTML { 
	height: 100%; 
	padding: 0;
	margin: 0;
	}	
	
BODY {
	height: 100%;	
	padding: 0;
	margin: 0;
	background: url('../images/bg.gif');
	color: #fff;
	font: 14px/20px Arial, Helvetica, sans-serif;
	}
	
P { margin: 0 0 0px 0; clear: both; }	

/* LAYOUT ----------------------------------------------------------------------- */


#top {
	height: 51px;
	background: url('../images/bgHeader.gif');
	}	
	
#header {
	width: 960px;
	height: 150px;
	background: url('../images/bgHeader.png') no-repeat top center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}
	
#home {
  width: 400px;
  height: 150px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -200px;
  display: block;
  z-index: 10;
  }	
	
#stempelEurodesk {
	width: 150px;
	height: 90px;
	display: block;
	background: url('../images/stempelEurodesk.gif') no-repeat;
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 2;
	}	
	
.wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	}	
	
#buttonAnmelden {
	float: left;
	width: 109px;
	height: 33px;
	background: url('../images/buttons.png') no-repeat;
	display: block;
	position: absolute;
	left: 57px;
	top: 9px;
	z-index: 2;
	text-indent: -5000px;
	display: none;
	}
	
#erinnern {
	position: absolute;
	top: 9px;
	left: 170px;
	background: url('../images/erinnern.png') no-repeat;
	display: block;
	width: 160px;
	height: 33px;
	z-index: 2;
	text-indent: -5000px;
	display: none;
	}	
	
#buttonAnmelden:hover {
	background-position: 0 -35px;
	}
	
#buttonEinbetten {			
	width: 139px;
	height: 33px;
	display: block;
	position: absolute;
	right: 57px;
	top: 9px;
	background: url('../images/buttons.png') no-repeat 0 -70px;
	text-indent: -5000px;
	z-index: 2;
	}
	
#buttonEinbetten:hover {			
	background-position: 0 -105px;
	}
	
#twitter, 
#facebook {
	height: 28px;
	position: absolute;
	z-index: 2;
	top: 85px;
	}	
	
#twitter {
	width: 40px;
	right: 95px;
	background: url('../images/socialmedia.gif') no-repeat;
	}	
	
#twitter:hover {
	background-position: 0 -41px;
	}	
	
#facebook {
	width: 28px;
	right: 58px;
	background: url('../images/socialmedia.gif') no-repeat -52px 0;
	}	
	
#facebook:hover {
	background-position: -52px -41px;
	}		
		

#content { 
	clear: both;
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	color: #7e6201 !important;
	overflow: hidden;
	}
	
#content .wrap {
	margin-top: 105px;
	}	

#content P A {
	color: #4b3a00;
	padding: 0 1px 0 1px;
	text-decoration: none;
	}
	
#content P SPAN,
.imagedesc P SPAN,
.videodesc P SPAN {
	color: #fff !important;
	}	
	
#content P A:hover {
	border-bottom: 1px dotted #5e1017;
	}
	
#content IMG {
	float: left;
	display: block;
	border: 4px solid #fff;
	margin-bottom: 15px;
	}
	
IMG.mceIcon {
	border: none !important;
	margin-bottom: 0 !important;
	}	
	
#content .imageUpload IMG {
	border: none;
	float: none;
	padding: 0;
	}	
	
#content .imagedesc {
	display: block;
	clear: both;
	margin-top: 15px;
	float: left;
	width: 100%;
	}
	
#content UL, #content OL {
	margin-left: 20px;
	padding-left: 20px;
	margin-bottom: 15px;
	}
	
#content UL LI {
	margin-bottom: 8px;
	}	
	
#fenster {
	padding-left: 50px;
	width: 910px;
	background: url('../images/bgFenster.gif') no-repeat right 1px;
	height: 573px;
	font: 13px/19px Arial, Helvetica, sans-serif;	
	}	
	
.day {
	width: 143px;
	height: 143px;
	display: block;
	float: left;
	background-image: url('../images/fenster.gif');
	}
	
.daysSmall {
	width: 324px;
	float: left;
	margin-top: 30px;
	margin-left: 25px;	
	}	
	
.daySmall {
	width: 27px;
	height: 27px;
	display: block;
	float: left;
	background-image: url('../images/spriteSmall.gif');
	}
	
#text {
	padding: 20px 60px;
	font: 13px/17px Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
	}	
	
.formEdit {
	margin: 0 auto;
	width: 662px;
	padding-top: 25px;	
	}	
	
.formEdit #title {
	border: 1px solid #977517;
	width: 650px;
	padding: 5px;
	font: 22px Arial, Helvetica, sans-serif;
	}	
	
INPUT.button {
	margin-top: 10px;
	width: 105px;
	height: 35px;
	background: url('../images/buttons.png') no-repeat 0 -210px;
	text-indent: -5000px;
	border: none;
	cursor: pointer;
	}	
	
.formEdit .submit {
	background-position: 0 -420px;
	width: 90px;
	}
	
.formEdit .submit:hover {
	background-position: 0 -455px;
	}		
	
INPUT.submit { font-weight: bold; }	

INPUT.edit {
	margin-top: 10px;
	width: 105px;
	height: 35px;
	background: url('../images/buttons.png') no-repeat 0 -210px;
	text-indent: -5000px;
	border: none;
	float: right;
	}
	
INPUT.edit:hover {	
	background-position: 0 -245px;
	}
	
#editContent {
	margin-top: 20px;
	}	
	
#editContentTabs {
	position: relative;
	height: 25px;
	}	

.tab {
	float: left;
	background-color: #977517;
	border-right: 1px solid #977517;
	border-left: 1px solid #977517;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 4px 0;
	width: 70px;
	text-align: center;
	cursor: pointer;
	top: 1px;
	}

#tabText { position: absolute; left: 0px; }	
#tabImage { position: absolute; left: 73px; }	
#tabVideo { position: absolute; left: 146px; }	
#tabQuiz { position: absolute; left: 219px; width: 100px; }	
#tabWinner { position: absolute; left: 322px; width: 80px; }	
#tabPodcast { position: absolute; left: 322px; width: 80px; }	
	
#editContentTabs .show {
	background-color: #f0f0ee;
	border: 1px solid #ccc;
	border-bottom: none;
	color: #FFF;
	font-weight: bold;
	color: #000;
	top: 0px;
	padding: 5px 0;
	line-height: 15px;
	}	
	
.tabContent { display: none; }
.show { display: block; }

#tabTextContent,
#tabWinnerContent { 
	margin-top: 0px;
	width: 100%;
	}	
	
.richtext,
#richtext_tbl,
#richtext_ifr {
	width: 656px !important; 
	height: 350px !important; 
	}	

#imagedesc_tbl,
#imagedesc_ifr,
#videodesc_tbl,
#videodesc_ifr,
#quizQuestion_tbl,
#quizQuestion_ifr,
#mce_0_tbl,
#mce_0_ifr { 
	width: 660px !important; 
	height: 199px !important; 
	}		
	
#videodesc_tbl {
	margin-top: -1px;
	}	
	
#quizQuestion_tbl,
#quizQuestion_ifr { 
	height: 100px !important; 
	}			
	

.imageUpload {
	background-color: #f0f0ee;
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom: none;
	width: 640px;
	}
	

#containerPodcast {
	border-bottom: 1px solid #ccc;
	font: 11px Arial, Helvetica, sans-serif;
	color: #888;
	background-color: #e6e6e6;
	background: url('../images/schraffur.gif');
	height: 24px;
	line-height: 24px;
	}
	
#podcast_wrapper {
	float: left;
	clear: both;
	margin-bottom: 20px;
	}		
	
.podcastDelete {
	float: left;
	line-height: 24px;
	color: #333;
	text-decoration: none;
	margin-left: 15px;
	color: #777;
	background: url('../images/trash.png') no-repeat left center;
	padding-left: 16px;
	}	
	
.podcastDelete:hover {
	color: #111;
	}	
	
#buttonDelete	{
	cursor: pointer;
	}
	
.container {
	position: relative;
	float: left;
	}	
	
.imageUpload INPUT {
	background-color: #FFF;
	font: 13px Arial, Helvetica, sans-serif;
	}
	
.uploadMessage {
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 30px;
	color: #000;
	}		
	
label.cabinet {
	width: 140px;
	height: 30px;
	background: url('../images/buttonUpload.gif') no-repeat 0 0;
	display: block;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

label.cabinet input.file {
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	cursor: pointer;
	}
	
.filepath {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #333;
	margin: 0 0 0px 10px;
	clear: left;
	font-weight: bold;
	}	
	
#imagedesc, #video {
	width: 100%;
	height: 100px;
	border: 1px solid #CCC;
	border-bottom: none;
	width: 644px;
	padding: 8px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin-top: -1px;
	background: url('../images/bgInput.gif') repeat-x bottom left;
	background-color: #fff;
	}
	
.imageDescription {
	}
	
.imageDescription .richtext {
	width: 100%;
	}	
	
#imagedesc {
	border: none;
	padding-bottom: 0;
	width: 700px;
	}	
	
.videodesc {
	margin-top: 15px;
	}

#video {
	height: 100px;
	font: 12px "Courier New", Courier, monospace;
	line-height: 16px;
	}		
	
.videoHint {
	background-color: #f0f0ee;
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom: none;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 30px;
	width: 640px;
	color: #000;
	}	
	
.quizHint {	
	background-color: #f0f0ee;
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom: none;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 30px;
	width: 640px;
	color: #000;
	margin-top: -1px;
	font-weight: bold;
	}
	
#quizQuestion {
	with: 656px !important;
  }	
	
.quizQuestion {
  margin-bottom: 15px;
	color: #5b4700;
  }	
	
.quizAnswer {
	width: 650px;
	font: 14px Georgia;
	padding: 7px 5px;
	border: 1px solid #ccc;
	margin-top: -1px;
	}
	
#formQuiz {
	margin-top: 20px;
	float: left;
	width: 100%;
	}		
	
#formQuiz .left {
	width: 500px;
	}	
	
#formQuiz .formRow {
	margin-bottom: 3px;
	}	
	
#formQuiz INPUT {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	}	
	
#formQuiz LABEL {
	line-height: 20px;
	margin-top: -2px;
	float: left;
	}	
	
#formQuiz .right {
	width: 230px;

	}	
	
#formQuiz .right LABEL {
	display: block;
	font-size: 12px;
	clear: both;
	float: none;
	margin-bottom: 0px;
	line-height: 16px;
	}	
	
#formQuiz .right .formRow {
	margin-bottom: 10px;
	}	

#formQuiz INPUT.text,
#formAbo INPUT.text {
	width: 200px;
	border: 1px solid #a17d00;
	padding: 7px;
	font: 13px Arial, Helvetica, sans-serif;
	border-radius: 2px;
	}	
	
#formQuiz #quizPLZ {
	width: 50px;
	}
	
#formQuiz #quizOrt {
	width: 132px;
	}		
	
#formQuiz #quizSubmit {
	margin-top: 5px;
	width: 105px;
	height: 35px;
	background: url('../images/buttons.png') no-repeat 0 -140px;
	text-indent: -5000px;
	border: none;
	}
	
#formQuiz #quizSubmit:hover {	
	background-position: 0 -175px;
	}
	
#formAbo {
	margin-top: 30px;
	}		
	
#formAbo LABEL {
	width: 100px;
	float: left;
	}
	
#formAbo .formRow {
	margin-bottom: 10px;
	line-height: 30px;	
	}		
	
.formRadio LABEL {
  line-height: 17px !important;
  padding-left: 3px;
  }

.formRadio INPUT {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	}
	
.linkCancel {
	color: #7e6201;
	margin-left: 10px;
	position: relative;
	top: -4px;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;	
	}
	
.linkCancel:hover {
	color: #4d3c00;
	}	
	
.contentWinner {
	padding-top: 30px;
	float: left;
	clear: both;
	}	
	
.thanks {
  color: #5B4700;
  font-weight: bold;
  }	
	
/* FOOTER ----------------------------------------------------------------------- */	

#allbutfooter {
	min-height: 100%;	
	min-width: 960px;
	margin: 0 auto -440px;
	}
	
#push {
	height: 440px;
	clear: both;
	}	

#footer {
	height: 440px;
	background: url('../images/bgFooterPattern.gif') repeat-x bottom left;
	overflow: hidden;
	}
	
#footer .wrap {
	background: url('../images/bgFooter.png') no-repeat bottom left;
	height: 440px;
	}	
	
#footer #logos {
	position: absolute;
	bottom: 100px;
	}	
	
#footer #logos IMG {
	margin: 0;
	padding: 0;
	float: left;
	}	
	
	

/* POPUP ------------------------------------------------------------------------ */		

#popup {
  background: url("../images/popupMessage.gif") no-repeat scroll center center #FFFFFF;
  cursor: pointer;
  display: none;
  height: 220px;
  left: 50%;
  margin-left: -200px;
  position: absolute;
  top: 250px;
  width: 400px;
  z-index: 1000;
  box-shadow: 0px 0px 20px #7D6112;
  border-radius: 7px;
	}
	
#popup .close {
  bottom: 12px;
  color: #333333;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  text-decoration: none;
	}	
	
#popup STRONG {
	display: block;
	line-height: 20px;
	}
	
#popupEmbedding {
	background-color: #000;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 40px;
	}	
	
#popupEmbedding TEXTAREA {	
	width: 455px;
	height: 100px;
	border: 1px solid #7e6201;
	padding: 5px;
	border-radius: 3px;
	}
	
#popupEmbedding #buttonEmbedding {
	position: static;
	top: auto;
	left: auto;
	float: left;
	margin-top: 5px;
	margin-left: 0px;
	}	
	
#popupEmbedding #buttonEmbedding A {
	margin-top: 10px;
	width: 140px;
	height: 35px;
	background: url('../images/buttons.png') no-repeat 0 -280px;
	text-indent: -5000px;
	border: none;
	float: right;	
	}	
	
#popupEmbedding #buttonEmbedding A:hover {
	background-position: 0 -315px;
	}	
	
INPUT.send {	
	margin-top: 10px;
	width: 91px;
	height: 35px;
	background: url('../images/buttons.png') no-repeat 0 -350px;
	text-indent: -5000px;
	border: none;
	}
	
INPUT.send:hover {		
	background-position: 0 -385px;
	}

	
/* TYPO ------------------------------------------------------------------------- */		
	
h1 {
	color: #fff;
	margin: 5px 0 20px 0;
	font: 30px Arial, Helvetica, sans-serif;
	font-weight: bold;	
	float: left;
	}
	
/* MISC ------------------------------------------------------------------------- */	
	
.left { float: left; }
.right { float: right; }
.clear { clear: both; }	

.green {
	color: #5c702c;
	font-weight: bold;
	}
	
.gray {
	color: #5c702c;
	}	



