/****Farben
Hintergrund: page_bg_right.jpg
Schrift: #FFFF99
Bilderrahmen etc.: Stil elefant
Hinweis: für Klassen wird in der CSS-Definition vor dem Namen ein Punkt geschrieben 
für ID ein # . 
A:link { ... }
A:visited { ... }
A:hover { ... }
A:active { ... }
******/
/****top-right-bottom-left******/
/****Wiederholung: y=vertikal - x=horizontal******/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #333333;
	background-image:url(images/page_design/page_bg_right.jpg);
	overflow:auto;
}
.table{
	background-color:#99CCFF;
}
.trMAcap120 {		/****  Preise / Buchung ******/
	width:120px;
	height: 15px;
	background-color: #FF9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color:#000000;
	font-weight: bold;
}
.trMA120top {
	width:120px;
	height: 12px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000000;
	font-weight: normal;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}
.trMA120mid {
	width:120px;
	height: 12px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000000;
	font-weight: normal;
	border-right: 1px solid #000000;
}
.trMA120bot {
	width:120px;
	height: 12px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000000;
	font-weight: normal;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
.trMAcap150 {		/****  Datum und Uhrzeit ******/
	width:150px;
	height: 15px;
	background-color: #FF9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color:#000000;
	font-weight: bold;
}
.trMA150top {
	width:150px;
	height: 12px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000000;
	font-weight: bold;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.trMA150mid {
	width:150px;
	height: 12px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000000;
	font-weight: bold;
	border-left: 1px solid #000000;
}
.trMA150bot {
	width:150px;
	height: 12px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#0000FF;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.trMAcap450 {		/****Veranstaltung / Bemerkungen******/
	width:450px;
	height: 15px;
	background-color: #FF9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color:#000000;
	font-weight: bold;
}
.trMA450top {
	width:450px;
	height: 12px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000000;
	font-weight: bold;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.trMA450mid {
	width:450px;
	height: 12px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000000;
	font-weight: normal;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.trMA450bot {
	width:450px;
	height: 12px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#0000FF;
	font-weight: lighter;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.td{
	text-align:left;
}
.subtel100{
	color:#FFFF66;
	font-weight:bold;
	border-color:#999999;
	width: 110px;
	height: 20px;
	display:block;
	font-size: 9px;
	background-color: #333333;
}
.subaus100{
	color:#FFFFFF;
	font-weight:bold;
	border-style:outset;
	border-color:#999999;
	width: 110px;
	height: 20px;
	display:block;
	font-size: 12px;
	background-color: #FF0000;
}
/****************** formBuchung***********************/
#kontform{
	width:350px;
	margin-left: 15px;
	background-color:#FFCC33;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000066;
	font-weight: bold;
}
#shopform{
	width:500px;
	margin-left: 15px;
	padding:5px;
	background-color:#FFCC33;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000066;
	font-weight: bold;
}
#umfrageform{
	width:600px;
	margin-left: 15px;
	background-color:#FFFF33;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000066;
	font-weight: bold;
}
.checkboxINL {
    background-color: #eeeeff;
	display: inline;
	height:20px;
	line-height:20px;
	vertical-align:middle;
}
#formBuchung{
	color:#000066;
	border-color:#000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-align:left;
	display:block;
	background-color: #CCCCCC;
}
.captionPx215{
	border:1px solid #000;
	width:210px;
	background-color:#FFCC33;
	margin-left: 2px;
	padding-left: 2px;
}
.captionKF150{
	width:150px;
	background-color:#FFCC33;
	margin-left: 2px;
	padding-left: 2px;
}
.captionPx150{
	border:1px solid #000;
	width:150px;
	background-color:#FFCC33;
	margin-left: 2px;
	padding-left: 2px;
}
.captionPx315{
	border:1px solid #000;
	width:315px;
	background-color:#FFCC33;
	margin-left: 2px;
	padding-left: 2px;
}
.inputBuchung60{
	width:60px;
	background-color:#FFFFCC;
	padding-left: 2px;
	height:20px;
	border-color:#FFFFFF;
	border:1px solid #000;
	border-style: outset;
	line-height: 12px;
}
.inputBuchung250{
	width:250px;
	background-color:#FFFFCC;
	padding-left: 2px;
	height:20px;
	border-color:#FFFFFF;
	border:1px solid #000;
	border-style: outset;
	line-height: 12px;
}
.inputBuchung315{
	width:315px;
	background-color:#FFFFCC;
	padding-left: 2px;
	height:20px;
	border-color:#FFFFFF;
	border:1px solid #000;
	border-style: outset;
	line-height: 12px;
}
.inputinakt25{
	width:25px;
	background-color:#FF0000;
	padding-left: 2px;
	height:20px;
	border-color:#FFFFFF;
	border:1px solid #000;
	border-style: outset;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000000;
	font-weight: normal;
	visibility: hidden;
}
.inputinakt50{
	width:50px;
	background-color:#FFCC66;
	padding-left: 2px;
	height:20px;
	border-color:#FFFFFF;
	border:1px solid #000;
	border-style: outset;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000000;
	font-weight: normal;
	visibility: hidden;
}
.inputShop25INL{
	width:20px;
	background-color:#FFFF99;
	padding-left: 2px;
	display:inline;
	height:15px;
	border-color:#FFFFFF;
	border:1px solid #000;
	border-style: outset;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000000;
	font-weight: normal;
}
.inputBuch25{
	width:25px;
	background-color:#FF0000;
	padding-left: 2px;
	height:20px;
	border-color:#FFFFFF;
	border:1px solid #000;
	border-style: outset;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000000;
	font-weight: normal;
}
.inputBuch50{
	width:50px;
	background-color:#FFCC66;
	padding-left: 2px;
	height:20px;
	border-color:#FFFFFF;
	border:1px solid #000;
	border-style: outset;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000000;
	font-weight: normal;
}
.select250{
	width:250px;
	background-color:#FFFF99;
	margin-left: 15px;
	height:20px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color:#000066;
	font-weight: bold;
}
.textarea250{
	width:250px;
	height:100px;
	background-color:#FFFF99;
	margin-left: 15px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000066;
	font-weight: bold;
	vertical-align: top;
}
.inputForm250{
	width:250px;
	margin-left: 15px;
	background-color:#FFFF99;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000066;
	font-weight: bold;
}
/****************** ENDE formBuchung***********************/
.clr{
	clear:both;
}
#headline{
	/****Wiederholung: y=vertikal - x=horizontal******/
	/****top-right-bottom-left******/
	left: 0px;
	top: 0px;
	height: 101px;
	position: fixed;
	float: left;
	width: 100%;
	z-index:90;
}
#heading{
	/****Wiederholung: y=vertikal - x=horizontal******/
	/****top-right-bottom-left******/
	left: 0px;
	top: 0px;
	height: 101px;
	position: fixed;
	float: left;
	width: 100%;
	z-index:91;
}

