/*  
Version: 0.1
Author: Ricardo Langner
Author URI: http://www.der-ric.de/

*/


/** ************ STANDARD TAGs, IDs UND KLASSEN ************ **/
@import url(standards.css);


/** ************ MENUE ************************************* **/
@import url(menue_alternate.css);

@import url(layouts.css);

@import url(hoteloffers.css);

/** ************ BANNER ************************************ **/
div#banner {
  width: 780px;
  padding: 0 0 30px 0;
}


/** ************ UMRANDUNG ********************************* **/
div#widthHolder {
    width: 980px;
    display: block;
    margin: 0 auto;
    text-align: left;
}

/** ************ UMRANDUNG TEXT-INHALTE ******************** **/
div#wrapper {
  margin: 0;
  padding: 0;
  width: 780px;
  float: left;
  /*background: #666;*/
  /*overflow: auto;*/
}

/*div#wrapper div { margin: 0; padding: 0; }*/

div#wrapper div.clear {
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  /*background: #CCC;*/
}

div.leftcol {
  width: 350px;
  /*background: #666;*/
  float: left;
}

div.rightcol {
  width: 410px;
  /*background: #999;*/
  float: left;
  padding-left: 20px;
}

div.leftcolsame {
  width: 370px;
  /*background: #666;*/
  clear: left;
  float: left;
}

div.rightcolsame {
  width: 370px;
  /*background: #999;*/
  float: left;
  clear: right;
  padding-left: 20px;
}

div.singlecol { width: 780px; clear: both; float: none; }

div.regForm{ background: #FFF url(../images/design/bg_registration-form.gif) repeat-y 0 0; }

div.regForm div#formHeader, div.regForm div#formTail {
    width: 780px;
    height: 25px;
    line-height: 25px;
}

div.regForm div#formContent {
    margin: 30px 50px;
}

div.regForm div#formHeader { background: #FFF url(../images/design/bg_registration-form-header.gif) no-repeat 0 0; }

div.regForm div#formTail { background: #FFF url(../images/design/bg_registration-form-tail.gif) no-repeat 0 0; }

