﻿body 
{ 
	background-color: #FcFcFc; font-family: georgia; text-align: center;
}
#container 
{
	margin: auto; WIDTH: 760px; POSITION: relative; TEXT-ALIGN: left
}
#header 
{
	background-image: url(images/bg_top.png);
	background-repeat: no-repeat;
	color: black; font-size: xx-small; font-family: Georgia, serif;
	text-align: center; height: 20px; padding-top: 20px; padding-bottom: 0px;
	margin: auto; 
}
#logo
{
	margin: auto; 
	background-image: url(images/bg_logo.png); 
	background-repeat: no-repeat; 
	color: #003300; 
	font-weight: bold; font-family: Georgia, serif; font-size: 24px; 
	width: 760px; text-align: left; height: 108px;
}
#imprint 
{
	margin: auto;
	color: #003300;
	font-weight: bold; font-family: Georgia, serif; font-size: 24px; 
	padding-left: 20px; padding-top: 50px; width: 760px; text-align: left; 
}
#bodytext
{
	background: url(images/bg_body.png) #fcfcfc repeat-y center top;
	margin: auto;
	padding: 5px 20px 20px;
	font-family: Georgia, serif;
	font-size: medium;
}
#footer 
{
	background-image: url(images/bg_bottom.png); 
	background-repeat: no-repeat; 
	color: black; 
	font-size: xx-small; 
	font-family: Georgia, serif; 
	text-align: center; 
	height: 40px;
	margin: auto; 
}
#navHolder
{
	text-align: left;
	float: left;
	margin:0; 
	background-color: transparent;
	width: 190px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 90%;
}
#content
{
	text-align: left;
	background-color: transparent;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 20px;
	padding-top: 4px;
	margin-left: 198px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-top: 0px;
}
.cleaner 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; 
	padding: 0;
	background: transparent;
}

#content li
{
	padding-bottom: 12px;
}

/* the email contact form */

#contact
{
	width: 460px;
}

.contactText
{
	width: 300px;
}

.contactValidation
{
	display:block;
}
