
body
{
	color: #333;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 1.9em;
	margin: 0px;
	padding: 0px;
	background-color: #b6b584;
}

table, tr, td
{
	border: 0px solid #fff;
	padding: 0px; margin: 0px;
}

a img
{
	border: 0px solid #fff;
}

a,
a:visited
{
	color: #798337;
	text-decoration: none;
}

a:hover,
a:active
{
	color: #c75e17;
}


h1,h2,h3,h4,h5,h6
{
	color: #93896c;
}

strong
{
	color: #93896c;
	font-weight: normal;
}

red
{
	color: #d07023;
	font-weight: normal;
}


p
{
	margin: 0px; padding: 0px;
}

p,
#main table
{
	margin-bottom: 7px;
}


#page
{
	background-color: #446f89;
	background-image: url(../img/back-sky.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#header-inner,
#main-inner,
#footer-inner,
#closure
{
	width: 720px;
	background: #fbfff2; /* fast weiss */
	margin: auto;
}

#header
{
	padding-top: 50px;
}

#header-inner
{
	background-image: url(../img/header-corners.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#header-inner #logo
{
	padding-left: 27px; padding-top: 32px;
}

#header #image
{
	background-image: url(../img_header/home.jpg);
	background-position: 137px 4px;
	background-repeat: no-repeat;
	height: 193px;
	width: 100%;
}

#navigation
{
	padding-bottom: 4px;
}

#navigation a,
#navigation a:hover,
#navigation a:active,
#navigation a:visited
{
	color: #fff;
}

#navigation table
{
	margin-left: 16px;
	width: 700px;
	height: 23px;
	background-color: #798337;
}

#navigation td:hover,
#navigation td.active
{
	background-color: #c75e17;
	background-position: -23px 0px;
}

#main
{
}

#main-inner
{
}

table.subnavigation
{
	height: 45px;
}

table.subnavigation td
{
	vertical-align: top;
}

.content
{
	padding: 30px;
}

.content img.title
{
	margin-bottom: 7px;
	display: block;
}

.content .single-column
{
	width: 580px;
}

.content .double-column
{
	width: 635px;
}

.content .double-column .left
{
	width: 212px;
}

.content .devider
{
	background-image: url(../img/devider-line.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	clear: both;
	height: 48px;
	width: 100%;
}

.content .flash
{
	background-image: none;
	height: 30px;
}

.message,
.errormessage
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.errormessage
{
	color: #f00;
}


#footer
{
	background-color: #b6b584; /* body */
	background-image: url(../img/back-shore.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 270px;
}

#footer-inner
{
	height: 81px;
	background-image: url(../img/footer-corners.png);
	background-repeat: repeat-x;
	background-position: 0 70px; /* height - 11px */
}

#closure
{
	padding-top:15px;
	padding-right:25px;
	background-color: #b6b584; /* #footer */
}


.right
{
	float: right;
}

.left
{
	float: left;
}

.clear
{
	clear: both;
}
