html, body
{
    padding: 0;
    margin: 0;
    background: #E9EAED;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 1px;
}
a
{
    color: #007A00;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
#container
{
    max-width: 960px;
    min-height: 500px;
    background-color: transparent;
    margin: 0 auto;
    display: none;
}
#headline
{
    width: 100%;
    height: 40px;
    color: #FFF;
    background-color: #363636;
    padding: 7px 25px 0 0;
    border-bottom: solid 5px #007A00;
    text-align: right;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
#headline a
{
    color: #FFF;
}
#header
{
    width: 100%;
    max-height: 250px;
    background-color: #FFF;
    padding: 20px 25px 0 25px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
#header img
{
    width: 100%;
    height: auto;
}
#content
{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
/****** Menu ******/
ul#nav
{
    margin-top: 0;
    font-family:Trebuchet MS;
    font-size:18px;
    background-color: #363636;
    border-bottom: solid 5px #007A00;
    text-transform: uppercase;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
ul#nav li
{
	list-style-type:none;
    display: inline-block;
}
ul#nav li a
{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:18px;
	height: 60px;
    text-shadow: 2px 2px 2px #000;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
ul#nav li a:hover
{
    background-color: #007A00;
    text-shadow: 2px 2px 2px #00BD00;
}
ul#nav li a.active
{
    background-color: #007A00;
    text-shadow: 2px 2px 2px #00BD00;
}
/****** Menu END ******/
.left
{
    width: 66.66666667%;
    min-height: 700px;
    margin-top: 20px;
    padding: 20px 25px 0 25px;
    background-color: #FFF;
    border-right: 1px solid #C0C0C0;
    float: left;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.left img.jessy
{
    float: left;
}
.left .phome
{
    float: left;
    width: 42%;
    margin: 0;
}
.left h1
{
    margin-top: 0;
    padding-bottom: 2px;
    border-bottom: 2px solid #007A00;
}
.right
{
    width: 31.33333337%;
    min-height: 250px;
    margin-left: 2%;
    margin-top: 20px;
    border-right: 1px solid #C0C0C0;
    padding: 0 25px 25px 25px;
    background-color: #FFF;
    float: left;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.right a:hover
{
    text-decoration: underline;
}
.right h3
{
    font-size: 1.1em;
    padding-top: 0;
    padding-bottom: 2px;
    border-bottom: 2px solid #007A00;
}
.right ul
{
    list-style-type: square;
    font-size: 1em;
}
.right ul li
{
    color: #007A00;
}
.right ul li span
{
    color: #000;
}
#footer
{
    width: 100%;
    height: 40px;
    color: #FFF;
    background-color: #363636;
    padding: 7px 25px 0 0;
    border-bottom: solid 5px #007A00;
    text-align: right;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
address
{
    font-size: 14px;
    padding-top: 0;
}
.text
{
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    width: 295px;
    outline-color: #007A00;
}
.button
{
    width: 100px;
    height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    outline-color: #007A00;
}
.margintop_20
{
    margin-top: 20px;
}
.clear
{
    clear: both;
}
/*GALERIE*/

ul#galerie
{
    padding:0;
	margin:0;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
}
ul#galerie li
{
	padding: 3px;
	background-color:#ebebeb;
	border:1px solid #CCC;
	float:left;
	margin:0 10px 10px 0;
	height: 250px;
}
ul#galerie li:hover
{
	border:1px solid #333;
}
ul#galerie li span
{
	display:block;
	text-align:center;
	font-size:10px;
}
ul#galerie li a img
{
		border:none;
}

/*GALERIE ENDE*/