
body {
    background-color: #FFCC66;
   	background-image: url("/images/style/bg.gif");
	background-repeat:repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #330066;
	margin: 0px;
}
h1{
    font-weight: bold;
	font-size: 18px;
	line-height : normal;
	text-decoration:none;
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
    padding:3px;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-top-width:1px;
    border-style:solid;
    border-color:#FF9900;
    background-color:#FFFFCC;
}

h2 {
        font-weight:bold;
		font-size: 14px;
		line-height:18px;
        text-align:center;        
}

h3 {
	font-weight:bold;
	font-size: 12px;
	line-height:18px;
	text-decoration: none;
	text-align:left;
}

th {
	font-weight:bold;
	font-size: 12px;
	line-height:22px;
	padding-left:10px;
	text-decoration: none;
	text-align:left;
	vertical-align:baseline;
    background-color:#FF9900;
  	background-image: url("/images/style/bg_th.jpg");
	background-repeat:repeat;

}
th.half {
	font-weight:bold;
	font-size: 12px;
	line-height:30px;
   	background-image: url("/images/style/bg_th.jpg");
	background-repeat:repeat;
	padding-left:10px;
	text-decoration: none;
	text-align:left;
	vertical-align:baseline;
    background-color:#F0F5FF;
}
th.full {
	font-weight:bold;
	font-size: 12px;
	line-height:30px;
   	background-image: url("/images/style/bg_th.jpg");
	background-repeat:repeat;
	padding-left:10px;
	text-decoration: none;
	text-align:left;
	vertical-align:baseline;
    background-color:#F0F5FF;
}

th a {
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
    color: #330066;
    text-decoration: underline;
}

th a:hover {
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
    text-decoration: underline;
    color: #330066;
}
th a:visited {
    color: #330066;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
    text-decoration: underline;
}
li {
	margin-left:20px;
	list-style-position: outside;
	list-style-image: url("/images/schnecke_klein.gif");
	margin-top: 6px;
}

table {
    padding-left: 10px;
    padding-right: 10px;
	font-size:12px;
}

td {
  vertical-align:top;
  text-align:left;
}
/* abweichende Zeilenfarbe */
tr.second {
    background-color: #FFCC66;
}

a {
        color: #000099;
        text-decoration: underline;
}

a:hover {
        color: #0000FF;
        text-decoration: underline;
}

a:active {
		color: #0099FF;
		text-decoration: underline;
}

a:visited {
		color: #800080;
		text-decoration: underline;
}

/*+STRUKTUR+++++++++++++++++++++++++++++++++++++++++++++*/

#geamtseite {
		width:auto;    
		padding:5px;
}

#homepage {
		width:auto;
}

#logo {
	background-color:#3399FF;
	width:150px;
}
.kopfzeile {
    height:80px;
	width:100%;
	background-image:url(../images/style/bg_kopfzeile.jpg);
	background-repeat:repeat; 
	vertical-align: middle;
	text-align: center;
	background-color:#FFCC66;
    padding: 10px;
}

.kopfzeile h1 {
    text-align: left;
    color: #990000;
    margin: 0px;
    border:0px;
    background-color:transparent;
}

.kopfzeile a {
    color: #990000;
    text-decoration: none;
    font-style: italic;
}
.kopfzeile a:visited {
    color: #990000;
    text-decoration: none;
    font-style: italic;
}
.kopfzeile a:hover {
    color: #990000;
    text-decoration: none;
    font-style: italic;
}

#maincontent {
    margin-left:160px;
    margin-bottom:5px;
    margin-right:5px;
    padding-left:0px;
    padding-right:0px;
    width:auto;
}

