/* CSS Document */
HTML {
	height:100%;
	overflow:auto;
}
BODY {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:75%;
	height:100%;
	background-color:#000;
	background-image:url(../img/layout/html_bg.gif);
	background-repeat:repeat-x;
	background-position:0 50px;
	text-align:center;
}
* {
	font-size:1em;
	margin:0;
	padding:0;
}
A {
	color:#7F0000;
	outline:0;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}
IMG {
	border:0;
}
.clr {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.pictureLeft {
	float:left;
	margin:4px 1.5em 1.3em 0;
}
.paddTop {
	padding-top:1em;
}
.spacer {
	height:8em;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.upperCaseDeco {
	text-transform:uppercase;
	font-size:0.8em;
	letter-spacing:0.1em;
	padding:0 1em 0 0;
	color:#7F0000;
}
.lineBottom {
	border-bottom:1px solid #e9e5d8;
	margin-bottom:0.5em;
}
.greater {
	font-size:1em;
	font-weight:bold;
	line-height:1.4em;
}
.noWrap {
	white-space:nowrap;
}
/***********************************
 * JAVASCRIPT MARKERS
 ***********************************/
.blank {
	/* opens href in new Window */
}
 
/***********************************
 * CONTAINERS
 ***********************************/
DIV#container {
	position:relative;
	top:50px;
	width:100%;
	min-width:1000px;
	height:680px;
	background:#c70000 url(../img/layout/container_bg.jpg) no-repeat top center;
	margin:0 0 0 0;
}
DIV#container.intro {
	background-image:url(../img/layout/intro_bg.jpg);
}
DIV#innerContainer {
	position:relative;
	width:996px;
	height:535px;
	overflow:visible;
	margin:0 auto;
	text-align:left;
}
DIV#contentContainer {
	position:absolute;
	left:0;
	top:0;
	width:640px;
	height:535px;
	overflow:auto;
	z-index:10;
	background:#fff;
}
DIV#logobar {
	height:145px;
	width:100%;
	background:#000;
	overflow:hidden;
}
DIV#logobar IMG {
	display:block;
	margin:0 auto;
	height:145px;
	width:996px;
}
/***********************************
 * NAVIGATION
 ***********************************/
UL#navigation {
	position:absolute;
	top:30px;
	left:665px;
	width:150px;
	list-style:none;
	color:#fff;
	text-transform:uppercase;
	z-index:10;
}
UL#navigation LI {
	font-size:1em;
	line-height:1em;
	padding:0 0 0.5em 0;
	letter-spacing:0.1em;
}
UL#navigation UL {
	font-size:0.9em;
	text-transform:none;
	list-style:none;
	border-left:2px solid #833838;
	line-height:1em;
	padding:0 0 0 0;
	margin:0.5em 0 0.5em 0;
	display:none;
}
UL#navigation LI.selected UL {
	display:block;
}
UL#navigation UL LI {
	line-height:1.1em;
	letter-spacing:0em;
	padding:0.3em 0 0 0.5em;
}
UL#navigation A {
	text-decoration:none;
	color:#fff;
}
UL#navigation A:hover,
UL#navigation LI.selected A,
UL#navigation LI.selected LI.selected A {
	text-decoration:none;
	color:#f4d236;
}
UL#navigation LI.selected LI A {
	color:#fff;
}
UL#navigation LI.selected LI A:hover {
	color:#f4d236;
}
UL#navigation UL A.selected {
	font-weight:bold;
}
/***********************************
 * FIGURINE, LOGO, DECO
 ***********************************/
IMG#corineLogo {
	position:absolute;
	top:390px;
	left:665px;
	width:143px;
	height:109px;
}
IMG#decoElement1,
IMG#decoElement2,
IMG#decoElement3,
IMG#corineFigurine {
	position:absolute;
	z-index:0;
}
IMG#decoElement1 {
	top:0;
	left:620px;
	width:165px;
	height:164px;
}
IMG#decoElement2 {
	top:333px;
	left:778px;
	width:110px;
	height:82px;
}
IMG#decoElement3 {
	bottom:0;
	left:-38px;
	width:129px;
	height:81px;
}
IMG#corineFigurine {
	bottom:0;
	/*left:814px;*/
	/*right:-44px;*/
	/*width:230px;*/
	right:0;
	width:186px;
	height:494px;
}
/***********************************
 * SCROLLBAR (ONLY VISIBLE WITH JS.CSS)
 ***********************************/
DIV#contentScrollbar {
	display:none;
}
DIV#scrollbarHandle {
	display:none;
}
/***********************************
 * CONTENTSTYLES
 ***********************************/
