/* CSS Version 1.0 */

/* CSS Reset */
@import "reset.css";

/* Layout */
@import "layout.css";

body {
	background: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
}

h2, .h2 {
	background: #5F6D9D;
	color: #fff;
	padding: 4px 5px;
	font-size: 12px;
	float: left;
}

h3, .h3 {
	color: #2c3248;
	padding: 4px 0;
	margin: 8px 0;
	font-size: 12px;
	display: block;
	border-bottom: 1px dotted #5F6D9D;
}

h4, .h4 {
	color: #5F6D9D;
	padding: 4px 0 8px 0;
	font-size: 12px;
}

p, dl {
    padding: 0 0 8px 0;
}

dt {
    width: 60px;
    float: left;
}

dd {
    margin-left: 60px;
}

input, select, textarea {
    font-size: inherit;
    font-family: inherit;
	border: 1px solid #999;
	margin: 1px 0;
	padding-left: 2px;
}

a {
    color: #830e0e;
    text-decoration: none;
}

a.text {
    padding: 0 0 0 8px;
    background: url("../../images/text_link.gif") no-repeat scroll left center transparent;
}

a:hover,
a:active {
    color: #2c3248;
    text-decoration: underline;
}

*+html input,
*+html select,
*+html textarea {
    margin: 0;
}

* html input,
* html select,
* html textarea {
    margin: 0 0 -1px 0;
    font: 12px Arial, Helvetica, sans-serif;
}

/* Ränder ausschalten für radio, checkbox */
input.radio,
input.checkbox {
	border: none;
	margin: 0 5px 0 0;
}

/* Radion mittig ausrichten */
input.radio {
	/*position: relative;
	top: 0.2em;*/
	vertical-align: middle;
}

input.checkbox {
	position: relative;
	top: 0.2em;
}

/* Überschriften */

div.title {
    background: #fff url(../../images/back.jpg) no-repeat;
    height: 100px;
    width: 394px;
}

div#headlineframe {
    width: 100%;
	/* margin: 0 0 5px 0; */
	background: #5F6D9D;
	float: left;
}

h2.subline {
	margin: 10px 0px 0px 0px;
	background: #dde4fe;
	background: #D1D7EC;
	color: #606a8f;
	font-weight: bold;
	border-bottom: 1px solid #000;
}


/* Navigation */


div#navigation {
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px dotted #000;
}

div#navigation ul,
div#navigation ul ul {
	list-style: none;
}

div#navigation {
	padding-bottom: 10px;
}

div#navigation ul li {
	float: left;
	padding: 5px 11px;
}

div#navigation ul li ul li {
	padding: 2px 10px 0 0 ;
	}

div#navigation ul li h3 {

}

div#navigation ul li#department {
	background: #E3C3C3;
}

div#navigation ul li#user {
	background: #B9C0CC;
}

div#navigation ul li#contact {
	background: #BCD1B7;
}

div#navigation ul li#organizer {
	background: #DEDDA5;
}

div#navigation ul li#location {
	background: #DECFA5;
}


/* Navigationsleiste seitenweise Anzeige */

#navbar {
    float: right;
	padding: 4px 5px;
}

#navbar span.active,
#navbar span.passive,
#navbar span.link {
	padding: 0 2px;
}

#navbar span.active {
	font-weight: bold;
	color: #C0C3CC;
}

#navbar span.link a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#navbar span.link a:hover {
	text-decoration: underline;
}


/* Navigationsleiste für Terminliste */

#datenav, #searchnav {
    float: left;
    margin: 2px 0 20px 0;
    width: 700px;
    padding-bottom: 4px;
    border-bottom: 1px solid #CD4B1D;
}

#datenav #title {
    color: #CD4B1D;
    font-weight: bold;
    display: block;
    float: left;
    padding: 0 20px 0 5px;
}

#datenav ul li {
    float: left;
    padding: 0 10px 0 0;
}

#datenav ul li a {
    color: #000;
    padding-left: 11px;
    background: #fff url(../../images/datenav.gif) no-repeat center left;
    text-decoration: none;
}

#datenav ul li a:hover,
#datenav ul li a:active,
#datenav ul li a#active {
    color: #CD4B1D;
    background: #fff url(../../images/datenav_active.gif) no-repeat center left;
}


/* Navigationsmenü in den Index-Seiten */

ul.menu li a {
    padding: 0 0 0 8px;
    background: url("../../images/text_link.gif") no-repeat scroll left center transparent;
}

ul.menu li.spacer,
p.spacer {
    margin-top: 10px;
}