/* Abschnittsgestaltung(Item) innerhalb der Seite */
div.items {

}
div.items h1 {
    margin-top:0px;
    margin-bottom:3px;
	font-weight:bold;
	font-size: 12px;
	line-height:30px;
	color:#330066;
	background-color: #FF9900;
   	background-image: url("/images/style/bg_items_h1.jpg");
	background-repeat:repeat;
	padding-left:10px;
	text-decoration: none;
	text-align:left;
	vertical-align:baseline;
}
div.items h1 a {
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
    color: #FFFF00;
    text-decoration: underline;
}

div.items h1 a:hover {
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
    color: #FFFF00;
    text-decoration: underline;
}
div.items h1 a:visited {
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
    color: #FFFF00;
    text-decoration: underline;
}

div.items h2 {
    font-size: 12px;
	font-weight: bold;
    text-decoration: underline;
    text-align: left;
}

div.item {
    overflow:hidden;
    margin-top:5px;
    margin-bottom:5px;
    padding:3px;
    font-size : 12px;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-top-width:1px;
    border-style:solid;
    border-color:#FF9900;
    background-color:#FFFFCC;
}
div.items img {
    margin:5px;
}
div.itemhalfleft {
    float:left;
    overflow:hidden;    
    margin-top:5px;
    margin-bottom:5px;
    padding:3px;
    width:47%;
    font-size : 12px;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-top-width:1px;
    border-style:solid;
    border-color:#FF9900;
    background-color:#FFFFCC;
}
div.itemhalfright {
    float:right;
    overflow:hidden;
    margin-top:5px;
    margin-bottom:5px;
    padding:3px;
    width:47%;
    font-size : 12px;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-top-width:1px;
    border-style:solid;
    border-color:#FF9900;
    background-color:#FFFFCC;
}
/* Ende - Abschnittsgestaltung(Item) innerhalb der Seite */



div.box {
    margin-bottom:10px;
	padding:8px;
	text-align:left;
   	font-size : 12px;
    background-color:#FFCC66;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-top-width:1px;
    border-style:solid;
    border-color:#FF3300;    
}


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;
}

#leftcontent {
	text-align:center;
	float:left;
	width:150px;
}

#navbar {
	margin:2px;
	margin-left:0px;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
}

#album {
	margin-left:0px;
	text-align:left;
	padding:5px;
}

#rightcontent {
	float:right;
	width:170px;
    height:700px;
    text-align:center;
    padding:5px;
}
#wetter {
    margin-top:80px;
	padding:0px;
	text-align:center;


}
#werbung {
	padding:5px;
	float:right;
	width:135px;
	text-align:center;
	border:1px solid #660000;
	background-color:#F9E4B2;
}
#fusszeile {
	margin-top:10px;
	height:45px;
	width:auto;
	padding:10px;
    background-color:#3399FF;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-top-width:1px;
    border-style:solid;
    border-color:#000066;    
	clear:both;
}

#fusszeile a {
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
    color: #FFFF00;
    text-decoration: underline;
}

#fusszeile a:hover {
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
    color: #FFFF00;
    text-decoration: underline;
}
#fusszeile a:visited {
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
    color: #FFFF00;
    text-decoration: underline;
}

/* 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;
}
/* Ende - Ausrichtungen */

.mainnav a {
	display: block;
	padding-left: 5px;
	margin-top: 2px;
	font-size:12px;
	text-align:left;
	font-weight: bold;
	text-decoration:none;
	line-height: 22px;
	color:#330066;
	background-color: #FF9900;
   	background-image: url("/images/style/bg_button.jpg");
	background-repeat:repeat;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-top-width:1px;
    border-style:solid;
    border-color: #000066;
}

.mainnav a:hover {
		background-color:#FF9900;
		text-decoration:underline;
      	background-image: url("/images/style/bg_button_over.jpg");
        background-repeat:repeat;

}

.mainnav a:visited {
		text-decoration:none;
}

.mainnavactive {
	display: block;
	padding-left: 5px;
	margin-top: 2px;
	font-size:12px;
	text-align:left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	line-height: 22px;
	background-color:#CC3300;
   	background-image: url("/images/style/bg_button_active.jpg");
	background-repeat:repeat;
	border:1px solid #FFFFFF;
}