H1 {
	position:absolute;
	font-size:1.4em;
	line-height:1em;
	color:#7F0000;
	font-weight:normal;
	background:#f5f2ea url(../img/layout/h1_bg.gif) no-repeat 0 0;
	text-transform:uppercase;
	padding:1.5em 2em 1.3em 2em;
	margin:0 0 0 0;
	letter-spacing:0.05em;
	text-align:center;
	width:552px;
	z-index:10;
}
H2 {
	font-size:0.8em;
	line-height:1.2em;
	color:#CF8800;
	text-transform:uppercase;
	padding:1em 0 0 0;
}
H3 {
	font-size:0.8em;
	line-height:1.2em;
	color:#000;
	text-transform:uppercase;
	padding:0 0 0.2em 0;
	letter-spacing:0.1em;
}
H4 {
	font-size:0.9em;
	font-style:italic;
	line-height:1.2em;
	color:#962509;
	padding:0 0 0.2em 0;
}
P {
	font-size:0.95em;
	line-height:1.3em;
}
ADRESS {
	font-size:0.9em;
	line-height:1.3em;
}
/***********************************
 * CONTENTSTYLES -> PREISTRAEGER
 ***********************************/
DIV.preisTraegerItems {
	background:url(../img/layout/preistraeger_item_bg.gif) repeat-x 0 0;
	margin-bottom:1em;
}
DIV.preisTraegerItems DIV.item {
	position:relative;
	width:300px;
	float:left;
}
DIV.preisTraegerItems DIV.item IMG {
	position:absolute;
	top:-10px;
	left:0;
}
DIV.preisTraegerItems DIV.itemBottomEdge {
	width:600px;
	height:7px;
	margin-bottom:25px;
	clear:both;
	background:#fff url(../img/layout/preistraeger_item_bottom.gif) repeat-x 0 0;
}
DIV.preisTraegerItems H2,
DIV.preisTraegerItems H3,
DIV.preisTraegerItems H4,
DIV.preisTraegerItems P {
	padding-left:92px;
	padding-right:1em;
}
DIV.preisTraegerItems H2 A {
	color:#CF8800;
}
DIV.preisTraegerItems H3 A {
	color:#000;
}
DIV.preisTraegerItems H4 A {
	color:#962509;
}
DIV.preisTraegerItems H2 A:hover,
DIV.preisTraegerItems H3 A:hover,
DIV.preisTraegerItems H4 A:hover {
	text-decoration:none;
}
DIV.preisTraegerItems P SPAN.copyright {
	font-size:0.8em;
	color:#8d8161;
}

/**************************************
 * CONTENTSTYLES -> PREISTRAEGER DETAIL
 **************************************/
/* BOOK */
DIV.bookItem {
	float:left;
	width:290px;
	background:#fff url(../img/layout/detail_book_bg.gif) repeat-y 0 0;
}
DIV.bookItem P {
	font-size:0.8em;
	line-height:1.2em;
	padding-right:2em;
}
DIV.bookItem H4 {
	padding-top:0.2em;
	padding-right:2em;
}
DIV.bookItem H2,
DIV.bookItem H3,
DIV.bookItem H4,
DIV.bookItem P {
	padding-left:66px;
	padding-right:2em;
}
/* BODYTEXT */
DIV.detailItem {
	width:280px;
	float:left;
}
DIV.detailItem H3 {
	clear:both;
}
DIV.detailItem H4 {
	font-size:1.3em;
	padding-top:0.2em;
	padding-bottom:1em;
}
DIV.detailItem P {
	padding-bottom:0.5em;
}
DIV.detailPicture {
	width:90px;
	float:left;
	padding:4px 15px 1em 0;
	font-size:0.8em;
}
DIV.detailItem DIV.detailPicture P {
	padding-bottom:0;
	line-height:1.1em;
}
DIV.detailPicture P.copyright {
	color:#8d8161;
}
DIV.detailItem UL {
	list-style:none;
}
DIV.detailItem UL LI {
	font-size:0.9em;
	background:url(../img/layout/ul_bullet.gif) no-repeat 0px 1px;
	padding:0 0 0 0.8em;
}


/**************************************
 * CONTENTSTYLES -> VERANSTALTER DETAIL
 **************************************/
