/* Generelle Vorgaben +++++++++++++++++++++++++++++++++++++++++++*/
body {
    background-color: rgb(0, 0, 0);
    background-repeat:repeat;
    color: rgb(255, 255, 255);
    font-size: 90%;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    background-image: url("./images/bg_body.jpg");
    background-position: center center;
    background-attachment: fixed;
}

input,textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-weight: normal;
    color: #000000;
}

h1{
    display: block;
    text-align: center;
    background-color: transparent;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.8em;
}

h2 {
        font-weight:bold;
		font-size: 1.3em;
}

h3 {
	font-weight:bold;
	font-size: 1em;
}

em {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

hr {
    border: none;
    border-top: 1px dotted;
    border-color: rgb(202, 231, 255);
}

table {
    width: 98%;
}

td {
    vertical-align:top;
    text-align:left;
    padding-left: 3px;
    padding-right: 3px;
}

li {
    list-style-position: outside;
    list-style-image: url("/style/images/li.gif");
    margin-top: 6px;
}

a {
        color: rgb(255, 255, 0);
        text-decoration: underline;
        font-weight: bold;
}

a:hover {
        color: rgb(255, 255, 0);
        text-decoration: underline;
        font-weight: bold;
}

a:active {
        color: rgb(255, 255, 0);
		text-decoration: underline;
}

a:visited {
        color: rgb(255, 255, 0);
		text-decoration: underline;
}
/* Link zum Kontaktformular */
.contact {
    background: url("./images/email.gif") no-repeat right top;
    padding-right: 20px;
}
/* Ende - Generelle Vorgaben ++++++++++++++++++++++++++++++++++++*/

/* STRUKTUR +++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Gesamtseite - ��rster Rahmen ++++++++++*/
#gesamtseite {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
/* Ende - Gesamtseite - ��rster Rahmen +++*/

/* Homepagebereich - mit Navi ++++++++++++++*/
#homepage {
    width: auto;
    padding: 0px;
    background-color: transparent;
}
/* Ende - Homepagebereich - mit Navi +++++++*/

/* Maincontent - Hauptinhalt der Seite +++++*/
#maincontent {
    margin-left: 190px;
    margin-right: 0px;
    margin-bottom:0px;
    margin-top: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    background-color: transparent;
}
/* Ende - Maincontent - Hauptinhalt der Seite */

/* Logo ++++++++++++++++++++++++++++++++++++*/
.logo img {
    margin-top: 10px;
    text-align: center;
}

.logo_left img {
    position:absolute;
    top:35px;
    left:20px;
}
/* Ende-Logo +++++++++++++++++++++++++++++++++*/

/* Kopfzeile +++++++++++++++++++++++++++++++++*/
.kopfzeile {
    height:90px;
    width:100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.kopfzeile_bottom {
    width:100%;
    height: 20px;
    background-color: rgb(0, 0, 0);
    background-image: url("./images/taxistreifen.jpg");
    background-repeat: repeat-x;
    background-position: left top;
 }

.kopfzeile h1 {
    font-size: 0.8em;
    height:90px;
    width:100%;
    text-align: left;
    position: relative;
    margin:0px;
    padding: 0px;
}
.kopfzeile h1 span {
    height:100%;
    width:100%;
    position: absolute;
    background-image: url("./images/bg_kopfzeile.jpg");
    background-repeat: no-repeat;
    background-position: left top;
}

/* Ende - Kopfzeile +++++++++++++++++++++++++++++++++*/

/* Leftcontent - Linke Spalte ++++++++++++++++*/
#leftcontent {
    text-align:center;
    width:190px;
    margin: 0px;
    padding: 0px;
    padding-top: 50px;
    height: 5000px;
    position: absolute;
    border-right: 0px dotted rgb(255, 255,0);
    left: 0px;
    top: 150px;
}

/* Navigationslisten ++++++++++++++++++++*/
#navi ul {
  margin: 0; padding: 0;
}