#content{
	padding: 10px 8px 25px 15px;  /****top-right-bottom-left******/
	left: 227px;
	top: 115px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
	text-align: justify;
	float: left;
	background-image: url(images/page_design/content_bg.jpg);
	z-index:11;
	border:1px solid #840;
	width: 50%;
	overflow:auto;
	}
#content a:link {
	color: #0000FF;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content a:visited {
	color: #0056A3;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}
#content a:hover {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0000FF;
}
#content a:active {
	color: #FFFFFF;
	background-color: #6699FF;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
} 

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFF66;
	line-height: 23px;
	text-align: center;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFF66;
	line-height: 19px;
	text-align: left;
}
.headsubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF99;
	line-height: 24px;
	text-align: center;
}
.signature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	line-height: 24px;
	text-align: left;
}

.stfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	text-align: left;
}
.listeU{
	list-style-image:url(images/navi/LiKreis.jpg);
	line-height: 20px;
	text-align: left;
}
.headsubcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	line-height: 14px;
	text-align: center;
}
.headunderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	line-height: 14px;
	text-decoration:underline;
}
#fixiertLeft {
    position: absolute;
    top: 200px; left: 180px;
	height: 25px;
	width: 760px;
	background-color: #F5F5F5;
	text-align:center;
}

 html>body #fixiertLeft {  /* nur fuer moderne Browser! */
    position: fixed;
}

#fixiertRightBot {  /* Rechte Fixierung für Hintergrundebene ImgFixRight */
    position: absolute;
    bottom: 40px; right: 0px;
    width: 30px;
	background-color: #F5F5F5;
	height:50%;
}
 html>body #fixiertRightBot {  /* nur fuer moderne Browser! */
    position: fixed;
}
 .ImgFixRight{
  	float:left;
  	width: 30px;
	height:50%;
}

#footer{
	width:100%;
	background-position:left bottom;  /****top-right-bottom-left******/
	height:23px;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color: #FFFF99;
	bottom:0px;
	left:0px;
	line-height: 12px;
	padding-left: 5px; 
	padding-top: 0px; 
	background-image:url(images/page_design/page_bg_bot.jpg);
	background-repeat:repeat-x;
	z-index: 11;
}

