/* ********** ALLGEMEINE MESSE STYLES IMPORTIEREN ********** */

.bgcolor1        { background-color: #0171BD; }     /* Teaser 1 */
.bgcolor2        { background-color: #438BBB; }     /* Teaser 2 */
.bgcolor3        { background-color: #6C90A8; }     /* Teaser 3 */

.bgcolor4        { background-color: #C6D3DC; }     /* Werbung, Specials, Funktionen */
.xbgcolor5        { background-color: #d3d6dc; }     /* Seitenüberschrift, Kooperation */
.bgcolor6        { background-color: #F7F8FA; }     /* Right Column */

.bgcolor7        { background-color: #FFFFFF; }     /* Reiter normal */
.bgcolor8        { background-color: #B9C1CE; }     /* Katalogreiter normal */
.bgcolor9        { background-color: #C1DBEC; }     /* Reiter selektiert */
.bgcolor10       { background-color: #9BBDD6; }     /* dünklere Navizeilen */
.bgcolor11       { background-color: #0171BD; }     /* Farbe von Fromularbuttons, meist Teaser 1 Farbe */

.color11         { color:#FF9933; }                 /* LinkFarbe in Teasern */

/* ********** GLOBALE EINSTELLUNGEN ********** */

body, td, input, textarea, select, button {  /* Zentrale Schrifteinstellung */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

body {              /* body ist weis und hat keine Ränder */
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background: #ffffff;
}

h1,h2,h3,h4,h5 {    /* Überschriften haben Standardmässig keine spezielle optische Auszeichnung */
    font-weight:normal;
    font-size: 1em;
    margin: 0px;
}

.spacer {
    visibility:hidden;
}

/* Breiteneinstellung der Layout Tabellen über CSS, damit für den Print andere Breiten gewählt werden können */
.width_full         { width:900px; }
.width_left         { width:365px; }
.width_left_        { width:364px; }
.width_right        { width:535px; }
.width_content      { width:715px; }
.width_function     { width:185px; }
.width_function_    { width:184px; }

	
/* Links */
a:active, a:visited, a:link {
	color: #003366;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

a.arrow {
	color: #003366;
	text-decoration: none;
	background-image: url(../images/link_more.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 8px;
}

a.arrow:hover {text-decoration: underline;}

/* ********** TOP ********** */

.topbar td {
	background-color: #808080;
	color: #cccccc;
	height: 20px;
	vertical-align: middle;
}

.topbar a:link, .topbar a:active, .topbar a:visited {
	color: #ffffff;
}

.topbar .message {
	color: #ffffff;
	font-weight: bold;
    font-size:11px;
}

/* ********** HEADER ********** */

.headerbar .headmenu {
	background-color: #C6D3DC;
    padding-bottom:7px;
    padding-left:3px;
}
.headerbar a:active, .headerbar a:visited, .headerbar a:link {
	color: #2B4371;
	font-weight: bold;
    font-size:11px;
	text-decoration: none;
    margin-left:7px;
    margin-right:7px;
}
.headerbar a.selected {
    text-decoration: none;
	color: #6675AF;
}
.headerbar a:hover, .headerbar a.selected:hover {
    text-decoration: underline;
}

/* ********** MENU ********** */

.teaserblock {
	border-top: 1px solid #ffffff;
	height: 78px;
}

.menublock {
	height: 156px;
}

.reiter a {
	font-size: 11px;
	font-weight: bold;
	display: block;
    margin-bottom:2px;
}
.reitersmall a {
	font-size: 11px;
	font-weight: bold;
	display: block;
    margin-bottom:2px;
}

.xmenublock {
	height: 133px;
}

.xmenutitle {
	border-top: 1px solid #ffffff;
    height: 23px;
    vertical-align:bottom;
    padding-left:10px
}
.xmenutitle h2 {
    font-size:14px;
	font-weight: bold;
}



.searchbox .input {
    border:none;
	padding: 2px;
	background: #ffffff;
	width: 210px;
	height: 20px;
	font-size: 12px;
	color: #666666;
}
.searchbox .send {
    margin-bottom:3px
}

/* ********** EMOTION ********** */

#kiosk {
    position:relative;
    top:0px;
    left:0px;
    width:535px;
    height:233px;
    overflow:hidden;
}
#kiosk #board {
    position:absolute;
    left:0px;
    width:10000px;
    z-index:1;
    visibility:hidden;
}
#kiosk #prev, #kiosk #next {
    filter:Alpha(opacity=60);
    opacity:0.6;
    position:absolute;
    left:0px;
    top:0px;
    z-index:2;
}
#kiosk #next {
    position:relative;
    float:right;
}
#kiosk .rollingteaser {
    position:relative;
    width:535px;
    height:233px;
    float:left;
}

/* ********** BREADCRUMB ********** */

.breadcrumb {
    height:32px;
    border-bottom:2px solid white;
}
.breadcrumb td {
    color: #7F7F7F;
}
.breadcrumb td div {
    background-color:#EDEDED;
    line-height:30px;
}
.breadcrumb td.col1 div {
    padding-left:10px;
    margin-right:1px;
}

/* ********** BOTTOM ********** */

.bottombar  {
	color: #ffffff;
	height: 26px;
	vertical-align: middle;
    background-color: #808080;
    padding-left:10px;
    padding-right:10px;
}

.bottombar a:link, .bottombar a:active, .bottombar a:visited {
	color: #ffffff;
}

.bottomimprint {
	background-color: #0171BD;
    border-top:1px solid #67AAD7;
}

.bottomimprint td {
	font-size: 10px;
    line-height:12px;
    padding-right: 15px;
    padding-left:10px;
	vertical-align: top;
}
.bottomimprint td, .bottomimprint td a {
    color:#A2D0E7;
}

/* ********** DATUM UND COUNTER ********** */

.teaser_big {
	font-size: 14px;
	color: #003366;
	}
.teaser_big .big {
	font-size: 20px;
	font-weight: bold;
	}


/* ********** TEASER ********** */

.teaser {
    width: 350px;
}
.teaser td {
	font-size: 10px;	
	padding-right: 6px;	
	color:#FFFFFF;
}
.teaser td a, .teaser td a:active, .teaser td a:visited, .teaser td a:link {
	color:#FFFFFF;
}
.teaser td a h1 {
	font-size: 14px;	
	font-weight: bold;
}

/* ********** FUNCTION ********** */	

.function td.header {
	padding-left:10px;
    background-color: #C6D3DC;
	height: 30px;
    vertical-align:middle;
}
.function td.header h4 {
    font-weight:bold;
}
.function td.block {
    padding:10 0 30 10px;
}

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

.content td {
	padding: 10px;
}

.left0 td {
	padding-left: 0px;
}

.ticket td{
    padding-right: 30px;
    padding-left: 30px;
}

.contentnoright td {
	padding-right: 0px;
}

.nopadding td {
	padding: 0px;
}

.content td.header {
	height: 30px;
    padding-top:0px;
    padding-bottom:0px;
    vertical-align:middle;
}
.content h1 {
	font-weight: bold;
    font-size: 14px;
    margin:2 0 8 0px;
}
.content h2 {
	font-weight: bold;
    font-size: 13px;
    margin:2 0 8 0px;
	background-image: url(../images/h2line.gif);
	
}
.content h2 div{
    display:inline;
    padding-right:4px;
    background:white;
}
.content h3 {
	font-weight: bold;
}
.content h4 {
	font-weight: bold;
}

.blackborder {
    border:1px solid black;
}

table.lined {
	padding: 0px;
}

table.lined td {
	border-top: 1px solid #cccccc;
	padding: 4px;
}

table.linedbottom td {
	border-bottom: 1px solid #cccccc;
	padding: 4px;
}
table.lined td.header {
	padding: 4px;
}

hr {
    width:70%;
    height:1px;
    border:none;
    border-top:1px solid #cccccc;
}

.smallteaser td {
    padding:0 10 13 0px;
}
.smallteaser a {
    display:block;
    position:relative;
    border:1px solid white;
}
.smallteaser a:active, .smallteaser a:visited, .smallteaser a:link {
	color: #000000;
}
.smallteaser a img {
	position:absolute;
	border:0px;
	margin-top:3px;
	left: 271px;
	top: -65px;
	height: 72px;
}
.smallteaser a div {
    position:relative;
    margin-left:82px;
}


/* ********** FORMULAR ********** */	

.formular td {
    vertical-align:top;     
    padding: 0px 0px 3px 5px;
}
.formular td.head {
    vertical-align:top;     
    padding: 3px 4px 3px 0px;
    border-bottom:8px solid white;
}
.formular td.foot {
    padding: 6px 8px 3px 5px;
}
.formular td.description {
    text-align:right;
    vertical-align:top;     
    padding: 4px 8px 3px 0px;
}
.formular .step1 {
    background:#808080;
    width:8px;
    margin-right:3px;
}
.formular .step2 {
    background:silver;
    width:8px;
    margin-right:3px;
}

.formular td td{
    vertical-align:top;     
    padding: 0px;
    padding-bottom: 0px;
}

.content input, textarea, select, button {  
	color: #000000;
}


.content h1.big {
    font-size:14px;
    padding-bottom:5px;
}

.ticket td.hr {
    padding: 0px 25px 0px 25px;
}

.ticket td.hr div {
    border-top:1px solid #cccccc;
}

.ticket div.hr {
    padding:10 0 0 0px;
    margin:10 0 0 0px;
    border-top:1px solid #cccccc;
}
.ticket .hr hr {
    display:none;
}

.ticket .list td {
	padding: 0px;
}

.ticket .list a.name, .ticket .list a.name:hover {
    color:#333333;
  	font-weight: bold;
    text-decoration:none;
}
.ticket .list div {
    overflow:hidden;
}

.ticket .kasten {
    border:1px solid #5E5E5E;
    background-color:#F1F1F1;
}

.ticket .kasten td.col1 {
    padding:10 0 10 10px;
}
.ticket .kasten td.col2 {
    padding:20 0 20 10px;
}
.ticket .kasten td.col3 {
    padding:20 20 20 15px;
}

.ticket .formular td.description {
    text-align:left;
}

.ticket .formular td.head {
    padding-left:0px;
}

br.halfheight {
    line-height:6px;
}

.button td, .formular .button td {
    vertical-align:middle;     
	padding: 0px;
}

.button input, .button button{
    border:0px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    height:23px;
    line-height:23px;
    margin:0px;
    padding:0px;
    cursor:hand;
	white-space:nowrap;
}

.ticket form{
    margin:0px;
}

.ticket .error{
    color:red;
}

.tooltip {
	font-size:11px;
	line-height:12px;
	text-align:left;
	position:absolute;
	display:block;
    visibility:hidden;
	background-color:#FFFFE1;
	border:1px solid black;
	padding:5px;
	white-space:nowrap;
	z-index:1;
    top:0px;
    left:0px;
}
/*XXXXXXXXXXXXXXXXXXXXXXXX*/

.kalender {
    border-collapse:collapse;
}
.kalender tr.row1 {
    background-color:#EFF6FA;
}
.kalender td {
    border:1px solid #BABABA;
    padding:2 5 2 5px;
    font-size:11px;
}
.kalender td.first {
    border-left:none
}
.kalender td.last {
    border-right:none
}


.shop {
    border-collapse:collapse;
}
.shop tr.row1 {
    background-color:#EFF6FA;
}
.shop td {
    border-left:1px solid #BABABA;
    padding:8px;
    font-size:11px;
}
.shop td.first {
    border-left:none
}
.shop td.last {
}

.gallery td {
    padding:0px;
}
.gallery .image {
    width:530px;
    height:390px;
    text-align:center;
    background-color:#C6D3DC;
}
.gallery .image img {
    border:0px;
}
.gallery .thumbs {
    padding-left:20px;
}
.gallery .thumb {
    border: 3px solid #C6D3DC;
    margin-bottom:8px;
}
.klapp .auf {
	display:none;
	padding-top:10px;
}
.klapp.open .auf {
	display:block;
}

.content .morfair .leftblock .klapp h4 {
	background-repeat:no-repeat;
	height:26px;
	line-height:26px;
	position:relative;
	margin:0 -10px 0px -3px;
	padding:24px 0 0 65px;
	font-weight:normal; !important
}
.morfair {
	padding-top:8px;
	padding-bottom:8px;
	padding-right:80px;
	padding-left:10px;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/link_more.gif);
	background-repeat: no-repeat;
	background-position: 0 11px;
}