/* Suche in der Anzeige der Veranstaltungstermine */

#searchkey {
    border: 1px solid #999;
    background: #F0DED6;
    padding: 5px;
    margin-bottom: 20px;
}


/* Content */

div#content {
	clear: left;
}

/* Feedback */
p#feedback {
    border: 2px solid #E84E0A;
    background: #EFD4C8;
    background: #F0DED6;
    padding: 5px;
}

/* Hinweis */
p.note {
    border: 1px solid #E84E0A;
    background: #EFD4C8;
    background: #F0DED6;
    padding: 5px;
}

/* INDEX im Content */

div#index {
    margin-top: 20px;
}

div#index p {
    margin: 5px 0 20px 0;
}

div#index a {
    color: #000;
}

div#about p,
div#about dl {
    margin: 5px 0 10px 0;
}

div#about a {
    color: #000;
    border-bottom: 1px dotted #5F6D9D;
}

div#about a:active,
div#about a:hover {
    color: #830e0e;
    border-bottom: 1px dotted #830e0e;
    text-decoration: none;
}

/* Tabelle im Content */

div#content table {
	width: 700px;
}


/* Tabellenkopf, Spaltenüberschriften */

div#content table thead th {
	padding: 3px 5px;
	border-bottom: 1px solid #000;
	text-align: left;
}

th.name {
    width: 85%;
}

th.action {
    width: 15%;
}

div#content table tbody td {
	padding: 3px 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	vertical-align: middle;
}

div#content table tbody td.top {
    vertical-align: top;
}

/* Zwischenüberschrift Listen */

div#content table tr.subline {
	background: #D1D7EC;
	color: #606a8f;
	font-weight: bold;
}

div#content table tr.subline td {
	border-bottom: 1px solid #000;
}

/* Auswahlliste für Neu anlegen */
div#content ul.createoptions li {
	border-bottom: 1px dotted #999;
	padding: 5px 0px;
	margin: 5px 0px;
}


/* Formular im Content */

div#content form {
	padding: 0;
	margin: 0;
	background: #E4EAFE;
}

div#content form fieldset {
	padding: 0;
	margin: 0;
	border-bottom: 4px solid #fff;
}

div#content form fieldset ul {
	list-style: none;
}

div#content form fieldset ul li {
	clear: left;
	float:left;
	width: 100%;
}

div#content form fieldset h3 {
	background: #d1d7ed;
	color: #606a8f;
	font-weight: bold;
	padding: 5px;
	margin: 0;
	border: none;
	margin: 0;
}

div#content form fieldset h3.empty {
	background: #fff;
	border-top: none;
	height: 5px;
	font-size: 5px;
	padding: 0;
}

div#content form fieldset ul {
	border-top: 1px solid #999;
}

div#content form fieldset ul li.html {
	padding: 0 0 0.2em 0;
}

div#content form fieldset ul li.checkbox {
	padding: 0.2em 0;
}

div#content form fieldset label,
div#content form fieldset ul li.checkbox p.description {
	display: block;
	clear: both;
	float: left;
	width: 180px;
	padding: 3px 10px 0px 0px;
	text-align: right;
}

div#content form.remove fieldset label,
div#content form.remove fieldset ul li.checkbox p.description {
	width: 205px;
}

div#content form fieldset p.multicheckbox {
    float: left;
    padding: 0 0 5px 0;
}

div#content form fieldset label.singlecheckbox {
    float: none;
    display: inline;
}

/* Radio und Checkboxen als mehrzeiliges Element */
div#content form fieldset label.radio,
div#content form fieldset label.checkbox {
	text-align: left;
	border: none;
	width: 490px;
}

div#content form.remove fieldset label.radio,
div#content form.remove fieldset label.checkbox {
	width: 465px;
}

div#content form fieldset label.checkbox input,
div#content form fieldset label.checkbox radio {
    border: none;
}

* html div#content form fieldset label.checkbox {
	margin: -1px 0 -3px 0px;
}

*+html div#content form fieldset label.checkbox {
	margin: -1px 0 -3px -5px;
}

* html div#content form fieldset label.radio,
* html div#content form fieldset label.inline {
	margin: -2px 0 -3px 0px;
}

* html div#content form fieldset #li_booking_shipping_2 label.radio {
	margin-right: -80px;
}

* html div#content form fieldset #li_booking_shipping_2 label.inline {
	margin-right: 0px;
}

*+html div#content form fieldset label.radio,
*+html div#content form fieldset label.inline {
	margin: -3px 0 -2px -5px;
}

