/*
Theme Name: HGO Team
Author: Ralf Heinz
Author URI: http://ralfheinz.eu/
Version: 1.0
*/


/* ##################################################################### */
/* RESET */
/* ##################################################################### */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	height: 101%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/* ##################################################################### */
/* sitelayout */
/* ##################################################################### */

#wrapper	{
	width: 960px;
	margin: 0 auto;
}

#navi	{
	float: left;
	width: 100%;
	background-color: #c7bea2;
	margin-bottom: 30px;
}

#footer	{
	margin-top: 40px;
	text-align: center;
}



/* ##################################################################### */
/* tags */
/* ##################################################################### */

body {
	color: #584406;
	background-color: #dacfb1;
	font-family: Arial, Verdana, sans-serif;
}

h2	{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

strong{
	font-weight: bold;
}

p	{
	line-height: 1.3em;
	padding-bottom: 0.3em;
}

a	{
	color: #584406;
	text-decoration: none;
}
	a:hover	{
		color: #584406;
		text-decoration: underline;
	}

/* ##################################################################### */
/* classes */
/* ##################################################################### */

.clear{
	clear: both;
}

.left	{
	float: left;
	margin-right: 20px;
}

.right	{
	float: right;
	margin-left: 20px;
}

.spacer	{
	margin-bottom: 40px;
}

.ml30	{
	margin-left: 25px;
}

.shadow	{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(88, 68, 6, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(88, 68, 6, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(88, 68, 6, 0.5);
}

.border	{
	border: 10px solid #c7bea2;
}

ul.menu li	{
	float: left;
	font-size: 20px;
	list-style-type: none;
	padding: 20px 20px;
}
	ul.menu li.current-menu-item	{
		text-decoration: underline;
	}
		ul.menu li.current-menu-item a	{
			text-decoration: underline;
		}
		
table#oeffnungszeiten	{
	width: 460px;
}
	table#oeffnungszeiten td	{
		padding: 5px 0;
	}
	
/* ##################################################################### */
/* slidwshow */
/* ##################################################################### */	
#slideshow{
    background-color:#F5F5F5;
    border: none;
    height: 550px;
    margin: 0 auto;
    position:relative;
    width: 960px;
}

#slideshow ul{
	width: 960px;
	height: 550px;
    list-style: none outside none;
    overflow: hidden;
    position: absolute;
}

#slideshow li{
    position:absolute;
    display:none;
    z-index:10;
}

#slideshow li:first-child{
    display:block;
    z-index:1000;
}

#slideshow .slideActive{
    z-index:1000;
}

#slideshow canvas{
    display:none;
    position:absolute;
    z-index:100;
}

#slideshow .arrow{
    height:86px;
    width:60px;
    position:absolute;
    background:url('img/arrows.png') no-repeat;
    top:50%;
    margin-top:-43px;
    cursor:pointer;
    z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}
