/*              	  BASICS              */



/*    General-Selektor     */

* { padding: 0; margin: 0; }


/*    Body      */

body {
	margin: 0; 	
	padding: 0;
	font: normal .95em 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	background: /* url(images/images/background.jpg) repeat-x  */ #f7e9c2;  
	height: 100%;	
	line-height: 150%;
      }





/*    Headlines + AbsŠtze + Listen + Betonungen    */

h1 {
	font:  'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.4em; 
    font-weight: light;
    color: #736b3d;
	line-height: 1.2em;
       }


p {
	margin: 10px 10px 15px 10px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

em {
     font-size: 1.05em;   /*    fŸr alle fŠlle, da kursive schrift generell rein optisch a bisserl kleiner ausfŠllt.     */
     }
     


/*        LAYOUT              */




/* wrap */

#wrap {
	width: 800px;
	margin: 10px auto;
	background-color: transparent;
}


/* header */

#header {
	position: relative;
	height: 215px;
	text-align: left;		
	margin: 0; padding: 0;	
	background-color: transparent;
}
#header .headerphoto {
	position: absolute;
	right: 0px ; top: 15px;
	width: 515px;
	height: 200px;
	background: #736b3d url(images/images/headpic_515x200.jpg) no-repeat;	
}
#header .logo-box {
	position: absolute;
	left: 0px ; top: 15px;
	width: 285px;
	height: 200px;	
	background: #736b3d url(images/images/sandmeir_logo_285x200.jpg) no-repeat;
}





/*  menu */

#menu {	
	margin: 0 0 0 0; 
	padding: 0 0 15px 0;		
	width: 800px;	
	height: 35px;
	background: #f7e9c2;
	float: left;
}
#menu ul {
	font: bolder 14px 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;  
	width: 800px;
	height: 35px;
	color: #FFF;
	background-color: #f7e9c2;		 	
	margin: 0px;
	padding: 0;
	display: inline;
	float: left;	
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 0 0 0 0;	
	color: #FFF;	
	text-decoration: none;	
}

/* Zusatzfenster in "Aktuelles" */

.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
 
.white_content {
display: none;
position: absolute;
top: 25%;
left: 25%;
right: 25%;
width: #%;
height: #%;
padding: 16px;
border: 5px solid #736b3d;
background-color: white;
z-index:1002;
overflow: auto;
}


/* content */
#content-wrap {
	clear: both;
	width: 800px;
	background: #0338a5 url(images/images/bgwrap.jpg) repeat-y;	
	padding: 0;
    }
    
#content {
	width: 800px;	
	min-height: 520px;
	clear: both;
	text-align: left;	
	background: #0338a5 url(images/images/bgwrap.jpg) repeat-y;
	padding: 0;
}

/* Container mit slideshow & oeffnungszeiten */

#slideshow_oeffnung {
      	float: right;
}

/* slideshow */
#slideshow {
	border: 5px solid #736b3d;
    width: 270px;
	height: 400px;
	margin: 0; 
	padding: 0;	
    background-color: #736b3d;
     }	

/* oeffnungszeiten */
#oeffnung {
	border: 5px solid #736b3d;
	margin: -20px 0 10px 0; 
	padding: 10px 0 0 0;
    background-color: #736b3d;
	font: normal .85em 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
	width: 270px;
	height: 110px;
	color: #fff;	
	text-align: left;
	line-height: 125%;
}     
     
#oeffnung a {
    letter-spacing: 0.05em;
	text-decoration: none;
	color: #fff;	
}

#oeffnung a:hover {
    text-decoration: underline;
}




/* main */
#main {
	background-color: transparent;
	width: 450px;	
	margin: 0;
    padding: 10px 30px 10px 10px;	
    overflow: auto;
    }
 
#main a {
    text-decoration: underline;
    color: #fff;
}

 .rubrik {
    margin: 0 0 -15px 5px;
}


#light {
     color: #736b3d;
}

#light a {
     color: #736b3d;
 }

/* footer */

#footer {
	clear: both; 
	margin: 15px 0 0 0; 
	padding: 0;
	border-top: 1px solid #736b3d;
	font: normal .9em 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 45px;
	color: #736b3d;	
	text-align: center;
}

#footer a {
    text-decoration: none;
    color: #736b3d;
}

#footer a:hover {
	text-decoration: underline;
	color: #736b3d;
}



