/* EUREMUETTER SCREEN CSS */
/* CREATED 2009/MAY/21    */
/* TGXMEDIA.COM           */



/* ************************************** */
/* BROWSER RESET                          */
/* ************************************** */

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{font-size:100%;}
legend{color:#000;}



/* ************************************** */
/* GLOBAL DEFINITIONS                     */
/* ************************************** */


body{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    -webkit-text-size-adjust:none; /* turn off iPhone auto text-size adjustments */
    background-color:white;
}

/* ************************************** */
/* UTILS                                  */
/* ************************************** */
.clearFloat{
	clear:both;
	height:0px;
	margin:0px;
	padding:0px;
}

.noBorder{
	border:none;
	text-decoration: none;
}

.errorBox{
	font-weight:bold;
	border:3px solid black;
	line-height: 24px;
	padding:20px;
	margin:70px;
}



/* ************************************** */
/* FRAMEWORK CLASSES                      */
/* ************************************** */

.pageContainer{
	width:100%;
	background-color:#ffe100; 
}

.page{
    width:1000px;
    background-color:#ffe100;
}


.mainNaviLeftColumn{
 	float:left;
 	width:255px;
}

.contentRightColumn{
	position: relative;
	float:left;
	width:745px;
}

.boldIntroText{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin:20px 0px 10px 15px;
}


.footer{
	width:100%;
	background: url("../pix/interface/footer_tile.png");
	background-repeat: repeat-x;
	background-color: white;
}

.footerLeftColumn{
	width:1000px;
}

.footerTop{
	width:1000px;
	height:162px;
	background: url("../pix/interface/footer_top.png");
	background-repeat: no-repeat;
}

.footerContent{
	height:29px;
	background-color: white;
	padding-top: 16px;
}

.footerContentLeftColumn{
	margin-left:25px;
	float:left;
}

.footerContentRightColumn{
	margin-right:25px;
	float:right;	
}

.mainNaviContainer{
    width:100%;
}

.mainNaviHeaderLogo{
	 width:223px;
	 margin:30px auto 15px auto;
}

.mainNaviLinkContainer{
	text-align: center;
}

.topNaviLinkContainer{
	position: absolute;
	top:20px;
	right:25px;
}

ul.naviList{
	float:left;
}

li.naviList{
	list-style:none;
    display:inline;
}

/* ************************************** */
/* NAVI LINKS                             */
/* ************************************** */
a.homeLink{
	display: block;
	width: 113px;
	height: 23px;
	margin:0px auto;
	text-decoration: none;
	background: url("../pix/interface/navi_item_home.png");
	background-repeat: no-repeat;
}

a.homeLink:hover{
	background-position: 0 -24px;
}

a.homeLinkActive{
	display: block;
	width: 113px;
	height: 23px;
	margin:0px auto;
	text-decoration: none;
	background: url("../pix/interface/navi_item_home.png");
	background-position: 0 -24px;
	background-repeat: no-repeat;
}


a.mothersLink{
	display: block;
	width: 176px;
	height: 30px;
	margin:3px auto 0px auto;
	text-decoration: none;
	background: url("../pix/interface/navi_item_muetter.png");
	background-repeat: no-repeat;
}

a.mothersLink:hover{
	background-position: 0 -31px;
}

a.mothersLinkActive{
	display: block;
	width: 176px;
	height: 30px;
	margin:3px auto 0px auto;
	text-decoration: none;
	background: url("../pix/interface/navi_item_muetter.png");
	background-repeat: no-repeat;
	background-position: 0 -31px;
}

a.datesLink{
	display: block;
	width: 114px;
	height: 23px;
	margin:8px auto 0px auto;
	text-decoration: none;
	background: url("../pix/interface/navi_item_dates.png");
	background-repeat: no-repeat;
}

a.datesLink:hover{
	background-position: 0 -24px;
}

a.datesLinkActive{
	display: block;
	width: 114px;
	height: 23px;
	margin:8px auto 0px auto;
	text-decoration: none;
	background: url("../pix/interface/navi_item_dates.png");
	background-repeat: no-repeat;
	background-position: 0 -24px;
}


a.shopLink{
	display: block;
	width: 68px;
	height: 23px;
	margin:8px auto 0px auto;
	text-decoration: none;
	background: url("../pix/interface/navi_item_shop.png");
	background-repeat: no-repeat;
}

a.shopLink:hover{
	background-position: 0 -24px;
}

a.shopLinkActive{
	display: block;
	width: 68px;
	height: 23px;
	margin:8px auto 0px auto;
	text-decoration: none;
	background: url("../pix/interface/navi_item_shop.png");
	background-repeat: no-repeat;
	background-position: 0 -24px;
}



a.guestBookLink{
	display: block;
	width: 150px;
	height: 30px;
	margin:3px auto 0px auto;
	text-decoration: none;
	background: url("../pix/interface/navi_item_guestbook.png");
	background-repeat: no-repeat;
}

a.guestBookLink:hover{
	background-position: 0 -31px;
}

a.guestBookLinkActive{
	display: block;
	width: 150px;
	height: 30px;
	margin:3px auto 0px auto;
	text-decoration: none;
	background: url("../pix/interface/navi_item_guestbook.png");
	background-repeat: no-repeat;
	background-position: 0 -31px;
}


a.newsLink{
	display: block;
	width: 73px;
	height: 23px;
	margin:8px auto 0px auto;
	text-decoration: none;
	background: url("../pix/interface/navi_item_news.png");
	background-repeat: no-repeat;
}

a.newsLink:hover{
	background-position: 0 -24px;
}

a.newsLinkActive{
	display: block;
	width: 73px;
	height: 23px;
	margin:8px auto 0px auto;
	text-decoration: none;
	background: url("../pix/interface/navi_item_news.png");
	background-repeat: no-repeat;
	background-position: 0 -24px;
}

a.competitionsLink{
	display: block;
	width: 195px;
	height: 201px;
	margin:2px auto 0px auto;
	text-decoration: none;
	background: url("../pix/interface/navi_item_competitions.png");
	background-repeat: no-repeat;
}

a.competitionsLink:hover{
	background-position: -195px 0px;
}

a.competitionsLinkActive{
	display: block;
	width: 195px;
	height: 201px;
	margin:2px auto 0px auto;
	text-decoration: none;
	background: url("../pix/interface/navi_item_competitions.png");
	background-repeat: no-repeat;
	background-position: -195px 0px;
}

.naviWeb20Headline{
	width:151px;
	height: 20px;
	margin:20px auto 0px auto;
	background-image: url("../pix/interface/navi_web20_headline.jpg");
	background-repeat: no-repeat;
}

a.naviYouTubeLink{
	display: block;
	width:101px;
	height: 41px;
	margin:5px auto 0px auto;
	background-image: url("../pix/interface/navi_youtube_link.jpg");
	background-repeat: no-repeat;
	text-decoration: none;
	border:none;
}

a.naviMySpaceLink{
	display: block;
	width:104px;
	height: 29px;
	margin:10px auto 0px auto;
	background-image: url("../pix/interface/navi_my_space_link.jpg");
	background-repeat: no-repeat;
	text-decoration: none;
	border:none;
}

a.faqLink{
	display: block;
	float:left;
	width:  24px;
	height: 14px;
	margin:0px;
	text-decoration: none;
	background: url("../pix/interface/navi_item_faq.png");
	background-repeat: no-repeat;
}


a.faqLink:hover{
	background-position: 0 -15px;
}

a.faqLinkActive{
	display: block;
	float:left;
	width:  24px;
	height: 14px;
	margin:0px;
	text-decoration: none;
	background: url("../pix/interface/navi_item_faq.png");
	background-repeat: no-repeat;
	background-position: 0 -15px;
}

a.pressFeedbackLink{
	display: block;
	float:left;
	width:  110px;
	height: 13px;
	margin-left:12px;
	text-decoration: none;
	background: url("../pix/interface/navi_item_press.png");
	background-repeat: no-repeat;
}


a.pressFeedbackLink:hover{
	background-position: 0 -14px;
}

a.pressFeedbackLinkActive{
	display: block;
	float:left;
	width:  110px;
	height: 13px;
	margin-left:12px;
	text-decoration: none;
	background: url("../pix/interface/navi_item_press.png");
	background-repeat: no-repeat;
	background-position: 0 -14px;
}


a.infoMaterialLink{
	display: block;
	float:left;
	width:  95px;
	height: 13px;
	margin-left:12px;
	text-decoration: none;
	background: url("../pix/interface/navi_item_info_material.png");
	background-repeat: no-repeat;
}


a.infoMaterialLink:hover{
	background-position: 0 -14px;
}

a.infoMaterialLinkActive{
	display: block;
	float:left;
	width:  95px;
	height: 13px;
	margin-left:12px;
	text-decoration: none;
	background: url("../pix/interface/navi_item_info_material.png");
	background-repeat: no-repeat;
	background-position: 0 -14px;
}

a.contactLink{
	display: block;
	float:left;
	width:  59px;
	height: 13px;
	margin-left:12px;
	text-decoration: none;
	background: url("../pix/interface/navi_item_contact.png");
	background-repeat: no-repeat;
}


a.contactLink:hover{
	background-position: 0 -14px;
}


a.contactLinkActive{
	display: block;
	float:left;
	width:  59px;
	height: 13px;
	margin-left:12px;
	text-decoration: none;
	background: url("../pix/interface/navi_item_contact.png");
	background-repeat: no-repeat;
	background-position: 0 -14px;
}

a.imprintLink{
	display: block;
	float:left;
	width:  86px;
	height: 14px;
	margin-left:5px;
	text-decoration: none;
	background: url("../pix/interface/navi_item_imprint.png");
	background-repeat: no-repeat;
}


a.imprintLink:hover{
	background-position: 0 -15px;
}

a.imprintLinkActive{
	display: block;
	float:left;
	width:  86px;
	height: 14px;
	margin-left:5px;
	text-decoration: none;
	background: url("../pix/interface/navi_item_imprint.png");
	background-repeat: no-repeat;
	background-position: 0 -15px;
}

a.infoMailLink{
	display: block;
	float:left;
	width:  162px;
	height: 14px;
	margin-left:5px;
	text-decoration: none;
	background: url("../pix/interface/navi_item_email.png");
	background-repeat: no-repeat;
}


a.infoMailLink:hover{
	background-position: 0 -15px;
}


.copyrightNotice{
	display: block;
	float:left;
	width:  113px;
	height: 14px;
	text-decoration: none;
	background: url("../pix/interface/navi_item_copyright.png");
	background-repeat: no-repeat;
}

.comedyClubLink{
	display: block;
	float:left;
	width:  302px;
	height: 16px;
	margin-left:5px;
	text-decoration: none;
	background: url("../pix/interface/navi_item_comedy_club.png");
	background-repeat: no-repeat;
}

a.comedyClubLink:hover{
	background-position: 0 -18px;
}


/* ************************************** */
/* CONTENT                                */
/* ************************************** */

.pageContent{
	padding-top:32px;
}


/* ************************************** */
/* AKTUELL PAGE                           */
/* ************************************** */
.homeContent{
	width:710px;
	height:653px;
	padding-top:30px;
	background-image:  url("../pix/content/home_content_bg.jpg");
	background-repeat: no-repeat;
	background-position:bottom;
}

.homeContentText{
	width:405px;
	font-family:Courier, "Courier New", monospace;
	font-size: 14px;
	line-height: 20px;
	padding-top:75px;
	padding-left:75px;
}

.homeContentComedyClubLink{
	position:absolute;
	display: block;
	right:35px;
	top:150px;
	width:205px;
	height:315px;
	text-decoration: none;
}

/* ************************************** */
/* EUREMUETTER PAGE                       */
/* ************************************** */
.mothersIntro{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin:20px 0px 10px 15px;
}

.mothersColumnBox{
	width:725px;
}

.mothersAndi{
	width:225px;
	float:left;
	margin-left:-10px;
	margin-right:25px;
	margin-top:15px;
}

a.mothersAndiLink{
	display: block;
	width:  195px;
	height: 345px;
	text-decoration: none;
	background: url("../pix/content/em_andi.jpg");
	background-repeat: no-repeat;
}


a.mothersAndiLink:hover{
	background-position: -195px 0px;
}

.mothersMatze{
	width:205px;
	float:left;
	margin-right:35px;
	margin-top:50px;
}

a.mothersMatzeLink{
	display: block;
	width:  195px;
	height: 345px;
	text-decoration: none;
	background: url("../pix/content/em_matze.jpg");
	background-repeat: no-repeat;
}


a.mothersMatzeLink:hover{
	background-position: -195px 0px;
}

.mothersDon{
	width:210px;
	float:left;
}

a.mothersDonLink{
	display: block;
	width:  195px;
	height: 345px;
	text-decoration: none;
	background: url("../pix/content/em_don.jpg");
	background-repeat: no-repeat;
}


a.mothersDonLink:hover{
	background-position: -195px 0px;
}

.mothersText{
	font-size:14px;
	line-height: 20px;
	margin-top:10px;
}

.mothersMailLink{
	margin-top:10px;
}

.andiText{
	margin-left: 20px;
}

.matzeText{
	margin-left: 6px;
}

.donText{
	margin-left: 0px;
}


/* ************************************** */
/* NEWS PAGE                              */
/* ************************************** */
.newsContent{
	margin-top:25px;
	margin-left:20px;
	width:680px;
}

.newsBox{
	width:660px;
	margin-top:10px;
	background-color: #FFFFFF;
	padding:5px 10px;
}

.newsBoxLeftColumn{
	float:left;
	width:110px;
	font-size: 18px;
	font-weight:bold;
}

.newsBoxRightColumn{
	float:left;
	width:550px;
	font-size:14px;
	line-height: 20px;
}


/* ************************************** */
/* SHOP                                   */
/* ************************************** */
.shopSectionBox{
	margin:45px 0px 0px 15px;
	width: 685px;
}

.shopDVDCDProductBox{
	padding-top:20px;
}

.shopDVDCDProductBoxLeftColumn{
	float:left;
	width:90px;
	margin-right:10px;
}

.shopDVDCDProductBoxCenterColumn{
	float:left;
	width:450px;
	margin-right:10px;
}

.shopDVDCDProductBoxRightColumn{
	float:left;
	width:125px;
}


.shopDVDCDTitleBox{
	height:30px;
	line-height:30px;
	width:100%;
	margin-top:5px;
	background-color:#FFF;
	font-size:18px;
	font-weight:bold;
}

.shopDVDCDTitleBoxLeftColumn{
	color: #000;
	text-decoration:underline;
	line-height:30px;
	margin-left:10px;
	width:350px;
	float:left;
}

.shopDVDCDTitleBoxRightColumn{
	color: #CC0000;
	line-height:30px;
	margin-right:10px;
	width:80px;
	float:left;
	text-align:right;
}

.shopDVDCDTitleSoldOutBoxLeftColumn{
	color: #000;
	text-decoration:underline;
	line-height:30px;
	margin-left:10px;
	width:180px;
	float:left;
}

.shopDVDCDTitleSoldOutBoxRightColumn{
	color: #CC0000;
	line-height:30px;
	margin-right:10px;
	width:250px;
	float:left;
	text-align:right;
}

.shopDVDCDProductDescription{
	width:430px;
	margin-top:7px;
	padding:0px 10px;
	color:#000;
	font-size:14px;
	line-height:18px;
}

.shopYoutubeItem{
	width:450px;
	height:364px;
	margin-top:10px;
}

.shopAudioItem{
	width:450px;
	height:198px;
	margin-top:10px;
}

.shopPartSelectorBox{
	margin-top:5px;
	height:30px;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	background-color:#FFF;
}

.shopPartSelectorText{
	margin:0px 10px;
}

.partSelectInput{
	width:45px;
}

.shopTShirtProductBox{
	padding:25px 0px;
}

.shopTShirtProductBoxLeftColumn{
	float:left;
	width:200px;
}

.shopTShirtProductBoxRightColumn{
	float:left;
	width:485px;
}

.shopTShirtTitleBox{
	width:475px;
	padding-left:10px;
	line-height:30px;
	height:30px;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
	background-color:white;
}

.shopTShirtProductDescription{
	width:465px;
	margin:7px 0px;
	padding:0px 10px;
	color:#000;
	font-size:14px;
	line-height:18px;
}

.shopTShirtSizeBoxContainer{
	width:485px;
	margin-top:10px;
}

.shopTShirtSizeBoxContainerLeftColumn{
	float:left;
	width:350px;
	margin-right:10px;
}

.shopTShirtSizeBoxContainerRightColumn{
	float:left;
	width:125px;
}

.shopTShirtSizeBox{
	background-color:#FFF;
	height:30px;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
}

.shopTShirtSizeBoxLeftColumn{
	color: #000;
	line-height:30px;
	width:250px;
	margin-left:10px;
	float:left;
}

.shopTShirtSizeBoxRightColumn{
	color: #CC0000;
	line-height:30px;
	margin-right:10px;
	float:left;
	text-align:right;
	width:80px;
}

.shopSubmitBtn{
	width:670px;
	text-align:right;
	margin-right:50px;
}

.shopOrderContent{
	margin-left:15px;
	margin-top: 45px;
}

.shopOrderTable{
	width:680px;
	border-collapse: collapse;
	margin-top: 25px;
}

.shopOrderTableTD{
	height:30px;
	background-color: white;
	font-weight: bold;
	font-size: 16px;
	text-align:right;
	padding: 0px 10px;
}

.shopOrderTableTDProduct{
	background-color: transparent;
	height:35px;
}

.shopChangeOrderBtn{
	display: block;
	width:680px;
	text-align: right;
	margin-top: 10px;
}

.shopContactSection{
	margin-top: 20px;
}

.shopContactDataTable{
	margin-top:25px;
	width:550px;
	border-collapse:collapse;
}

.shopContactDataTableLeftColumn{
	width:200px;
	height:30px;
	font-weight:bold;
}

.shopContactInput{
	width:350px;
}

.shopSubmitOrderBtn{
	cursor: pointer;
	width:314px;
	height:84px;
	margin-left: 315px;
	margin-top:30px;
	background-image:  url("../pix/content/shop_submit_order_btn.gif");
	background-repeat: no-repeat;
	border:none;
}

.shopContactDataErrorMessage{
	color:#cc0000;
	display:none;
	font-weight: bold;
	margin: 25px 0px 0px 0px;
}

/* ************************************** */
/* COMPETITION SHARED                     */
/* ************************************** */
.competitionsContentContainer{
	margin-left:15px;
}

.competitionsDescription{
	width:600px;
	margin-top:20px;
	font-size:14px;
	line-height:20px;
}

.competitionsLinkBox{
	margin-top:30px;
}

.competitionsLinkHeadline{
	width:126px;
	height:13px;
	background: url("../pix/content/comp_links_headline.gif");
	background-repeat: no-repeat;
}

.competitionsLinkItem{
	margin-top:10px;
}

.competitionsContentBox{
	width:650px;
	margin-top:20px;
}

.competitionsHeader{
	width:600px;
	height:30px;
}

.competitionsHeaderLeftColumn{
	float:left;
	width:458px;
	margin-right:5px;
	line-height:30px;
	padding-left:12px;
	font-size:18px;
	font-weight:bold;
	background-color:#FFFFFF;
}

.competitionsHeaderRightColumn{
	float:left;
	width:125px;
	line-height:30px;
	background-color:#FFFFFF;
}


/* ************************************** */
/* DOODLE COMPETITION                     */
/* ************************************** */
.doodleCompImageContainer{
	margin-top:5px;
	width:650px;
}

.doodleCompImageLeftColumn{
	float:left;
	width:600px;
}

.doodleCompImageRightColumn{
	float:left;
	width:50px;
}

/* ************************************** */
/* PHOTO COMPETITION                     */
/* ************************************** */
.photoCompImageContainer{
	margin-top:5px;
	width:650px;
}

.photoCompImageColumn{
	float:left;
	width:	210px;
}

.photoCompTextColumn{
	float:left;
	width: 390px;
}

.photoCompQuestionBox{
	background-color:#FFFFFF;
	height:205px;
	font-size:18px;
	line-height:28px;
	padding-top:60px;
	padding-left:20px;
	padding-right:20px;
}

.photoCompWinnerBox{
	background-color:#000000;
	height:40px;
	line-height:40px;
	padding-left:20px;
	padding-right:20px;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}

/* ************************************** */
/* JOKE COMPETITION                       */
/* ************************************** */
.jokeCompImageColumn{
	float:left;
	width:300px;
	padding:10px;
	background-color:white;
}

.jokeCompTextColumn{
	float:left;
	background-color:white;
	width:280px;
	height:240px;
	font-size:14px;
	line-height:20px;
}

.jokeCompQuestionBox{
	font-weight:bold;
	margin:40px 10px 20px 10px;
}

.jokeCompAnswerBox{
	font-weight:normal;
	margin: 0px 15px 5px 10px;
	font-style:italic;
}

.jokeCompWinnerBox{
	width:590px;
	background-color:#000000;
	height:40px;
	line-height:40px;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
}

/* ************************************** */
/* GUESTBOOK PAGE                         */
/* ************************************** */
.guestBookContent{
	margin-left:15px;
}

.guestBookEntryBox{
	width:680px;
	margin-top: 30px;
}

.guestBookEntryBoxHeader{
	width:650px;
	background-color: #FFFFFF;
	padding:0px 15px;
	line-height: 30px;
	height:30px;
	font-size: 18px;
}

.guestBookEntryBoxRedHeader{
	width:650px;
	background-color: #CC0000;
	color:#FFF;
	padding:0px 15px;
	line-height: 30px;
	height:30px;
	font-size: 18px;
}


.guestBookEntryBoxText{
	font-size: 14px;
	line-height: 20px;
	padding:7px 10px 0px 10px;
}

.guestBookNavigation{
	width:680px;
	margin-top: 25px;
	height:30px;
	line-height: 30px;
}

.guestBookNavigationLeftColumn{
	float:left;
	width:550px;
	margin-right:5px;
	background-color: #FFFFFF;
}

.guestBookNavigationRightColumn{
	float:left;
	width:125px;
	background-color: #FFFFFF;
}

.guestBookPageIndicator{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.guestBookSubmitHeader{
	width:171px;
	height:23px;
	background-image:  url("../pix/content/guestbook_submit_headline.gif");
	background-repeat: no-repeat;
	margin:40px 0px 20px 15px;
}

.guestBookSubmitTable{
	width:550px;
	margin:0px 0px 20px 15px;
	border-collapse:separate;
	border-spacing:0px 10px;
}

.guestBookSubmitTableLeftColumn{
	width:195px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
}

.guestBookInput{
	width:345px;
}

.guestBookMessageField{
	width:345px;
	height:160px;
}

.guestBookSubmitBtn{
	cursor: pointer;
	width:283px;
	height:83px;
	margin-left: 365px;
	border:none;
}

.guestBookErrorMessage{
	margin:0px 0px 15px 15px;
	color:#cc0000;
	display:none;
}

/* ************************************** */
/* TERMINE PAGE                           */
/* ************************************** */
.gigContent{
	margin-top:25px;
	margin-left:20px;
	width:680px;
}

.gigBox{
	width:100%;
	margin-top:10px;
}

.gigBoxHeader{
	background-color: white;
	font-size:18px;
	font-weight: bold;
	padding: 5px 12px;
}

.gigBoxContent{
	font-size:14px;
	line-height: 20px;
	padding: 5px 12px;
}

.gigSearchColumn{
	float:left;
}

.gigSearchInfo{
	font-weight:bold;
	margin:5px 0px 0px 57px;
	padding:0px;
	display:block;
}

.gigSearchInput{
	width:175px;
	height:20px;
	font-size:14px;
}

/* ************************************** */
/* INFOMATERIAL PAGE                      */
/* ************************************** */

.pressKitBox{
	width:645px;
	margin-top:25px;
}

.pressKitBoxLeftColumn{
	float:left;
	width:225px;
	margin-right:20px;
}

.pressKitBoxRightColumn{
	float:left;
	width:400px;
	padding-top:40px;
}

.pressKitHeadline{
	font-size: 18px;
	font-weight: bold;
}

.pressKitDescription{
	margin:15px 0px;
}

.pressKitFileInfo{
	font-weight: bold;
	margin-bottom: 5px;
}

ul.pressKitInfo{
	margin-bottom: 20px;
}

li.pressKitInfo{
	list-style-type: disc;
	list-style-position: inside;
	font-size: 14px;
	margin-top: 5px;
}

/* ************************************** */
/* FAQ PAGE                               */
/* ************************************** */
.faqContent{
	margin-top:15px;
	margin-left:20px;
	width:680px;
}

.faqHeadline{
	font-size:20px;
	font-weight:bold;
}

.faqColumnContainer{
	width:680px;
}

.faqContentLeftColumn{
	float:left;
	width:415px;
}

.faqItem{
	margin-top:20px;
	font-size:14px;
	line-height:20px;
}

.faqContentRightColumn{
	float:left;
	width:265px;
	padding-top:10px;
}

/* ************************************** */
/* PRESSESTIMMEN PAGE                     */
/* ************************************** */
.pressFeedbackContent{
	margin-top:25px;
	margin-left:20px;
	width:680px;
}

.pressFeedbackBox{
	width:680px;
	margin-top:10px;
}

.pressFeedbackBoxHeader{
	width:680px;
	height:30px;
	line-height: 30px;
	background-color: #FFFFFF;
	cursor: pointer;
}

.pressFeedbackBoxHeaderLeftColumn{
	float:left;
	width:645px;
}

.pressFeedbackBoxHeaderRightColumn{
	float:left;
	width:35px;
}

.pressFeedbackBoxHeaderLeftText{
	font-size: 18px;
	font-weight: bold;
	margin-left:15px;
}

.pressFeedbackBoxHeaderLeftSmallText{
	font-size: 12px;
	font-weight: normal;
}

.pressFeedbackBoxRightButton{
	width:14px;
	height:30px;
	margin:0px auto;
}

.pressFeedbackArticleText{
	padding:10px 15px;
	width:650px;
	font-size: 14px;
	line-height:20px;
}



/* ************************************** */
/* KONTAKT PAGE                           */
/* ************************************** */
.contactText{
	margin-top:20px;
	margin-left: 15px;
	font-size:16px;
	line-height: 24px;
}

/* ************************************** */
/* IMPRESSUM PAGE                         */
/* ************************************** */

.imprintText{
	margin-top:20px;
	margin-left: 15px;
	font-size:14px;
	line-height: 20px;
}


/* ************************************** */
/* GENERAL CONTENT STYLES                 */
/* ************************************** */
.standardPageContent{
	margin-left: 20px;
}


/* ************************************** */
/* LINKS                                  */
/* ************************************** */
a.standardTextLink{
	color:#000000;
	text-decoration:underline;
}

a.standardTextLink:link {
	color:#000000;
	text-decoration:underline;
}

a.standardTextLink:visited {
	color:#000000;
	text-decoration:underline;
}

a.standardTextLink:active {
	color:#000000;
	text-decoration:underline;
}

a.standardTextLink:hover {
	color:#cc0000;
	text-decoration:underline;
}

/* ******** */

a.shopTextLink{
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}

a.shopTextLink:link {
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}

a.shopTextLink:visited {
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}

a.shopTextLink:active {
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}

a.shopTextLink:hover {
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}