#footerFixRight { /* Rechte Fixierung für Fortsetzung der Hintergrundebene ImgFixRight */
    position: absolute;
    bottom: 0px; right: 3px;
    width: 103px;
	height:21px;
}
#footerFixLeft { /* Linke Fixierung für Fortsetzung der Hintergrundebene navVert */
	position: absolute;
	bottom: 0px;
	left: 5px;
	width:33px;
	height:23px;
}
#ImgNavRight {
	position: fixed;
	right: 0px;
	top: 101px;
	width: 350px;
	height: 100%;
	background-image:url(images/page_design/page_bg_right.jpg);
	background-repeat:repeat-y;
	float: right;
	background-position: top right;
	z-index: 10;
}
#titlepic350 {    /* ... */
	position: relative;
	top: 140px;
	right: 0px;
	width: 350px; 
	height:270px; 
	float:right;
	z-index:0;
}
#titleinfo200 {    /* ... */
	position: absolute;
	top: 550px;
	right: 0px;
	width: 200px; 
	height:100px; 
	float:right;
	z-index:0;
}
#titleinfo100 {    /* ... */
	position: absolute;
	top: -1px;
	right: -1px;
	width: 300px; 
	height:100px; 
	float:right;
	z-index:0;
}
#titlepic500 {    /* ... */
	position: relative;
	bottom: 0px;
	right: 0px;
	width: 510px; 
	float:right;
	z-index:0;
	text-align:right;
}
#titlepic250 {    /* ... */
	position: relative;
	bottom: 0px;
	right: 0px;
	width: 250px; 
	float:right;
	z-index:0;
	text-align:right;
}#titlepic375 {    /* ... */
	position: relative;
	bottom: 0px;
	right: 0px;
	width: 380px; 
	float:right;
	z-index:0;
	text-align:right;
}
/***** Nicht scrollbarer Bereich *****/
#fixiert {
    position: absolute;
    top: 112px; left: 0px;
    width: 137px;
	background-color: #F5F5F5;
}
 html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
}
/* **********************Seitennavigation ***********************************/
#ImgNavLeft {
	position:fixed;
	left: 0px;
	top: 101px;
	width: 200px;
	height: 100%;
	background-image:url(images/navi/nav_bg.jpg);
	background-repeat:repeat-y;
	float: left;
	overflow:auto;
	background-position: top left;
	z-index: 1;
}
#navcontainer ul {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 25px;
	width: 200px;
	text-decoration:none;
}
#navcontainer li {
	margin: 0;
	padding: 0;
	height: 25px;
	text-decoration:none;
}
#navcontainer a {
	display: block;
	height: 25px;
	width: 200px;
}
#navcontainer a:link, #navlist a:visited {
	color: #0056A3;
	text-decoration: none;
}
#navcontainer a:hover {
	background-image:url(images/navi/navbg_sub_ov.gif);
	text-decoration:none;
}

