body {
    margin: 0;
    background-color: #484845;
    /*background-color: #331404;*/
    
    font-family: Trebuchet MS, Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
    
    color: #F8F8F8;
}

h1 {
    font-size: 20px;
    line-height: 23px;
    font-weight: normal;
    margin-top: 0;
    color: #ff4800;
}

h2 {
    font-size: 17px;
    line-height: 20px;
    font-weight: normal;
    margin-top: 0;
    color: #ff4800;
}

h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #ff4800;
    margin: 0;
    padding: 0;
}

p {
    text-align: justify;
}

a {
    color: #ff4800;
}

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

li {
    margin: 3px 0 0 20px;
}

.fussnote {
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 0.5px;
}

.redborder {
	border: 2px solid red;
	font-weight: bolder;
	padding: 5px;
}

.greenborder {
	border: 2px solid green;
	font-weight: bolder;
	padding: 5px;
}









/*********************************************************************
 Formular
*********************************************************************/
textarea, input, select {
    padding: 2px 0px 2px 10px;
	border: 1px solid #ff4800;
	background-color: #E5E5E5;
	margin:2px;
	
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
}

textarea:focus, input:focus, select:focus {
	background-color: #FFFFFF;
}

input[type=checkbox] {
    padding: 0;
    border: 0;
    background-color: white;
}

input[type=submit] {
    padding: 2px 0px 2px 0px;
	border: 1px solid #ff4800;
	background-color: #FFFFFF;
	color: #ff4800;
	margin: 2%;
	width: 96%;
}

input[type=submit]:hover {
	background-color: #E5E5E5;
	color: #ff4800;
	cursor: pointer;
}

fieldset {
    border: 1px solid #ff4800;
}

legend {
    font-weight: bold;
    color: #F8F8F8;
}

label {
    display: block;
    float: left;
    clear: both;
    width:150px;
    margin:3px 0 5px 100px;
}

hr {
    border: solid #ff4800;
    border-width: 0 0 1px 0;
}











.schaltflaeche {
    border: 1px solid #ff4800;
    background-color: #BDBDBC;
    color: #ff4800;
    padding: 3px 8px;
    text-decoration: none;
}

.schaltflaeche:hover {
    border: 1px solid #ff4800;
    background-color: #ff4800;
    color: #E5E5E5;
}












/*********************************************************************
 Startseite
*********************************************************************/

.startseite_titel {
    float: left;
    text-transform: uppercase;
    color: #876453;
    font-size: 36px;
    margin: 5px;
}

.startseite_untertitel {
    float: left;
    color: #bdbdbc;
    margin: 50px 0 10px 80px;
}

#startseite_content {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 960px;
    height: 400px;
    margin: -200px 0 0 -480px;
}

#startseite_content img{
    float: right;
}








/******************************************************
 News
******************************************************/
#newstitel {
    border-bottom: 1px solid #ff4800;
    line-height: 12px;
} 


#newsausgabe {
    margin: 0 10px;
}


#newsausgabe h1 {
    margin-bottom: 0;
    color: #FFFFFF;
}

#newsausgabe h3 {
    color: #FFFFFF;
}

#newsausgabe h6 {
    float: right;
    margin: 0 10px 10px 10px;
    color: #808080;
}


/* Link für aktuelle Seite */
.news_akt_seite {
    display: inline;
    padding: 5px;
    margin: 1px;
}

/* Links für weitere Seiten */
.newsSeitenlinks a {
    display: inline;
    padding: 5px;
}

.newsSeitenlinks a:hover {
    background-color: #ff4800;
    color: #E5E5E5;
}









/******************************************************
 Termine
******************************************************/
.termintabelle {
    width: 96%;
    margin: 0 2% 20px 2%;
}

.termintabelle th {
    font-size: 14px;
    color: #ff4800;
    background-color: #6D6D6D;
    padding: 2px;
}

.termintabelle td {
    padding: 5px;
    border-bottom: dashed 1px #BDBDBC;
}

.termintabelle tr:hover {
    background-color: #4E4E4E;
}

.termintabelle a {
    color: #E5E5E5
}

.termintabelle a.reservierenlink {
    color: #ff4800
}


/* .termintabelle tr {
    background-color: #E5E5E5;
}

table.termintabelle .s {
	background-color: #F8F8F8;
} */



























/******************************************************
 Kontakt
******************************************************/
#mailformular textarea {
    width: 94%;
    margin: 0 2%;
}

#mailformular label {
    margin-left: 2%;
    width: 15%;
}

#mailformular input[type=text] {
    width: 78%;
    margin-left: 5px;
}


























/*********************************************************************
 Template
*********************************************************************/

/************************ Wrapper ******************************/
#wrapperPage {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 960px;
    height: 560px;
    margin: -275px 0 0 -480px;
}





/************************ Content ******************************/
#wrapperContent {
    position: absolute;
    left: 0;
    top: 0;
    width: 960px;
    height: 550px;

    background-color: #3D3D3D;
    border: 1px solid #BDBDBC;
    
    z-index: 1;
    
    /* Box-Shadow für Firefox und Safari */
    -moz-box-shadow: 0px 0px 40px #000000;
    -webkit-box-shadow: 0px 0px 40px #000000;
    /* Box-Shadow nach CSS3 */
    box-shadow: 0px 0px 40px #000000;
}