p span.red { color: #F00; }

div.regForm div.seperator {
    height: 10px;
    line-height: 10px;
    font-size: 1px;
    background: #FFF url(../images/design/bg_regform-seperator.gif) repeat-x 0 0;
}

div.regForm table { width: 100%; margin: 0 0 20px 0; }

div.regForm table p { margin: 0; }

div.regForm table * td { padding: 3px; }

div.singlecol div.hotelcategory {
    border: 1px solid #CCC;
    background-color: #FFCC00;
    padding-right: 300px;
}

div.singlecol div.hotelcategory h2 { margin: 5px 0; }




div.columnContent { margin: 0; }

div.columnContent h3 { margin: 7px 0; }

div.columnContent p { margin: 7px 0; }

div.columnContent p.important { padding-bottom: 20px; color: #F00; }

div.columnContent p.note { padding-bottom: 20px; color: #999; }




div#contactBackground {
	background: #FFF url(../images/design/contact-background.jpg) no-repeat 0 0;
	width: 100%;
}

div#profileBackground {
	background: #FFF url(../images/design/profile-background.jpg) no-repeat 0 0;
	width: 100%;
}
	div#profileBackground div.cLeft div.columnContent { padding-left: 40px; }

div.separator {
	background: transparent url(../images/design/separator.gif) no-repeat 0 50%;
	height: 100px;
}



/* TABELLE: Termine und Fristen */

table.deadlines {
    width: 100%;
    background: transparent url(../images/design/bg_deadlines-table.gif) no-repeat 0 0;
    margin-bottom: 30px;
}

	table.deadlines h3 { margin: 0 10px; color: #FFF; line-height: 30px; }
	
	table.deadlines td { border-bottom: 1px solid #CCC; padding: 3px 0; }
	
		table.deadlines td ul { margin: 3px 10px 3px 20px; }
	
	table.deadlines th { text-align: left; }
	
	table.deadlines td.dates {
		width: 140px;
		color: #999;
		font-weight: normal;
		font-style: normal;
		padding-left: 10px;
	}



/*div.seperator { float: none; clear: both; }*/
/* ****************************************
           SERVICE-TABELLE - Styles
   **************************************** */

table.services { width: 100%; border: 0; text-align: left; margin-bottom: 10px; }

table.services th {
	background-color: #009999;
	font-weight: normal;
	font-style: italic;
	font-size: 90%;
	border-bottom: 1px solid #92BCBC;
	padding: 5px 2px 2px 2px;
	color: #FFF;
}

table.services td {
	border-style: solid;
	border-color: #92BCBC;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 2px;
	color: #004747;
}

table.services tr { background-color: #FFF; }

table.services tr.mark { background-color: #C0E6E7; }

table.services td.radioCol { width: 30px; text-align: center; vertical-align: top; }

table.services td.disc { width: 600px; font-weight: bold; }

table.services td.services { width: 50px; text-align: left; }

table.services th a { color: #FFF; text-decoration: none; border-bottom: 1px dotted #FFF; }

table.services th a:hover { color: #CCC; text-decoration: none; border-bottom: none; }

table.services td.price { width: 50px; text-align: left; border-right-width: 1px; }

table.services span { display: block; font-style: italic; font-weight: normal; }

table.serviceDef { border: 0; text-align: left; margin-bottom: 0px; }

table.serviceDef th {
	background-color: #009999;
	font-weight: normal;
	font-style: italic;
	font-size: 90%;
	border-bottom: 1px solid #92BCBC;
	padding: 5px 2px 2px 2px;
	color: #FFF;
	text-align: center;
}

table.serviceDef td {
	border-style: solid;
	border-color: #92BCBC;
	border-bottom-width: 1px;
	border-right-width: 1px;
	padding: 5px 2px;
	color: #004747;
}

table.serviceDef td.ser { width: 40px; text-align: center; }

table.serviceDef td.desc { width: 300px; text-align: right; border-left-width: 1px; padding-right: 20px; }

table.serviceDef tr { background-color: #FFF; }

table.serviceDef tr.mark { background-color: #C0E6E7; }


div.errorMessage {
    background: #FDFDFD url(../images/design/bg_error.gif) repeat 0 0;
    color: #FFF;
    font-weight: bold;
    border: 1px solid #A84041;
    padding: 20px;
    margin-bottom: 10px;
  }


/* ****************************************
             ACCORDION - Styles
   **************************************** */
ul.FullTextAccordions {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.FullTextAccordions li a.toggler {
	display: block;
	margin: 5px 0 5px 0;
	padding: 0;
	cursor: pointer;
	color: #666;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
	font-size: 1.2em;
}

ul.FullTextAccordions li div.element {
	display: block;
}

ul.FullTextAccordions li div.element p {
	margin: 0;
	padding: 0 0 20px 0;
}

ul.FullTextAccordions li div.element h3 {
	margin: 0 0 5px 0;
	padding: 0;
}

ul.FullTextAccordions li div.element ul {
	display: block;
	margin: 0;
	padding: 0;
	
}

ul.FullTextAccordions li div.element ul li {
	margin: -10px 0 10px 50px;
	padding: 0;
}

ul.FullTextAccordions li div.splitted h3 {
	width: 100px;
	float: left;
}

ul.FullTextAccordions li div.splitted p {
	width: 250px;
	float: right;
}

ul.ImageAccordions {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.ImageAccordions a.toggler {
	display: block;
	margin: 1px 0 2px 20px;
	padding: 0;
	cursor: pointer;
	/*background-color: #EDEDED;*/
	font-size: 0.9em;
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}

ul.ImageAccordions div.element {
	display: block;
	margin: 5px 0;
	padding: 0;
}




div.grayInfoBox {
	width: 370px;
	background: transparent url(../images/design/grayInfoBox/background.gif) repeat-y 0 0;
	margin: 10px auto;
}

div.grayInfoBox div.topBorder, div.grayInfoBox div.bottomBorder {
	height: 5px;
	font-size: 1px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;
}

div.grayInfoBox div.infoContent {
	padding: 5px 10px;
	font-size: 0.9em;
}

div.grayInfoBox a {
	cursor: pointer;
}

div.grayInfoBox div.topBorder {
	background-image: url(../images/design/grayInfoBox/topBorder.gif);
}

div.grayInfoBox div.bottomBorder {
	background-image: url(../images/design/grayInfoBox/bottomBorder.gif);
}


/* ****************************************
             PAGELINKS - Styles
   **************************************** */
ul.pagelinks {
  /*background-color: #F4F4F4;
  border: 1px solid #D0D0D0;*/
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
}
ul.pagelinks li {
  display: inline;
}
ul.pagelinks li a {
  margin: 0 5px;
}


div#reg {
  background: #FDFDFD url(../images/design/bg_area.gif) repeat 0 0;
  border: 1px solid #999;
  margin: 0;
  padding: 10px;
}

div#reg ul { margin: 0; padding: 0 0 0 20px; }

div#reg p { margin: 0 0 5px 0; }

div#reg p.highlight { color: #900; }



table.table_profile {
  /*border: 1px solid #000;*/
  width: 100%;
}

table.table_profile td {
  padding: 2px 5px;
}

table.table_profile td.head {
  padding: 2px 5px;
  vertical-align: top;
}

table.table_profile td.block {
  background: #CCC;
}




div#footer {
  clear: both;
  float: none;
  margin: 20px 0 0 0;
  padding: 10px 20px 10px 200px;
  background-color: #333;
  color: #CCC;
  text-align: left;
}

div#footer a {
  color: #CCC;
}

p.urapidHead {
    margin-bottom: 2px;
}

div.normal ul {
    margin-top: 0px;
}

div.normal ul li { margin-bottom: 4px; }

div.startnews {
    margin: 0 0 10px 0;
    padding: 0;
    float: none;
    clear: both;
    /*overflow: none;*/
    height: 150px;
}

div.startnews a {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    border: none;
}

div.startnews a span {
    display: block;
    padding: 60px 10px 30px 15px;
}

div.startnews a#ticketsAvai {
    width: 410px;
    height: 150px;
    color: #FFF;
}

div.startnews a.ticketsAvaiDE { background-image: url(../images/content/home/tickets-avai_DE.gif); }
div.startnews a.ticketsAvaiEN { background-image: url(../images/content/home/tickets-avai_EN.gif); }

div.startnews a#statements {
    width: 350px; /** alter Wert vor BAUSTELLE: 410px **/
    height: 128px; /** alter Wert vor BAUSTELLE: 150px **/
    color: #FFF;
}

div.startnews a.statementsDE { background-image: url(../images/content/home/statements2007_DE.gif); }
div.startnews a.statementsEN { background-image: url(../images/content/home/statements2007_EN.gif); }

div.startnews a#tickets {
    width: 410px;
    height: 150px;
    color: #FFF;
}

div.startnews a#tickets:hover {
    background-position: 0 -150px;
}

div.startnews a.ticketsDE { background-image: url(../images/content/startnews/tickets_DE.gif); }

div.startnews a.ticketsEN { background-image: url(../images/content/startnews/tickets_EN.gif); }

div.startnews a#deadlines {
    width: 200px;
    height: 150px;
    color: #333;
}

div.startnews a#deadlines:hover {
    background-position: 0 -150px;
}

div.startnews a.deadlinesDE { background-image: url(../images/content/startnews/deadlines_DE.gif); }

div.startnews a.deadlinesEN { background-image: url(../images/content/startnews/deadlines_EN.gif); }

div.startnews a#callforpapers {
    width: 200px;
    height: 150px;
    color: #333;
}

div.startnews a#callforpapers:hover {
    background-position: 0 -150px;
}

