/* General styles */
html { 
  width:980px;
  margin:0px auto;
/*  background-image: url(feuerwerk.jpg);*/
  background-size: auto 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.75);
}
/* IE8- CSS hack */
@media \0screen\,screen\9 {
    html {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff02008c",endColorstr="#ff0300a0",GradientType=0);
    }
}
body {
  margin:0;
  padding:0;
  border:0;			/* This removes the border around the viewport in old versions of IE */
  width:100%;
  min-height:100%;
  background:#fff;
  color:#000B33;
  font-family:Arial,Helvetica,sans-serif;
	font-size:90%;
}
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1, h2, h3 {
  margin:.8em 0 .2em 0;
  padding:0;
}
p {
  margin:.4em 0 .8em 0;
  padding:0;
}
hr {
  margin:.4em 0 .8em 0;
  padding:0;
  clear: both;
}


/* Header styles */
#header {
  clear:both;
  float:left;
  width:950px;
  height:80px;
  background-color:#ffffff;
padding:15px;
}
/* column container */
.colmask {
  position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  clear:both;
  float:left;
  width:100%;			/* width of whole page */
  overflow:hidden;	/* This chops off any overhanging divs */
  z-index:1;
}
/* 2 column right menu settings */
.rightmenu {
  background:#e2e2e2;
}
.rightmenu .colleft {
  float:left;
  width:200%;
  margin-left:-254px;
  position:relative;
  right:100%;
  background:#fff;
}
.rightmenu .col1wrap {
  float:left;
  width:50%;
  min-height:1000px;
  position:relative;
  left:50%;
  padding-bottom:1em;
}
.rightmenu .col1 {
  margin:10px 10px 10px 264px;
  overflow:hidden;
}
.rightmenu .col2 {
  margin:0px 10px 10px 10px;
  float:right;
  width:234px;
  position:relative;
  left:254px;
}

.seitenueberschrift {
  background-color:#e2e2e2;
  padding:5px;
  font-size:125%;
  font-weight:bold;
  margin-bottom:15px;
}