#scrollbar_content {
    position: absolute;
    left: 10px;
    top: 40px;
    overflow: auto;

    width: 550px;
    height: 340px;
    padding: 15px 55px;

    background-color: #6D6D6D;
    border: 1px solid #BDBDBC;
}

#scrollbar_track {
    position:absolute;
    top:50px;
    left:675px;
    height:350px;
    width:10px;
    background-color:transparent;
    cursor:move;
}

#scrollbar_handle {
    width:4px;
    background-color:#ff4800;
    cursor: auto;
    margin-left: 3px
}

/* #scrollbar_handle:hover{
    width: 10px;
    margin-left: 0;
} */

#scrollbar_background {
    position: absolute;
    left: 678px;
    top: 50px;
    
    height: 350px;
    width: 4px;
    
    background-color: #6D6D6D;
}

#scrollbarPfeilTop {
    position: absolute;
    top: 35px;
    left: 675px;
}


#scrollbarPfeilBottom {
    position: absolute;
    top: 405px;
    left: 675px;
}










/************************ Content Unten *****************************/
.contentUnten {
    position: absolute;
    left: 10px;
    top: 440px;
    overflow: auto;

    width: 650px;
    height: 90px;
    padding: 5px;
    
    z-index: 1;
}









/************************ Content Rechts *****************************/
#textfeldRechts {
    position: absolute;
    right: 10px;
    top: 80px;
    overflow: hidden;

    width: 250px;
    height: 150px;
    padding: 5px;
    
    z-index: 8;
}

#seitentitel {
    position: absolute;
    right: 30px;
    top: 255px;
    
    text-transform: uppercase;
}








/************************ Footer & Header****************************/
#footer {
    position: absolute;
    left: 0;
    top: 555px;
    color: #F8F8F8;
}

#footerRechts {
    float: right;
}

#footerRechts a {
    color: #E5E5E5;
}

#footerRechts a:hover {
    color: #E5E5E5;
}

#header {
    font-size: 22px;
    line-height: 25px;
    font-weight: normal;
    margin-top: 0;

    position: absolute;
    left: 10px;
    top: 10px;
    
    color: #BDBDBC;
    
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

#schriftzugHautnah {
    position: absolute;
    top: 20px;
    right: 10px;
}

#titelbild{
    position: absolute;
    right: 30px;
    top: 280px;
}




/************************ Menu **************************************/
#menu {
    position: absolute;
    left: 10px;
    top: 420px;
    
    width: 665px;
    
    z-index: 10;
}

#menu li {
    margin: 0;
}

#menu2 {
    position: absolute;
    right: 5px;
    bottom: 10px;
}

#menu2 a {
    float: left;
}


.menu a {
    display: block;

    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #BDBDBC;

    margin-right: 8px;

    padding: 2px;
}

.menu a:hover {
    color: #ff4800;
}


a.aktMenupunkt {
    color: #FF4800;
    font-weight: bold;

    cursor: default;
}


a.aktHauptMenupunkt{
    color: #ff4800;
    font-weight: bold;
}





/***** NEU *****/
#menu ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

    #listmenu li {
        float: left;
        display: block;
    }
    
        #listmenu ul li {
            float: none;
            border: none;
        }
    
    #listmenu li ul {
        display: none;
        float: left;
        
        padding-bottom: 10px;
        border-top : 2px solid #3D3D3D;
    }
    
    #listmenu li:hover ul {
        display: block;
    }
    
    #listmenu li:hover {
        background-color: #4E4E4E;
    }












/************************ Filmstreifen ******************************/
#filmstreifen table {
    position: absolute;
    left: 0px;
    margin-top: 15px;
}

#filmstreifen td {
    vertical-align: middle;
}

#filmstreifen td div {
    margin: 0 5px;
    text-align: center;
}

#filmstreifen img {
    border: 1px solid #ff4800;
    height: 70px;
}












/************************ Content Fotoanzeige ***********************/
#grossbildLadeanz {
    display: none;

    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    z-index: 10;

    background-image: url(../templates/bg_weiss_transparent.png);
}

#grossbildLadeanz img {
    position: absolute;
    left: 50%; top: 50%;
    margin: -32px 0 0 -32px;
}

#grossbildWrapper {
    text-align: center;
}

#grossbildWrapper p {
    text-align: center;
}

#grossbildIMG {
    border: 2px solid #BDBDBC;
}

.grossbildPfeile {
    font-size: 40px;
    color: #F8F8F8;
    text-decoration: none;
    display: none;
    line-height: 350px;
}

.grossbildPfeile:hover {
    color: #ff4800;
}

#grossbildPfeilL {
    position: absolute;
    left: 10px;
    top: 0;
}

#grossbildPfeilR {
    position: absolute;
    right: 10px;
    top: 0;
}

#grossbildBeschreibung {
    color: #E5E5E5;
}






