/*-+-+-+-+-+-+-+-+-+-+-+-+-
Author: Neubauer Heinz
Date: 2009.07.23
-+-+-+-+-+-+-+-+-+-+-+-+-*/

html {
	min-height: 100%;
	background: #f1ebe7;
}

body {
	font: normal 65% Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	color: #57585a;
}

.innerbox {
	width: 1000px;
	height: 550px;
	margin: 0 auto;
	height: 100%;
}

.header {
	background: url(images/header.png) center no-repeat;
	height: 75px;
}

/*
+ + + + + + +  M E N U + + + + + + + 
*/
.navigation {
	width: 1000px;
}
.navigation .entry {
	width: 140px;
	line-height: 40px;
	font-size: 1.5em;
	font-weight:500;
	text-align: center;
	float: right;
	color: #603711;	
}
.navigation .entry a {
	text-decoration: none;
	color: #603711;
}	
.navigation .entry a:hover{
	color: #CCC;
}

.navigation #selected {
	background: #d2c8bd;
	color: #fff;
}

.navigation .entry .selected {
	text-decoration: none;
	color: #fff;
}	
.navigation .entry .selected{
	color: #fff;
}

/*
+ + + + + + + P I C T U R E   B A N N E R + + + + + 
*/
.picture_banner {
	width: 1000px;
	height:250px;
	text-decoration: none;
}

/*
+ + + + + + + S I D E B A R + + + + + 
*/
.sidebar {
	width:300px;
	float:left;
	/*padding-top: 30px;*/
}

#top {
	padding-top: 40px;
}

.sidebar h1 {
	font-size: 1.5em;
	line-height: 30px;
	color: #603711;
}

.sidebar p {
	/*padding-left: 30px;*/
	font-size:1.2em;
}

.sidebar a {
	text-decoration: none;
	color: #603711;
}

.sidebar p a {
	text-decoration: none;
	color: #603711;
}

.sidebar p a:hover {
	text-decoration: underline;
	color: #CCC;
}

/*
+ + + + + + + M A I N C O N T E N T + + + + + 
*/
.maincontent {
	width: 695px;
	padding-top: 35px;
	float:right;
}

.maincontent h1 {
	font-size: 1.5em;
	line-height: 40px;
	color: #603711;
}

.maincontent .h1subtext {
	font-size: 0.8em;
	color:  #57585a;
}

.maincontent h2 {
	font-size: 1.3em;
	line-height: 25px;
}

.maincontent .h2 .subtext {
	font-size: 1.2em;
	line-height: 20px;
	font-style: italic;
	font-weight: 600;
}

.maincontent p {
	text-align:justify;
	font-size: 1.2em;
	padding: 0px 10px 5px 0px;
}

.maincontent .error {
	font-size: 1em;
	color:#FF0000;
	background: #f1ebe7;
	border: 0;
}

.maincontent a {
	text-decoration: underline;
	color: #603711;
}

.maincontent a:hover {
	text-decoration: underline;
	color: #CCC;
}

.picture_right {
	padding: 5px;
	float:right;
	text-decoration: none;
}

.picture_contact {
	padding: 5px 50px 5px 5px;
	float:right;
	text-decoration:none;
}

.maincontent table {
	font-size: 1.2em;
	padding: 0px 0px 5px 0px;
}

.maincontent .menuadding {
	font-size: 1.1em;
	font-weight:600;
}

/*
+ + + + + + + F O O T E R + + + + + 
*/	
.footer {
	width: 1000px;
	float:left;
	text-align: center;
	background:url(images/spacer.jpg) no-repeat;
	line-height: 30px;
}