.mainnavactive a:hover {
		color: #FFFFFF;
		text-decoration:underline;
}

.mainnavactive a:visited {
		color: #FFFFFF;
        text-decoration:none;
}

.subnav a {
	display: block;
	padding-right: 5px;
	margin-top: 0px;
	font-size:12px;
	text-align:right;
	font-weight: normal;
	text-decoration:none;
	line-height: 18px;
	color:#330066;
	background-color: #FFCC00;
   	background-image: url("/images/style/bg_button.jpg");
	background-repeat:repeat;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-top-width:1px;
    border-style:solid;
    border-color: #000066;

}
.subnav a:hover {
		background-color:#FF9900;
		text-decoration:underline;
       	background-image: url("/images/style/bg_button_over.jpg");
    	background-repeat:repeat;

}

.subnav a:visited {
		text-decoration:none;
}

.subnavactive {
	display: block;
	padding-right: 5px;
	margin-top: 0px;
	font-size:12px;
	text-align:right;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration:none;
	line-height: 18px;
	background-color:#CC3300;
   	background-image: url("/images/style/bg_button_active.jpg");
	background-repeat:repeat;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;

}

.subnavactive a:hover {
		text-decoration:underline;
}

.subnavactive a:visited {
        color: #FFFFFF;
		text-decoration:none;
}
.fehlertext {
	font-weight:bold;
	color:#FF0000;
}

td.zweizeilig {
	line-height: 18px;
}

/* Formulare ++++++++++++++++++++++++++++++++++++++++++++++++++*/
form {
    background-color: #FF9900;
    padding: 5px;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-top-width:1px;
    border-style:solid;
    border-color:#FF9900;
    background-color:#FFFFCC;
}
label {
    font-weight:bold;
}
td.label {
    text-align:right;
    vertical-align:middle;
}
input, textarea, select, radio {
    border-width:3px;
    border-color:#FF9900;
	background-color: #FFFFFF;
	font-size: 1.0em;
    font-family: Arial, Verdane, Helvetica, sans-serif;
}
.button {
    border-width:3px;
    border-color:#FF9900;
	background-color: #FF9900;
    color: #FFFFFF;
    font-weight: bold;
	font-size: 1.0em;
    font-family: Arial, Verdane, Helvetica, sans-serif;
}
/* 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++++++++++++++++++++++++++++++++++++++*/


/*Beginn Gästebuch+++++++++++++++++++++++++++++++++++++++++++++*/
.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: 12px;
	color: #000000;
}
.textarea {
	width: 250px;
	background-color: #cdcdcd;
	font-size: 12px;
	color: #000000;
}
.fehler {
	font-size: 10pt;
	color: #dd0000;
	font-weight: bold;
	text-decoration: none;
}
.eintrag {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
a.hinweis:link {
	font-size: 8pt;
	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ästebuch+++++++++++++++++++++++++++++++++++++++++++++*/

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 +++++++++++++++++++++++++++++++++++++*/

/*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;
}
.fw_order_halfbooked {
    color:#FFFFFF;
   	background-image: url("/images/style/bg_td_halfbooked.jpg");
    background-repeat: no-repeat;
    text-align:center;
}
.fw_order_halffree {
    color:#FFFFFF;
   	background-image: url("/images/style/bg_td_halffree.jpg");
    background-repeat: no-repeat;
    text-align:center;
}
.fw_order_halffreereserved {
   	background-image: url("/images/style/bg_td_halffreereserved.jpg");
    background-repeat: no-repeat;
    text-align:center;
}
.fw_order_halfreservedfree {
   	background-image: url("/images/style/bg_td_halfreservedfree.jpg");
    background-repeat: no-repeat;
    text-align:center;
}
/*Ende - FW-Buchungen ++++++++++++++++++++++++++++++++++++++++*/
