
/* Note: Try to remove the following lines to see the effect of CSS positioning */
.affix {
    top: 0px;
    
}

.affix + .container-fluid {
	padding-top: 140px;
}



h1	
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 1.5em;
    text-decoration: underline;
    text-align: center;
}

h2	
{
	font-weight: bold;
	font-size: 1.2em;
    text-align: center;
}

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

hr 
{
   display: block;
   position: relative;
   padding: 0;
   margin: 8px auto;
   height: 0;
   width: 100%;
   max-height: 0;
   font-size: 1px;
   line-height: 3px;
   clear: both;
   border: none;
   border-top: 1px solid #aaaaaa;
   border-bottom: 1px solid #ffffff;
}

#content	
{
	text-align: center;
	background-color: #FFFFFF;
	width: 1000px;  
	margin: auto;
}

.div_left
{
	float:left;
	width:230px;
	padding-left: 20px;
}

.div_centre 	
{
	float: left;
	width:720px;
	padding-left: 10px;
}

a.unserNeuer
{
z-index:1;
}

a.unserNeuer:hover
{
z-index:2;
}

a.unserNeuer span
{
display: none;
}

a.unserNeuer:hover span
{
display:block;
position:relative;
top:-17em;
left:4em;
width:35em;
border:1px solid #12127D;
background-color:#fc0;
color:#000;
text-align: center;
padding: 0px;
font-size: 0.8em;
}

.buerozeiten 
{
	border: 3px;
	border-style: solid;
	border-color: #399E0A;   /* #E9C00A; */
	background-color: #79CF37;  /* #FDF4A0; */
	padding: 5px;
	
	border-top-left-radius:  10px 10px;
	border-top-right-radius:  10px 10px;
	border-bottom-left-radius:  10px 10px;
	border-bottom-right-radius:  10px 10px;
	
}


.skitabelle 
{
	border: 3px;
	border-style: solid;
	border-color: blue;
	background-color: #A6CBEE;
	margin: 5px;
}

.skitabelle:HOVER
{
	border: 3px;
	border-style: solid;
	border-color: blue;
	background-color: #CEE3F6;
	
}

.radtabelle 
{
	border: 3px;
	border-style: solid;
	border-color: #D41BAF;
	background-color: #FBE5F7;
	margin: 5px;
}

.radtabelle:HOVER
{
	border: 3px;
	border-style: solid;
	border-color: #D41BAF;
	background-color: #FAB8ED;
	
}

.silvestertabelle 
{
	border: 3px;
	border-style: solid;
	border-color: #BFB170;
	background-color: #D7C781;
	margin: 5px;
}

.silvestertabelle:HOVER
{
	border: 3px;
	border-style: solid;
	border-color: #BFB170;
	background-color: #E6D89A;
}

.reisentabelle 
{
	width: 100%;
	border-collapse: separate; 
	border-spacing: 5px;
}

.rundreisentabelle 
{
	border: 3px;
	border-style: solid;
	border-color: #941515;
	background-color: #D06A6A;
	margin: 5px;
}

.rundreisentabelle:HOVER
{
	border: 3px;
	border-style: solid;
	border-color: #941515;
	background-color: #E59292;
	
}

.theatertabelle 
{
	border: 3px;
	border-style: solid;
	border-color: #744912;
	background-color: #A87E48;
	margin: 5px;
}

.theatertabelle:HOVER
{
	border: 3px;
	border-style: solid;
	border-color: #744912;
	background-color: #C09762;
	
}

.wandertabelle 
{
	border: 3px;
	border-style: solid;
	border-color: #5F863B;
	background-color: #B7DA97;
	margin: 5px;
}

.wandertabelle:HOVER
{
	border: 3px;
	border-style: solid;
	border-color: #5F863B;
	background-color: #CCEBAF;
	
}

.adventtabelle 
{
	border: 3px;
	border-style: solid;
	border-color: #135833;
	background-color: #347954;
	margin: 5px;
}

.adventtabelle:HOVER
{
	border: 3px;
	border-style: solid;
	border-color: #135833;
	background-color: #61A982;
	
}