#activeHead_1 a:link, #activeHead_1 a:visited
{
	background-image:url(images/navi/navbg_01head_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_1 a:hover
{
	background-image:url(images/navi/navbg_01head_ov.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}

#activeHead_21 a:link, #activeSub_21 a:visited
{
	background-image:url(images/navi/navbg_02head1_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_22 a:link, #activeSub_22 a:visited
{
	background-image:url(images/navi/navbg_02head2_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_23 a:link, #activeSub_23 a:visited
{
	background-image:url(images/navi/navbg_02head3_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_24 a:link, #activeSub_24 a:visited
{
	background-image:url(images/navi/navbg_02head4_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_21 a:hover, #activeHead_22 a:hover, #activeHead_23 a:hover, #activeHead_24 a:hover
{
	background-image:url(images/navi/navbg_02head_ov.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}

#activeHead_3 a:link, #activeHead_3 a:visited
{
	background-image:url(images/navi/navbg_03head_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_3 a:hover, #activeHead_31 a:hover, #activeHead_32 a:hover
{
	background-image:url(images/navi/navbg_03head_ov.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_31 a:link, #activeSub_31 a:visited
{
	background-image:url(images/navi/navbg_03head1_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_32 a:link, #activeSub_32 a:visited
{
	background-image:url(images/navi/navbg_03head2_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}

#activeHead_4 a:link, #activeHead_4 a:visited
{
	background-image:url(images/navi/navbg_04head_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_4 a:hover, #activeHead_41 a:hover
{
	background-image:url(images/navi/navbg_04head_ov.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_41 a:link, #activeSub_41 a:visited
{
	background-image:url(images/navi/navbg_04head1_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_42 a:link, #activeSub_42 a:visited
{
	background-image:url(images/navi/navbg_04head2_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_5 a:link, #activeHead_5 a:visited
{
	background-image:url(images/navi/navbg_05head_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_5 a:hover, #activeHead_51 a:hover
{
	background-image:url(images/navi/navbg_05head_ov.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_51 a:link, #activeSub_51 a:visited
{
	background-image:url(images/navi/navbg_05head1_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_6 a:link, #activeHead_6 a:visited
{
	background-image:url(images/navi/navbg_06head_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_6 a:hover, #activeHead_61 a:hover, #activeHead_62 a:hover
{
	background-image:url(images/navi/navbg_06head_ov.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_61 a:link, #activeSub_61 a:visited
{
	background-image:url(images/navi/navbg_06head1_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_62 a:link, #activeSub_62 a:visited
{
	background-image:url(images/navi/navbg_06head2_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_7 a:link, #activeHead_7 a:visited
{
	background-image:url(images/navi/navbg_07head_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_7 a:hover
{
	background-image:url(images/navi/navbg_07head_ov.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_8 a:link, #activeHead_8 a:visited
{
	background-image:url(images/navi/navbg_08head_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_8 a:hover
{
	background-image:url(images/navi/navbg_08head_ov.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_9 a:link, #activeHead_9 a:visited
{
	background-image:url(images/navi/navbg_09head_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_9 a:hover
{
	background-image:url(images/navi/navbg_09head_ov.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_10 a:link, #activeHead_10 a:visited
{
	background-image:url(images/navi/navbg_10head_on.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#activeHead_10 a:hover
{
	background-image:url(images/navi/navbg_10head_ov.jpg);
	margin: 0px 0px 0px 0px; 
	height: 420px;
	border:none;
	text-decoration:none;
}
#ImgFairytale {
	position:fixed;
	left: 5px;
	bottom: 23px;
	width: 133px;
	height: 123px;
	float: left;
	z-index: 10;
}

/* ********************** ENDE  Seitennavigation ENDE ***********************************/
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
	line-height: 16px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 24px;
	line-height: 30px;
  	background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}
.highl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	line-height: 15px;
	text-align: left;
	background-color: #FFFF99;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	line-height: 22px;
	color: #000066;
	background-color: #7FA2DA;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #336699;
	font-weight: bold;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  	color: #006666; 
	font-weight: bolder;
	font-size: medium;
}
.fonts_kl {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color: #000000;
	text-align:left;
}
.fonts_klgrey{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color: #666666;
	text-align:left;
}
.fonts_klblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color: #000000;
	text-align:left;
	line-height: 10px;
}
.fontsZeit {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	color: #000000;
	text-align:center;
	line-height: 8px;
}
.Stil2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
	line-height: 16px;
}
.Stil3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	line-height: 16px;
}
.Stil4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
	line-height: 16px;
}
.Stil5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
	line-height: 16px;
}
.Stil6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.Stil8 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
showDiv{
display: block;
}
hideDiv{
display: none;
}
#layerflash {
	position: relative;
	left: 10px;
	top:  20px;
	width: 600px; 
	height: 600px; 
	z-index:7;
}
#layerfilm {
	position: relative;
	left: 100px;
	top:  20px;
	width: 550px; 
	height: 400px; 
	z-index:7;
}
#bttsubmit{background-color:silver; border: 1px solid white;  border-top: 1px solid gray; border-right: 1px solid gray}
.zeile01{background-color:white}
.zeile02{background-color:rgb(230,230,230)}
.wichtig{font-weight:bold;color: red}
.gbuchtabelle, .admintabelle{width:100%;border:1px solid gray;padding:0px;margin:0;font-style:italic}
.gbuchtabelle tr td, .admintabelle tr td {padding:5px}
.admintabelle{text-align:center}
.fehler{color:red}

a:link { color: blue }
a:visited { color: purple }
a:hover { color: purple }
a:active { color: red }

.aussen{float:left;width:142px;height:142px;overflow:hidden;background-color:black;padding:10px;text-align:center;margin:3px;border-top:1px solid white; border-bottom:1px solid gray; border-left:1px solid white;border-right:1px solid gray}
.innen img{border-bottom:1px solid white;border-right:1px solid white; border-top:1px solid gray;border-left:1px solid gray}
.bildgross img {border-top:2px solid white; border-bottom:2px solid gray; border-left:2px solid white;border-right:2px solid gray}
.bildgross {float:left; margin:5px}
#tabdaten, #exif, #iptc{float:left;width: 300px;min-width:150px;padding:3px;margin:3px;border-bottom:1px solid white; border-top:1px solid gray; border-right:1px solid white;border-left:1px solid gray;min-height:150px}
#tabdaten{padding:0; width:307px;min-width:157px;}

.bildinfo{margin:5px}
.bildinfo .wichtig {color:blue; width:150px;float:left;clear:left;border-bottom:1px solid gray; border-top:1px solid white; border-right:1px solid gray;border-left:1px solid white;margin:3px;margin-left:0}

.bildinfo br{line-height: 25px}

.Xbildinfo .wichtig {color:blue; width:150px;display:block;}

.bildtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	background-color: #FFCC33;
	font-weight: normal;
}