#navi li {
   list-style: none;
   margin: 0; padding: 0;
}
/* Navigationslisten ++++++++++++++++++++*/

/* Hauptmen - nicht aktiv ++++++++++++++*/
a:link.nav1, a:visited.nav1 {
    display: block;
    padding: 0px;
    margin: 0px;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    text-decoration:none;
    text-indent: 30px;
    color: rgb(0, 0, 0);
    background-color: transparent;
    background-image: url("./images/bg_button_normal.jpg");
    background-repeat: no-repeat;
    background-position: left top;
}

a:hover.nav1 {
    text-decoration:underline;
    font-weight: bold;
    background-image: url("./images/bg_button_hover.jpg");
    background-repeat: no-repeat;
    background-position: left top;

}

/* Ende - Hauptmen - nicht aktiv +++++*/

/* Hauptmen - aktiv ++++++++++++++++++*/
a:link.nav1active, a:visited.nav1active, a:hover.nav1active  {
    display: block;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    text-decoration:none;
    text-indent: 30px;
    color: rgb(0, 0, 0);
    background-image: url("./images/bg_button_hover.jpg");
    background-repeat: no-repeat;
    background-position: left top;
}

/* Hauptmen - aktiv ++++++++++++++++++*/

/* Untermen - nicht aktiv ++++++++++++*/
a.nav2 {
    display: block;
    font-size: 0.9em;
    text-align: right;
    padding: 0.2em;
    margin-top: -5px;
    margin-left: 15px;
    font-weight: normal;
    text-decoration:none;
    color: rgb(253, 232, 5);
    border: 2px solid rgb(253, 232, 5);
}
a:visited.nav2 {
    color: rgb(253, 232, 5);
    text-decoration:none;
}
a:hover.nav2 {
    color: rgb(0, 0, 0);
    background-color: rgb(253, 232, 5);
    border: 2px solid rgb(253, 232, 5);
}


a.nav2active {
    display: block;
    font-size: 0.9em;
    color: #000000;
    text-align: right;
    padding: 0.2em;
    margin-top: -5px;
    margin-left: 15px;
    display: block;
    margin-bottom: 0.2em;
    font-weight: normal;
    text-decoration:none;
    background-color: rgb(253, 232, 5);
    border: 2px solid rgb(253, 232, 5);
}

a:hover.nav2active {
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-decoration:none;
}
a:visited.nav2active {
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-decoration:none;
}

#counter {
    margin-top:-3px;
    padding:8px;
    text-align:left;
    color:#000000;
    background-color:#BDE2C5;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-top-width:1px;
    border-style:solid;
    border-color:#000000;
}
/* Ende - Leftcontent - Linke Spalte +++++++++*/

/* Rightcontent - Rechte Spalte ++++++++++++++*/
#rightcontent {
    background-color: transparent;
    text-align:center;
    width:170px;
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    height: 1000px;
    position: absolute;
    right: 0px;
    top: 103px;
}

#werbung {
    padding:5px;
    float:right;
    width:135px;
    text-align:center;
    border:1px solid #660000;
    background-color:#F9E4B2;
}
/* Ende - Rightcontent - Rechte Spalte +++++++*/

/* Fusszeile +++++++++++++++++++++++++++++++++*/
#fusszeile {
	margin-top: 1.0em;
	font-size: 0.6em;
	width:100%;
    background-color: transparent;
    border-top: 1px solid rgb(255, 233, 0);
}
/* Ende - Fusszeile ++++++++++++++++++++++++*/

/* Kleine Boxen ++++++++++++++++++++++++++++*/
.box {
    font-size: 0.9em;
    margin: 5px;
    margin-top:15px;
    padding: 0px;
    background: transparent;
    color: rgb(255, 255, 0);
}

