﻿body
{
	background-color: #D0D6D6;
	margin: 0;
	font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
}

.hwind
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.bg
{
	position: absolute;
	left: 0;
	height: 915px;
	right: 0;
	
	background-image: url('img/top3.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

.bgband
{
	position: absolute;
	top: 915px;
	bottom: 0;
	right: 0;
	left: 0;
	
	background-image: url('img/band3.jpg');
	background-repeat: repeat;
	background-position: center;
}

.maindiv
{
	position: relative;
	max-width: 700px;
	min-height: 1200px;
	margin: 0 auto;
}

div.topPart
{
	position: relative;
	height: 110px;
	margin: 0 auto;
	top: 0px;
	left: 0px;
}
		

div.contHelper 
{
	padding-left: 12px;
	clear:left;
	top: 150px;
	position: relative;
}

div.pageContent
{
	padding-top: 0;
	padding-bottom: 50px;
	font-size: 16px;
	line-height: 25px;
}

div.pageContent h1
{
	font-size: 48px;
	font-weight: normal;
	margin-top: 50px;
	color: #781e06;
	line-height: 40px;
	margin-bottom: 4px;
}

div.pageContent h2
{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: -5px;
	margin-top: 45px;
	color: #781e06;
}

div.menueBar
{
	position: relative;
	top: -70px;
	height: 200px;
}

div.menueBar div
{
	float: left;
	min-width: 10px;
	font-size: 28px;
	height: 38px;
	padding-top: 5px;
}

div.pageContent a {color: #3a7174;}
div.pageContent a:hover {color: #5db3b8;}

div.footer a {color: #1c79a9;}
div.footer a:hover {color: #27aaed;}

div.pageContent img {
	color: #81DAA2;
	padding-left: 10px;
	padding-top: 8px;
}

div.menueBar a {text-decoration:none; color: #8f290e;}
div.menueBar a:hover {color: #d0c1bf;}

div.menueBar div.notseled
{	
	padding-left: 12px;
	padding-right: 12px;
}

div.menueBar div.seled
{
	padding-left: 12px;
	padding-right: 12px;
}

div.menueBar div.seled a {color: #b6614a;}

span.subtitle
{
	font-style:italic;
}

div.footerlinks
{
	color: #556666;
	float: left;
	position: relative;
	margin-top: 16px;
	height: 16px;
	padding-right: 32px;
	height: 48px;
}

div.footer
{
	border-top: 2px solid #556666;
}