.veranstaltung {
  background: #e2e2e2;
  background: -moz-linear-gradient(top, #e2e2e2 0%, #e2e2e2 20%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #e2e2e2 0%,#e2e2e2 20%,#ffffff 100%);
  background: linear-gradient(to bottom, #e2e2e2 0%,#e2e2e2 20%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 );
}

.vl {
  width:190px;
}

.vr {
  width:510px;
  float:right;
}

.z1{
  padding:5px;
  font-size:120%;
}

.z2{
  padding:5px;
  font-size:100%;
  display:block;
}

.z3{
  padding:5px;
  font-size:100%;
  display:block;
}

.vunten{
  padding:5px;
  font-size:100%;
  color:#cc0000;
  display:block;
}

.z2a{
  padding:5px;
  font-size:100%;
  display:none;
}

.z3a{
  padding:5px;
  font-size:100%;
  display:none;
}

.vuntena{
  padding:5px;
  font-size:100%;
  color:#cc0000;
  display:none;
}

.termin {
  font-weight: bold;
  width: 250px;
}

.ueberschrift {
  font-weight: bold;
  width: 420px;

}

.anmelden {
  float:right;
  width: auto;
}

.anmeldebutton {
  margin:6px;
  padding:3px;
  border-radius: 6px;
  background: #00285A;
  background: -moz-linear-gradient(#00285A 0%, #003C85 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00285A), color-stop(100%, #003C85));
  background: -webkit-linear-gradient(#00285A 0%, #003C85 100%);
  background: linear-gradient(#0373AE 30%, #0373AE 70%);
  display:box;
  float:right;
}

a.anmeldebutton:link { font-size:120%; color:#ffffff; text-decoration:none; }
a.anmeldebutton:visited { font-size:120%; color:#ffffff; text-decoration:none; }
a.anmeldebutton:link:hover { font-size:120%; color:#ff0000; text-decoration:none; }
a.anmeldebutton:visited:hover { font-size:120%; color:#ff0000; text-decoration:none; }

.preis {
  width: 250px;
}

.unter-ueberschrift {
  width: 430px;
}

.bild {
  width: 250px;
}

.vabild {
  width: 250px;
}

.text {
  width: 430px;
}

.bemerkungtext {
  width: 430px;
  font-weight:bold;
  color:#000077;
}

.ausverkaufttext {
  width: 430px;
  font-weight:bold;
  color:#cc0000;
}

table.rahmen {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
}
table.rahmen th {
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: gray;
}
table.rahmen td {
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: gray;
  vertical-align: top;
}

ul,ol {
  margin: 0;
  padding-left: 25px;
}

.textrechts2 {
margin-top:8px;
margin-bottom:20px;
padding:5px;
background-color:#ffffff;
border:1px solid #00285a;
}

.aktuelles {
margin-top:8px;
padding:5px;
background-color:#e2e2e2;
}

.akueber {
font-weight:bold;
font-style:italic;
font-size:120%;
}


.kasten { border:1px solid #cbd1e1; margin:0px; padding:5px; background-color:#e2e2e2; }
.kastenw { border:1px solid #cbd1e1; margin:0px; padding:5px; background-color:#ffffff; }
.kastenr { border:1px solid #ff8080; margin:0px; padding:5px; background-color:#ffd5d6; }
a:link { color:#0000ff; text-decoration:none; }
a:visited { color:#0000dd; text-decoration:none; }
a:link:hover { color:#0000bb; text-decoration:underline; }
a.navi:link { color:#000000; text-decoration:none; }
a.navi:visited { color:#000000; text-decoration:none; }
a.navi:link:hover { color:#000000; text-decoration:none; }
a.naviactive:link { color:#000000; text-decoration:none; font-weight:bold; }
a.naviactive:visited { color:#000000; text-decoration:none; font-weight:bold; }
a.naviactive:link:hover { color:#000000; text-decoration:none; font-weight:bold; }
td.ueber { border:1px solid #222222; text-align:center; background-color:#dddddd; }
td.navigation { border-left:1px solid #ffffff; border-top:1px solid #ffffff; border-bottom:1px solid #000000; border-right:1px solid #000000; padding:2px; margin:0px; text-align:center; background-color:#e2e2e2; } 
td.navigationactive { border-right:1px solid #ffffff; border-bottom:1px solid #ffffff; border-top:1px solid #000000; border-left:1px solid #000000; padding-left:3px; padding-top:3px; padding-right:1px; padding-bottom:1px; margin:0px; text-align:center; background-color:#e2e2e2; cursor:hand; } 
.text1 { font-size:0.9em; }
.text2 { font-size:1em; }
.text3 { font-size:1.2em; }
.text4 { font-size:1.4em; }
.ueber1 { font-size:1.2em; font-weight:bold; }
.ueber2 { font-size:1.5em; font-weight:bold; text-align:center; }
.ueber3 { font-size:1.8em; font-weight:bold; text-align:center; }
.ueber4 { font-size:2.2em; font-weight:bold; text-align:center; }


.vhsak {
visibility:collapse;
}

#nav {
  position:relative;
  width:100%;
  margin:0 auto;
  margin-top:10px;
  padding:10px;
}

ul#navigation {
  width:100%;
  margin:0px auto;
  padding: 0px;
  position:relative;
  float:left;
  font-size:1em;
  font-weight:normal;
  text-shadow: 0 1px 2px #000;
  background: #00285A;
  background: -moz-linear-gradient(#00285A 0%, #003C85 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00285A), color-stop(100%, #003C85));
  background: -webkit-linear-gradient(#00285A 0%, #003C85 100%);
  background: linear-gradient(#0373AE 30%, #0373AE 70%);
}

ul#navigation li {
  display:inline;
  margin:0;
  padding:0;
  float:left;
  position:relative;
}

ul#navigation li a {
  padding:15px 12px;
  color:#fff;
  text-decoration:none;
  display:inline-block;
}

ul#navigation li a:hover {
  text-decoration:none;
  color:#fff;
}

ul#navigation li:hover > a {
  background: #00285A;
  text-decoration:none;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
  visibility:visible;
  opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;    
  visibility:hidden;
  position: absolute;
  z-index: 99999;
  width:260px;
  background:#003C85;
  box-shadow:1px 1px 3px #ccc;
  opacity:0;
  font-weight:normal;
}

ul#navigation ul {
left: 0px;
}

ul#navigation ul li ul {
  top: 0;
  left: 254px;
  background:#0056BF;
}

ul#navigation ul li {
  clear:both;
  width:100%;
  border:0 none;
  border-bottom:1px solid #c9c9c9;
}

ul#navigation ul li a {
  background:none;
  padding:12px 15px;
  color:#fff;
  text-decoration:none;
  display:inline-block;
  border:0 none;
  float:left;
  clear:both;
  width:230px;
}

ul#navigation li a.first {
  border-left: 0 none;
}

ul#navigation li a.last {
  border-right: 0 none;
}
#navigation ul { display: none; }
#navigation li:hover ul { display: block; }

ul#navigation li.navi1 { border-left:5px solid #EB640F; }
ul#navigation li.navi2 { border-left:5px solid #64B9E6; }
ul#navigation li.navi3 { border-left:5px solid #7D5AA5; }
ul#navigation li.navi4 { border-left:5px solid #AFC805; }
ul#navigation li.navi5 { border-left:5px solid #FF000F; }
ul#navigation li.navi6 { border-left:5px solid #D29BAA; }

form#suche input {
  margin-left:15px;
  margin-top:12px;
}
form#suche button {
  border:0px;
  background:transparent;
  color:#fff;
  font-size:1.2em;
}

.high {
	background-color:#ff0;
}	
	

