/*



*/

body {
	color: black;
	background-color: white; 
	font: 12px/18px helvetica, arial, sans-serif;
}

table { border: none; margin: 0; padding: 0; border-spacing: 0; border-collapse: collapse; }
th, td { vertical-align: top }


a img { border: none }


/* Angebotstabellen */


/* unimp: Links in schwarz*/

.unimp a:link, .unimp a:visited, a:link .unimp, a:visited .unimp	{ color: black; background-color: inherit }
.unimp a:hover, .unimp a:focus, a:hover .unimp, a:focus .unimp { color: white; background-color: rgb(255,165,0) }
.unimp a:active, a:active .unimp { color: gray; background-color: rgb(249,210,128) }


/* Links generell */
a:link, a:visited, .preis a:link, .preis a:visited	{ color: rgb(255,165,0); background-color: inherit }
a:hover, a:focus, .preis a:hover, .preis a:focus { color: black; background-color: rgb(255,165,0) }
a:active, .preis a:active { color: gray; background-color: rgb(249,210,128) }






/**/

#content {
	width: 600px;
}

#content a { text-decoration: none }



/* Angebotslisten  */

ul.angebote {
	list-style-type: none;
	padding: 0;
	margin: 0; /* IE 6 & 7 */
}

ul.angebote li {
	margin: 0;
}

ul.angebote li a {
	display: block;
	width: 124px;
	padding: 0 10px;
}


/* Tab-Menu */

div.menu { background-color: rgb(255,165,0); height: 34px }

ul.menu {	list-style-type: none;	padding: 0;	margin: 0 }		/* IE 6 & 7 */
ul.menu li {
	display: block; float: left;
	margin: 0;
	color: white;
	background: rgb(255,165,0) url(/page/veranstalter/corner-left.gif) left bottom no-repeat;
}
ul.menu li a {
	display: block;
	margin: 0;
	padding: 8px 1em;
	background: transparent url(/page/veranstalter/corner-right.gif) right bottom no-repeat;
}




/* Tab Menü */

ul.menu a:link, ul.menu a:visited	{ color: white; background-color: transparent }
ul.menu a:hover, ul.menu a:focus	{ color: black; background-color: white }
ul.menu a:active					{ color: rgb(255,165,0); background-color: white }





/* Kopf */

div.kopf {
	height: 140px;
	background: url(/page/veranstalter/keyvisual.jpg) top left no-repeat;
}

table.vas { margin-left: 380px; width: 220px; height: 140px }
table.vas td { vertical-align: middle; text-align: center }
table.vas img { border: 1px solid white }



/* Angebotstabellen */

td.ricol { padding-left: 8px!important }

td.region, td.preis { padding: 0 }

td.region a {
	display: block;
	width: 90px;
	padding-left: 10px
}

td.preis a {
	text-align: right;
	display: block;
	width: 39px;
	padding-right: 5px;
	font-weight: bold
}


/* Fotoangebote */

table.fotoangebote td { padding-bottom: 1em }
table.fotoangebote tr.row1 td { padding-top: .5em }


div.fotoangebote {
	width: 605px;
	padding: 0; margin: 0;
}
div.fotoangebote div {
	float: left;
	width: 300px;
	padding-top: .5em;
}

/* */

.schmal { width: 144px }

.mittel { width: 296px; }
a.mittel img { float: left; margin-right: 5px }


a.angebot { display: block; }
a.angebot h2 { display: inline; font-size: 1em; font-weight: bold }
a.angebot span.preis { font-weight: bold }

img.angebot { width: 140px; height: 93px; border: none; margin: 0 2px }

a:hover img.angebot { opacity: 0.5 }
a:hover img.angebot { filter:alpha(opacity=50) }	/* IE 6, 7, 8? */


/* Überschriften mit Balken */

h2.head {
	color: white;
	background: rgb(255,165,0) url(/page/veranstalter/title-back-wide.gif) left top no-repeat;
	font-size: 1em;
	margin: 1em 0 0 0;
	padding: 2px 10px;
}

.schmal h2.head { background-image: url(/page/veranstalter/title-back-small-glanz.png); width: 124px; }
.mittel h2.head { background-image: url(/page/veranstalter/title-back-mid-glanz.png); width: 276px; }
.breit h2.head { background-image: url(/page/veranstalter/title-back-wide-glanz.png); width: 428px; }
.voll h2.head { background-image: url(/page/veranstalter/title-back-full-glanz.png); width: 580px; }



* html .schmal h2.head { background-image: url(/page/veranstalter/title-back-small.gif); width: 124px; }
* html .mittel h2.head { background-image: url(/page/veranstalter/title-back-mid.gif); width: 276px; }
* html .breit h2.head { background-image: url(/page/veranstalter/title-back-wide.gif); width: 428px; }
* html .voll h2.head { background-image: url(/page/veranstalter/title-back-full.gif); width: 580px; }



/* Veranstalter Logos */

.vas { text-align: center }
.vas a img { margin: 2px 5px }


/* footer */

.foot { color: gray; text-align: center }
.foot a { text-decoration: underline!important }
.foot a:link, .foot a:visited	{ color: gray; background-color: transparent }
.foot a:hover, .foot a:focus	{ color: black; background-color: transparent }
.foot a:active			{ color: white; background-color: black }