DIV.logoItem,
DIV.figurineThumbs {
	width:490px;
	text-align:center;
	margin:0 0 2em 65px;
	border-top:1px solid #e9e5d8;
	border-bottom:1px solid #e9e5d8;
}
DIV.logoItem IMG {
	display:block;
	margin:0 auto;
}
DIV.logoItem H3 {
	margin:2em 0 2em 0;
}
DIV.figurineThumbs {
	width:480px;
	padding:10px 0 10px 20px;
}
DIV.figurineThumbs IMG {
	display:block;
	float:left;
	margin:5px;
}
DIV.figurineThumbs A.item {
	display:block;
	width:102px;
	padding:0;
	float:left;
	margin:0 10px 10px 0;
	background:#5f0000;
}
DIV.figurineThumbs A.item SPAN {
	display:block;
	width:102px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:0.8em;
	padding:2px 0;
}
DIV.figurineThumbs A.item IMG {
	margin:0;
}
DIV.figurineThumbs A.item:hover {
	background:#000;
	text-decoration:none;
}
DIV.textItem {
	width:490px;
	padding:0 0 0 65px;
}
DIV.textItem P {
	padding-bottom:0.5em;
}
DIV.textItem DIV.detailPicture P {
	padding-bottom:0;
	line-height:1.1em;
}
DIV.textItem P.textFooter {
	border-top:1px solid #e9e5d8;
	margin:1.5em 0 0 0;
	padding:0.2em 0 5em 0;
	text-transform:uppercase;
	font-size:0.8em;
	letter-spacing:0.1em
}
TABLE.textItem {
	border:0;
	width:100%;
	height:400px;
}
TABLE.textItem TD.sponsorList {
	text-align:center;
}
TABLE.textItem TD.sponsorList H3 {
	line-height:3em;
}
DIV.textItem UL {
	font-size:0.9em;
	list-style:none;
	padding:0 0 0 0;
}
DIV.textItem UL.withLines {
	border-top:1px solid #e9e5d8;
	margin:0.5em 0 0.5em 0;
}
DIV.textItem UL.withLines LI {
	padding:0.3em 0 0.3em 0;
	border-bottom:1px solid #e9e5d8;
}
/**************************************
 * CONTENTSTYLES -> IMAGE ZOOM
 **************************************/
DIV#zoomDropZone {
 	position:absolute;
	top:0;
	left:0;
	width:620px;
	height:535px;
	z-index:20;
	background:#fbc121;
	display:none;
}
DIV#zoomDropZone IMG {
	display:block;
	margin:30px auto 0 auto;
	cursor:pointer;
}
/**************************************
 * CONTENTSTYLES -> SLIDE SHOW
 **************************************/
DIV.slideShow {
	width:520px;
	padding:0 0 0 45px;
}
DIV.slideShow UL.slides LI {
	list-style:none;
	float:left;
}
DIV.slideShow UL.slides LI IMG {
	display:block;
}
DIV.slideShow UL.slides LI {
	padding:5px;
}
DIV#slideShowZone {
	position:absolute;
	top:0;
	left:0;
	width:620px;
	height:535px;
	z-index:5;
	background:#f5f2ea;
	display:none;
	text-align:center;
}
DIV#slideShowZone IMG {
	display:block;
	margin:7em auto 0 auto;
	border:3px solid #400000;
	cursor:pointer;
}
P#slideShowText {
	position:absolute;
	bottom:5em;
	width:620px;
	z-index:5;
	text-align:center;
} 
A#slideShowCloseBtn {
	position:absolute;
	width:620px;
	text-align:center;
	font-size:0.8em;
	letter-spacing:0.1em;
	z-index:5;
	bottom:2em;
	text-transform:uppercase;
	display:none;
}
/**************************************
 * CONTENTSTYLES -> VIDEO PLAYER
 **************************************/
DIV.videoItems {
	width:590px;
	padding:0 0 0 20px;
}
DIV.videoItems DIV.item {
	float:left;
	width:134px;
	margin:0 0.5em 0 0.5em;
}
DIV.videoItems DIV.item H3 {
	background:#7F0000;
	color:#fff;
	padding:0.4em 0.4em 0.3em 0.4em;
	min-height:8.5em;
}
DIV.videoItems DIV.item P {
	background:#f5f2ea;
	padding:0.3em 0.4em;
}
DIV.videoItems DIV.item P SMALL {
	font-size:0.8em;
}
DIV.videoItems DIV.item IMG.thumb {
	display:block;
	width:134px;
	height:100px;
}
DIV.videoItems IMG.btnPlay {
	margin-bottom:1em;
}
DIV.videoItems P.spacer {
	clear:both;
	height:2em;
}
DIV#videoDropzone.format16-9 {
	position:absolute;
	left:30px;
}
/**************************************
 * CONTENTSTYLES -> FORMULAR
 **************************************/
