﻿body
{
    font-family:Verdana;
    font-size:12px;
    background-color:#FFFFCC;
}

*
{
    margin:0px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
}

#header
{
    height:200px;
    background-position:center;
	background-repeat: no-repeat;
	background-color: #E6EEE6;
    background-image:url(Images/Logo.JPG);
    border-bottom-style:solid;
    border-bottom-width:thin;
    border-bottom-color:Black;
}

#content
{
    float:left;
    width:100%;
}

#WelcomePage
{
    margin-right:200px;
    margin-left:200px;
}

#image-left
{
    position:absolute;
    top:0px;
    left:0px;
}

#image-right
{
    position:absolute;
    top:0px;
    right:0px;
}

#menubar
{
	float: left;
	width: 100%;
	background-color: #CDC;
    border-bottom-style:solid;
    border-bottom-width:thin;
    border-bottom-color:Black;
}

#menubar ul
{
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#menubar li
{
	float: right;
}

#menubar a
{
    background-color:#CDC;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}

#menubar a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}

.h1
{
    text-align:center;
    padding-top:50px;
    padding-bottom:50px;
}

.col-left
{
    padding-top:10px;
    padding-right:20px;
}

.col-right
{
    padding-top:10px;
    padding-right:200px;
}

.ul
{
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.li
{
	float: left;
}

.a
{
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display:block;
	padding: 5px;
}

.a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #c77;
}

.td
{
    padding-bottom:20px;
}

.label-entry
{
    padding-left:10px;
}

#kontakt-left
{
    float:left;
    width:40%;
    padding-left:50px;
}

#kontakt-right
{
    float:left;
    width:40%;
}

#footer
{
	width: 100%;
	text-align: center;
	float: left;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
	font-family: Arial;
	font-size: small;
}

#guestbook
{
    margin-top:50px;
    margin-left:100px;
    margin-right:100px;
}

.CurrentPage 
{
    padding: 2px 6px;
    border: solid 1px #ddd; 
    background: #2E8B57;
    color:White;
}
.PrevNext,.PageNumber
{
    padding: 2px 6px;
    border: solid 1px #ddd;
    text-decoration: none;
    color: #2E8B57;
}
.PageNumber:hover, .PrevNext:hover
{
    background-color: #FFA500;
    color: White;
}

.TableParents
{
    margin-left:230px;
}