div#content form fieldset label.radio,
div#content form fieldset label.inline {
	margin /*\**/: -0 0 -4px -5px\9;
}

div#content form fieldset label.checkbox {
	margin /*\**/: -2px 0 -3px -2px\9;
}

/* Multicheckbox Abstand input zur Beschreibung */
div#content form fieldset ul li.multicheckbox input {
	margin-right: 3px;
}

/* Radio und Checkboxen als einzeiliges Element */
div#content form fieldset label.inline {
    float: none;
    width: auto;
    display: inline-block;
}

div#content form fieldset p.html {
	margin-top: 0.25em;
	margin-left: 190px;
	padding: 0;
}

div#content form fieldset p.error {
	margin-left: 180px;
	padding: 5px 10px 2px 10px;
	color: #f00;
}

div#content form.remove fieldset p.error {
	margin-left: 205px;
	padding: 0;
}

div#content form fieldset p.description {
	display: inline;
	padding: 0 5px;
}

div#content form fieldset#fs_ticket p.description {
	margin-top: 3px;
	display: inline-block;
	padding: 0 0 0 5px;
}

* html div#content form fieldset#fs_ticket p.description {
	margin-top: 3px;
	display: inline;
	padding: 0;
}

*+html div#content form fieldset#fs_ticket p.description {
	margin-top: 3px;
	display: inline;
	padding: 0;
}

div#content form fieldset.hidden {
    display: none;
}


/* Icons als Button */

img.icon {
    margin: 1px 2px -2px 2px;
    padding: 0;
    border: 1px solid #666;
}

img.show {
    background: #999;
    }

img.edit {
    background: #999;
}

img.remove {
    background: #999;
}

img.state {
    background: #999;
}

img.silk {
    border: none;
}

input.button {
    background: #FAD2A2 url(../../images/bg_button.gif) repeat-x;
    border: 1px solid #FFB35A;
    margin: 2px 0;
    padding: 2px 5px;
    overflow: visible;
}

span.button {
    background: #FAD2A2 url(../../images/bg_button.gif) repeat-x;
    border: 1px solid #FFB35A;
    padding: 3px 5px;
    padding /*\**/: 2px 5px\9;
}

* html span.button {
    padding: 3px 8px 4px 8px;
    display: block;
    width: auto;
    float: left;
}

*+html span.button {
    padding: 4px 8px 5px 8px;
    display: block;
    width: auto;
    float: left;
    margin-top: 2px;
}

span.button a {
    color: #000;
    text-decoration: none;
}

td.top {
    vertical-align: top;
}

div#content table tbody td.right,
div#content table thead th.right {
    text-align: right;
}

div#content table tbody td.figure,
div#content table thead th.figure {
    text-align: right;
    padding-right: 20px;
}

div#content table tbody tr.sum {
    background: #eeeff0;
}


/* Tabellen Spaltenbreite */
.th5, .td5 {
    width: 4%;
}

.th10, .td10 {
    width: 10%;
}

.th15, .td15 {
    width: 16%;
}

.th20, .td20 {
    width: 20%;
}

.th25, .td25 {
    width: 26%;
}

.th30, .td30 {
    width: 30%;
}

.th40, .td40 {
    width: 40%;
}

.th50, .td50 {
    width: 50%;
}

.th60, .td60 {
    width: 60%;
}

.th70, .td70 {
    width: 70%;
}

.th75, .td75 {
    width: 74%;
}

.th80, .td80 {
    width: 80%;
}

.th90, .td90 {
    width: 90%;
}

.thForm1, .tdForm1 {
    width: 190px;
}

.thForm2, .tdForm2 {
    width: 510px;
}

.nowrap {
    white-space: nowrap;
}

/* Datalist */
.datalist, .datatable, .dataform {
    float: left;
    margin: 7px 0 0 0;
    width: 100%;
}

.datalist h3, .datatable h3 {
    background: #D1D7EC;
	color: #606a8f;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: 3px 5px;
	border-bottom: 1px solid #000;
	text-align: left;
	margin: 0;
}

.datalist td.html {
    margin: 0;
    padding: 0 !important;
    border: none !important;
}

/* Feldlängen Formulare */
.f100 {
    width: 100px;
}

.f150 {
    width: 150px;
}

.f250 {
    width: 250px;
}

.f300 {
    width: 300px;
}

.f400 {
    width: 400px;
}

.f500 {
    width: 500px;
}

/* Hintergrundfarben für Icon/Button */
.green {
    background: #83C37A;
}