.ro {
    background-image: url(/files/css/images/bg_box_ro.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

.lo {
    background-image: url(/files/css/images/bg_box_lo.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

.ru {
    background-image: url(/files/css/images/bg_box_ru.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.lu {
    background-image: url(/files/css/images/bg_box_lu.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
}

div.box h1 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 0.9em;
    font-weight: bold;
}

div.boxtop {
	margin-top:10px;
	height:13px;
	background-image: url("/images/menue-top.gif");
	background-repeat:no-repeat;
}

div.boxbuttom {
	height:12px;
	margin-top:0px;
	margin-bottom:12px;
	background-image: url("/images/menue-buttom.gif");
	background-repeat:no-repeat;
}
/* Ende - Kleine Boxen ++++++++++++++++++++++*/

/* Bilder +++++++++++++++++++++++++++++++++++*/
img {
    border: 0;
}
.img_ro {
    background-image: url(/files/css/images/bg_img_ro.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    width: 250px;
    height:250px;
    margin: 10px;
}

.img_lo {
    background-image: url(/files/css/images/bg_img_lo.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: auto;
    height:auto;

}

.img_ru {
    background-image: url(/files/css/images/bg_img_ru.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    width: auto;
    height:auto;
}

.img_lu {
    background-image: url(/files/css/images/bg_img_lu.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    display: table-cell;
    vertical-align: middle;
    width: auto;
    height:auto;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-top: 15px;

}

/* Ende - Kleine Boxen ++++++++++++++++++++++*/

.bg_left_content_top {
    background-image: url("/style/images/bg_left_top.jpg");
    background-repeat:no-repeat;
    background-position: left bottom;
    height: 130px;
}
.bg_left_content_middle {
    background-image: url("/style/images/bg_left_middle.jpg");
    background-repeat: repeat-y;
    background-position: left;
    padding: 10px;
    padding-right: 20px;
}
.bg_left_content_bottom {
    background-image: url("/style/images/bg_left_bottom.jpg");
    background-repeat:no-repeat;
    background-position: left top;
    height: 130px;
}

/* Fehleranzeige ++++++++++ */
.error {
    background-color: rgb(244, 225, 225);
    border: 1px solid rgb(204, 0, 0);
    padding: 0.2em;
    color: rgb(204, 0, 0);
    font-weight: bold;
}
/* Ende-Fehleranzeige +++++ */

/* Schatten +++++++++++++++ */
.shadow_bottom {
    height:10px;
    width:100%;
    background-image: url("./images/shadow_bottom.jpg");
    background-repeat: repeat-x;
    background-position: left top;
    margin: 0px;
    padding: 0px;
}
.shadow_right {
    width:10px;
    background-image: url("./images/shadow_right.jpg");
    background-repeat: repeat-y;
    background-position: left top;
    margin: 0px;
    padding: 0px;
}
.icorner_bottom_right {
    height: 30px;
    width:30px;
    background-image: url("./images/icorner_bottom_right.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px;
    padding: 0px;
}
/* Ende - Schatten ++++++++ */
/* ENDE+STRUKTUR ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/




/* Abschnittsgestaltung(Item) innerhalb der Seite */
div.items {
    display:block;
    margin: 15px;
}

.items img {
    margin:5px;
    padding: 5px;
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    vertical-align: middle;
}
img.img_original {
    margin:5px;
    padding: 5px;
    border: 0px none rgb(0,0,0);
    background-color: transparent;
    vertical-align: middle;
}


div.items h1 {
    font-weight:bold;
    font-size: 1.2em;
    color: rgb(255, 255, 0);
    text-align:left;
    margin: 0px;
    padding-bottom: 20px;
    background-image: url("./images/taxistreifen.jpg");
    background-repeat: repeat-x;
    background-position: left bottom;
}
div.items h1 a {
    font-size: 1.0em;
    font-weight: bold;
    text-decoration:none;
}
div.items h1 a:hover {
    font-size: 1.0em;
    font-weight: bold;
    text-decoration: underline;
}
div.items h1 a:visited {
    font-size: 1.0em;
    font-weight: bold;
    text-decoration:none;
}

div.item {
    overflow:hidden;
    margin-top:5px;
    margin-bottom:5px;
    padding:0px;
}
div.item_content {
    overflow:hidden;
    margin-top: 0px;
    clear: both;
    padding:5px;
    padding-top:0px;
    border-style: none;
    background-color: transparent;
    border-bottom: 1px dotted rgb(255, 233, 0);
}
div.item_content h1 {
    font-weight: bold;
    font-size: 1.1em;
    padding: 0px;
    background-image: none;
    background-color:transparent;
    margin-left:0px;
    margin-top: 1.0em;
    margin-bottom: 0.5em;
    border-style: none;
}
.item_content h1 a {
    font-weight: bold;
    font-size: 1.0em;
    color: rgb(40, 90, 160);
    padding: 0px;
    background-image: none;
    background-color:transparent;
    margin-left:0px;
    margin-top: 1.0em;
    margin-bottom: 0.5em;
    border-style: none;
}
div.item_content h1 a:visited {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.0em;
    color: rgb(40, 90, 160);
    padding: 0px;
    background-image: none;
    background-color:transparent;
    margin-left:0px;
    margin-top: 1.0em;
    margin-bottom: 0.5em;
    border-style: none;
}
div.item_content h1 a:hover {
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.0em;
    color: rgb(40, 90, 160);
    padding: 0px;
    background-image: none;
    background-color:transparent;
    margin-left:0px;
    margin-top: 1.0em;
    margin-bottom: 0.5em;
    border-style: none;
}
div.items img {
    margin:5px;
}
/* Ende - Abschnittsgestaltung(Item) innerhalb der Seite */

/* nach oben - Text ++++++ */
a.gototop {
    font-size: 0.8em;
    text-align: right;
    display: block;
    text-decoration: underline;
    color: rgb(0, 0, 0);
}


/* Schriftstile */
.klein {
    font-size: 10px;
}
.sehrklein {
    font-size: 9px;
}
/* Ende - Schriftstile */

/* Ausrichtungen */
.links {
    float:left;
    margin-right:10px;
}
.rechts {
    float:right;
    margin-right:5px;
    margin-left:10px;
}
.center {
    text-align: center;
}
/* Ende - Ausrichtungen */


.fehlertext {
	font-weight:bold;
	color:#FF0000;
}

td.zweizeilig {
	line-height: 18px;
}

/* Grafik-Icons zum Bearbeiten, L�chen usw. */
.icon {
    border-style: none;
    vertical-align: middle;
}

/* Formulare ++++++++++++++++++++++++++++++++++++++++++++++++++*/
form {
    padding: 5px;
}
input, textarea, select {
    width: 100%;
    border-width:3px;
    border-style: inset;
    border-color: rgb(130, 170, 210);
    background-color: #FFFFFF;
    font-size: 1.0em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
[readonly] {
    border-style: none;
    background-color: transparent;
    color: rgb( 255, 255, 255);
}
.select {
    width: 100%;
    border-width:1px;
    border-style: solid;
    border-color:#CC0000;
    background-color: #FFFFFF;
    font-size: 1.0em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.radio {
    width:auto;
    border-width:0px;
    background-color: transparent;
    font-size: 1.0em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.checkbox {
    width: auto;
    border-width:0px;
    background-color: transparent;
    font-size: 1.0em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.button {
    width: auto;
    font-size: 0.8em;
    padding: 4px;
    border-width:3px;
    border-style:outset;
    border-color:rgb(255, 233, 0);
    background-color: rgb(255, 233, 0);
    color: rgb(0, 0, 0);
    font-weight: bold;
}
a.button:link {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.8em;
    text-decoration: none;
}
a.button:visited {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.8em;
    text-decoration: none;
}
a.button:hover {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.8em;
    text-decoration: none;
}

/* Ende - Formulare +++++++++++++++++++++++++++++++++++++++++++*/

/* RSS-Formatierungen +++++++++++++++++++++++++++++++++++++++++*/
.rssitem {
    clear:left;
}
.rssitem img {
    float:left;
    margin: 5px;
}
.rssitem a {
    text-align:left;
    vertical-align:center;
    font-size: 11px;
}
/*Ende RSS-Formatierungen++++++++++++++++++++++++++++++++++++++*/

/* Abschnittsgestaltung(Item) innerhalb der Seite */

/*Shortnews+++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.shortnews h1 {
    margin-top:0px;
    margin-bottom:3px;
    font-weight:bold;
    font-size: 11px;
    text-decoration: none;
    text-align: left;
    vertical-align:baseline;
    color: #FF0000;
}
div.shortnews h1 a {
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    text-decoration: none;
}

div.shortnews h1 a:hover {
    font-size:11px;
    color: #FF0000;
    font-weight: bold;
    text-decoration:none;
    text-decoration: none;
}
div.shortnews h1 a:visited {
    font-size:11px;
    color: #FF0000;
    font-weight: bold;
    text-decoration:none;
    text-decoration: none;
}

div.shortnews h2 {
    font-size: 11px;
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}
div.shortnews {
    font-size: 11px;
    text-align: left;
    overflow:hidden;
    padding:2px;
    margin-top: 5px;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-top-width:1px;
    border-style:solid;
    border-color:#FF0000;
    background-color:#FFFF00;
}
/*Ende Shortnews+++++++++++++++++++++++++++++++++++++++++++++++*/

/*Beginn G�tebuch+++++++++++++++++++++++++++++++++++++++++++++*/
.header {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.fieldtitle {
	color: #ffffff;
	font-weight: bold;
}
.hinweis {
	font-size: 10px;
	font-weight: normal;
}
.hinweiswei�{
	font-size: 10px;
	font-weight: normal;
	color:#FFFFFF;
}
.input {
	width: 250px;
	background-color: #cdcdcd;
	font-size: 11px;
	color: #000000;
}
.textarea {
	width: 250px;
	background-color: #cdcdcd;
	font-size: 11px;
	color: #000000;
}
.fehler {
	font-size: 11px;
	color: #dd0000;
	font-weight: bold;
	text-decoration: none;
}
.eintrag {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
a.hinweis:link {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
a.hinweis:visited {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
a.hinweis:active {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
a.hinweis:hover {
	font-size: 10px;
	color: #ffffff;
	font-weight: underline;
}
/*Ende G�tebuch+++++++++++++++++++++++++++++++++++++++++++++*/

div.versteckt {
    display:none;
}

/*Veranstaltungen +++++++++++++++++++++++++++++++++++++++++++*/
#g {
    background-color:#CFDFFF;
    vertical-align:top;
}
#w {
    background-color:#F0F5FF;
    vertical-align:top;
}
#th {
    background-color:#CFDFFF;
    vertical-align:top;
    font-weight:bold;
}

#error {
    background-color:#303030;

}

#head {
    background-color:#0066FF;
    text-align:center;
}

#lines {
    background-color:#CFDFFF;
}

/*Ende - Veranstaltungen +++++++++++++++++++++++++++++++++++++*/

/*Partnerreferenzen ++++++++++++++++++++++++++++++++++++++++++*/
.partner {
    font-size: 9px;
    display: none;
}
/*Ende - Partnerreferenzen +++++++++++++++++++++++++++++++++++*/

/*Kinoprogramm +++++++++++++++++++++++++++++++++++++++++++++++*/
.gray {
    background-color:#FFFFFF;
}
/*Kinoprogramm +++++++++++++++++++++++++++++++++++++++++++++++*/

/*FW-Buchungen +++++++++++++++++++++++++++++++++++++++++++++++*/
.fw_order_free {
    background-color:#00FF00;
    text-align:center;
}
.fw_order_reserved {
    background-color:#FFFF00;
    text-align:center;
}
.fw_order_booked {
    background-color:#FF0000;
    color:#FFFFFF;
    text-align:center;
}
/*Ende - FW-Buchungen ++++++++++++++++++++++++++++++++++++++++*/