FIELDSET { 
	border:0;
	margin:2em 0 1em 0;
	padding:0 0 1em 0;
	background:#f5f2ea;
}
FIELDSET BR {
	clear:both;
}
LEGEND { 
	font-size:0.8em;
	letter-spacing:0.1em;
	color:#9a9483;
	text-transform:uppercase;
	font-weight: bold; 
	padding:0 1em 1.5em 0;
	margin:0em 0 0 -2px;
}
FIELDSET.floatLabel LABEL {
	font-size:0.8em;
	letter-spacing:0.1em;
	text-transform:uppercase;
	display:block;
	width:190px;
	float:left;
	padding:0 1em 0 1em;
}
FIELDSET.floatLabel LABEL.radioLabel {
	width:auto;
}
LABEL.check { 
	display:inline;
	float:left;
}
INPUT, SELECT, TEXTAREA { 
	border:1px solid #fff;
}
INPUT { 
	width:260px; 
	padding:0.1em 0.2em;
	margin-bottom:2px;
}
INPUT:focus {
	border:1px solid #7c0000;
}
INPUT.i_plz { 
	width:50px; 
	margin-right:5px; 
}
INPUT.i_ort { 
	width:198px; 
}
INPUT.checkbox { 
	border:0;
	width:15px; 
	margin-right:10px; 
}
INPUT.i_wunsch {
	width:210px;
	margin-left:5px;
}
FIELDSET P {
	padding:0 1em 0.5em 1em;
}
FIELDSET TABLE {
	margin:1em 0 0 1em;
	border:0;
}
FIELDSET TABLE TD,
FIELDSET TABLE TH {
	font-size:0.9em;
	padding:0.2em 0 0.2em 0;
	vertical-align: top;
}
BUTTON {
	float:right;
	border:1px solid #7b0000;
	background:#fff;
	color:#000;
	margin: 10px 0;
	padding:0 2em 0.1em 2em;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:8px;
	font-weight:normal;
}
BUTTON:hover {
	background:#7b0000;
	color:#fff;
}
/**************************************
 * CONTENTSTYLES -> FORMULAR ERROR
 **************************************/
P.errormsg { 
	margin: 1em 0 0 0; 
	color:#fff;
	font-weight:bold;
	background:#7b0000;
	text-align:center;
	padding:0.5em;
}
LABEL.error { 
	color: #7b0000;
	font-weight:bold;
}
/**************************************
 * CONTENTSTYLES -> STARTSEITE
 **************************************/
DIV.introItem {
	width:490px;
	padding:0 0 0 65px;
	text-align:center;
}
DIV.introItem H3 {
	font-size:0.9em;
	font-weight:normal;
}
DIV.introItem H2 {
	font-size:1.8em;
	font-weight:normal;
	padding:0.3em 0 0.4em 0;
	color:#f99d1c;
	letter-spacing:0.05em;
}
P.introAuthors {
	font-size:1.3em;
	padding:1.2em 0;
	font-weight:normal;
	line-height:1.5em;
}
P.introAuthors A {
	color:#000;
}
DIV#introDropzone {
	position:absolute;
	top:30px;
	left:180px;
	background:url(../img/layout/loading.gif) no-repeat center center;
}
DIV#spotDropzone {
	position:relative;
	color:#fff;
	font-size:1em;
	font-weight:bold;
	width:100%;
	height:535px;
	margin:0;
	background:#000;
	overflow:hidden;
	z-index:1000;
}
DIV#spotDropzone A {
	color:#fff;
	text-decoration:underline;
}
/* Zum einfaden auf der Startseite ?from=spot */
DIV#fadeElement {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background:#000;
}
/**************************************
 * CONTENTSTYLES -> DECOSET
 **************************************/
DIV.decoItems {
	width:590px;
	padding:20px 0 0 60px;
	text-align:center;
}
DIV.decoItems DIV.item {
	position:relative;
	display:block;
	width:70px;
	float:left;
	margin:0 15px 0 0;
}

/**************************************
 * CONTENTSTYLES -> CHRONIK
 **************************************/
DIV.chronikItem {
	width:620px;
	text-align:center;
	margin:0 0 2em 0px;
	border-top:0;
	border-bottom:1px solid #e9e5d8;
	padding:5.7em 0 0.5em 0;
}
DIV.chronikItem UL.contentNavi {
	list-style:none;
	text-align:center;
}
DIV.chronikItem UL.contentNavi LI {
	font-size:0.8em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	display:inline;
	padding:0 0.5em;
}