.yellow {
    background: #E7CB77;
    background: #E4C955;
}

.red {
    background: #EB8A40;
    background: #DF9964;
}


/* SAALPLAN
_____________________________________________________________________________________ */


#seatingplan table {
    margin-top: 7px;
}

div#content #seatingplan table td,
div#content #bookingplan table td {
    width: 22px;
    height: 23px;
    border: 1px solid #fff;
    padding: 0;
    font-size: 10px;
    text-align: center;
    cursor: help;
}

div#content #seatingplan table td.row,
div#content #bookingplan table td.row {
    width: auto;
    text-align: left;
    padding-left: 5px;
    font-weight: bold;
}

div#content #seatingplan td.place_s1,
div#content #bookingplan td.place_s1 {
    background: #FFDB6F url(../../images/seat.gif) no-repeat;
}

div#content #seatingplan td.place_s2,
div#content #bookingplan td.place_s2 {
    background: #FFEEB9 url(../../images/seat.gif) no-repeat;
}

div#content #seatingplan td.place_w1,
div#content #bookingplan td.place_w1 {
    background: #FFDB6F url(../../images/seat_wheelchair.gif) no-repeat;
}

div#content #seatingplan td.place_w2,
div#content #bookingplan td.place_w2 {
    background: #FFEEB9 url(../../images/seat_wheelchair.gif) no-repeat;
}

div#content #seatingplan td.place_t,
div#content #bookingplan td.place_t {
    background: #FFCDC0;
}

div#content #seatingplan td.place_f,
div#content #bookingplan td.place_f {
    background: #E1E1E1;
}


/* Saalplan im Formular */

div#content form #seatingplan table {
    margin-top: 5px;
}

div#content form #seatingplan table td {
    border: 1px solid #c0c0c0;
    cursor: default;
    color: #999;
    font-size: 0.75em;
}

div#content form #seatingplan table td.pk1 {
    background: #EFBB5F;
    color: #000;
}

div#content form #seatingplan table td.pk2 {
    background: #FFD58C;
    color: #000;
}

.place_s,
div#content form #seatingplan table td.place_1 {
    background: #FFEEB9;
}

.place_w,
div#content form #seatingplan table td.place_2 {
    background: #96C0FF;
}

.place_f,
div#content form #seatingplan table td.place_4 {
    background: #B0B0B0;
}

.place_t,
div#content form #seatingplan table td.place_5 {
    background: #FF8888;
}

.place_tf,
div#content form #seatingplan table td.place_6 {
    background: #E96A6A;
}

.place_n,
div#content form #seatingplan table td.place_3 {
    background: #C9C9C9;
}

.place_locked {
    background: #E1E1E1 !important;
}

.place_edit {
    /* background: #E1E1E1 url(../../images/seat_edit.gif) no-repeat;
    background: #ABD8AA !important;*/
    background: #C3DEC3 !important;
}

.place_reserved {
    /* background: #E1E1E1 url(../../images/seat_reserved.gif) no-repeat;
    background: #BBC2DC !important;*/
    background: #CACEDE !important;
}

.place_selected {
    background: red !important;
}

#f_booking_selection div {
    padding: 3px 5px;
    border-bottom: 1px solid red;
}

/* IE 6 */
* html div#content #seatingplan table td,
* html div#content #bookingplan table td {
    border: 1px solid #999;
}

* html div#content #seatingplan table td.row,
* html div#content #bookingplan table td.row {
    border-top: none;
    border-left: none;
    border-bottom: none;
}

* html div#content #seatingplan td.place_s1,
* html div#content #bookingplan td.place_s1 {
    background: #FFDB6F;
}

* html div#content #seatingplan td.place_s2,
* html div#content #bookingplan td.place_s2 {
    background: #FFEEB9;
}

* html div#content #seatingplan td.place_w1,
* html div#content #bookingplan td.place_w1 {
    background: #FFDB6F url(../../images/seat_wheelchair_ie6.gif) no-repeat;
}

* html div#content #seatingplan td.place_w2,
* html div#content #bookingplan td.place_w2 {
    background: #FFEEB9 url(../../images/seat_wheelchair_ie6.gif) no-repeat;
}

/* Anpassungen für Screencapture */

/*
#content #main,
div#content table,
#datenav,
#searchnav,
#breadcrumbnavframe {
    width: 680px;
}

#content .context {
    width: 677px;
}

.f500 {
    width: 480px;
}

div#content form fieldset label.radio,
div#content form fieldset label.checkbox {
    width: 470px;
}

.container {
    display: none;
}
*/