div.startnews a.callforpapers { background-image: url(../images/content/home/call-for-papers.gif); }

div.startnews a#location {
    width: 200px;
    height: 150px;
    color: #FFF;
}

div.startnews a#location:hover {
    background-position: 0 -150px;
}

div.startnews a.locationDE { background-image: url(../images/content/startnews/location_DE.gif); }

div.startnews a.locationEN { background-image: url(../images/content/startnews/location_EN.gif); }


div.startnews a.smallStartNews { background-position: 0 0; width: 200px; height: 150px; }
div.startnews a.smallStartNews:hover { background-position: 0 -150px; }

div.startnews a.exhibition { color: #CCC; }
div.startnews a.exhibition:hover { color: #CCC; }
div.startnews a.exhibitionDE { background-image: url(../images/content/home/exhibition_DE.gif); }
div.startnews a.exhibitionEN { background-image: url(../images/content/home/exhibition_EN.gif); }

div.startnews a.advertisement { color: #CCC; }
div.startnews a.advertisement:hover { color: #CCC; }
div.startnews a.advertisementDE { background-image: url(../images/content/home/advertisement_DE.gif); }
div.startnews a.advertisementEN { background-image: url(../images/content/home/advertisement_EN.gif); }

div.startnews a.program { color: #CCC; }
div.startnews a.program:hover{ background-position: 0 0; }
div.startnews a.programDE { background-image: url(../images/content/home/program_de.gif); }
div.startnews a.programEN { background-image: url(../images/content/home/program_en.gif); }

div.startnews .baustelle { width:410px; color:#FFF; background:url(../images/content/home/hg-bearbeitung.gif) repeat; margin-bottom:10px; }
div.startnews .baustelle a { color:#fff; text-decoration:underline; }
div.startnews .baustelle  span { display: block; padding:10px 25px 10px 25px; }
div.startnews .baustelle ul { padding:0 25px; }


/*******************/
.strike { text-decoration: line-through; }

