html, body {
    height: 100%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

#wrap {
    min-height: 100%;
}

#header {
    background-color: #9c9e9f;
    width:100%; 
    height:80px;
}

#main {
    overflow:auto;
    padding-bottom: 250px;
    width: 962px;
    margin-left: auto;
    margin-right: auto;
}  /* must be same height as the footer */


#footer {
    background-color: #9c9e9f;
    position: relative;
    margin-top: -150px; /* negative value of footer height */
    height: 250px;
    clear:both;
}

#headerContent {
    width: 962px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

#footerContent {
    width: 962px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

a:link {
    color: #9c9e9f;
    text-decoration:none;
}

a:visited {
    color: #9c9e9f;
    text-decoration:none;
}

a:focus { 
   color: #9c9e9f;
   text-decoration:none; 
}

a:hover { 
    color: #eb690b;
    text-decoration:none;
}

a:active { 
    color: #eb690b;
    text-decoration:none;
}

div#Left{
    float: left;
    width: 160px;
}

div#Logo {
    position: relative;
    top: 40px;
    left: 40px;
    width: 160px;
}

div#Navigation {
    position: relative;
    top: 190px;;
    left: 20px;
    width: 180px;
    text-align: right;
    font-size: large;
    line-height: 150%;
}

div#SubNavigation {
    position: relative;
    top: 225px;
    left: 10px;
    width: 190px;
    text-align: right;
    font-size: small;
    line-height: 150%;
}

div#TopNavigation {
    text-align: right;
    position: relative;
    right: 40px;
    top: 60px;
    color: #ffffff;
    font-size: small;
}

a.White:link {
    color: #ffffff;
    text-decoration:none;
}

a.White:visited {
    color: #ffffff;
    text-decoration:none;
}

a.White:focus { 
   color: #ffffff;
   text-decoration:none; 
}

a.White:hover { 
    color: #eb690b;
    text-decoration:none;
    background: #ffffff;
}

a.White:active { 
    color: #eb690b;
    text-decoration:none;
    background: #ffffff;
}

a.ActiveSite:link {
    color: #eb690b;
    text-decoration:none;
}

a.ActiveSite:visited {
    color: #eb690b;
    text-decoration:none;
}

a.ActiveSite:focus { 
   color: #eb690b;
   text-decoration:none; 
}

a.ActiveSite:hover { 
    color: #eb690b;
    text-decoration:none;
    background: #ffffff;
}

a.ActiveSite:active { 
    color: #eb690b;
    text-decoration:none;
    background: #ffffff;
}

div#Right{
    position: relative;
    float: right;
    right: 40px;
}

div#Bild {
    position: relative;
    top: 40px;
    width: 702px;
    height: 400px;
}

div#Text {
    position: relative;
    top: 56px;
    width: 702px;
    text-align: left;
    color: #9c9e9f;
    font-size: large;
}

div#Zeiten{
    color: #ffffff;
    font-size: small;
    float: left;
    position: relative;
    left: 216px;
}

div#Adresse{
    color: #ffffff;
    font-size: small;
    float: right;
    position: relative;
    right: 40px;
}

.ui-accordion-content {
    padding: 0px !important;
}