body
{
	background-image: url(../images/background.png);
    background-repeat: repeat;
    font-family: calibri, arial, verdana, sans-serif;
	padding-top: 10px;
    color: #000000;
	text-decoration: none;
    font-size: 1.0em;
}

a
{
    font-family: calibri, arial, verdana, sans-serif;
    color: #332121;
	text-decoration: none;
}


ul
{
    line-height: 30px;
	font-weight: bold;
}


li
{
	list-style-type: none;
	list-style-position: inside;
	line-height: 18px;
	font-weight: normal;
	padding: 10px;
}

#wrap
{
	left: 50%;
  	margin-left: -480px; /* halbe Boxbreite */
  	position: absolute;
	width: 960px;
	background-color: #ffffff;
    border-left: 10px solid #62352F;
	border-right: 10px solid #62352F;
	border-top: 5px solid #62352F;
	border-bottom: 5px solid #62352F;
}

input
{
    border: 0;
    background-color: #C7A57F;
    width: 350px;
    font-family: calibri, arial, verdana, sans-serif;
    color: #000000;
	text-decoration: none;
    font-size: 1.0em;
    margin: 5px;
    padding: 2px 2px 2px 5px;
}

textarea
{
    border: 0;
    background-color: #C7A57F;
    width: 350px;
    font-family: calibri, arial, verdana, sans-serif;
    color: #000000;
	text-decoration: none;
    font-size: 1.0em;
    margin: 5px;
    padding: 2px 2px 2px 5px;
}

fieldset
{
    border: 1px solid #C7A57F;
    padding: 10px;
}


#header
{
	background-color: #ffffff;
	width: 960px;
	height: 280px;
	text-align: right;
}

.mainnav
{
    line-height: 15px;
	padding-right: 10px;
	vertical-align: middle;
	font-weight: bold;
	color: #62352F;
	text-decoration: none;
}


#content
{
	background-color: #ffffff;
	position: relative;
	width: 605px;
	float: left;
	padding: 10px 20px 10px 15px;
    text-align: justify;
    line-height: 20px;
    top: 5px;
}

#kontakt
{
    background-color: #ffffff;
	position: relative;
	width: 605px;
	float: left;
    padding: 10px 20px 10px 15px;
    text-align: justify;
    line-height: 20px;
    top: 5px;
}


#sidebar
{
    background-color: #C7A57F;
	position: relative;
	width: 320px;
	float: left;
    padding: 20px 0 200px 0;
}

#footer
{
    background-color: #ffffff;
	clear: both;
	width: 940px;
	padding: 5px 10px 5px 10px;
	color: #62352F;
}

#footer a
{
    text-decoration: none;
	color: #62352F;
}


