body
{
	background-color: #e5ffe8;
	margin: 0px;
	color: #109046;
}

body, input, texarea, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input, texarea, select { color: #333333; }

input[type="text"] { width: 160px; }

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5, h6 { font-size: 11px; }

a { color: #109046; }

a img { border: none; }

div.aligner
{
	margin: 20px auto;
	width: 900px;
}

table.TabControlTable
{
	border-collapse: collapse;
	width: 100%;
}

table.TabControlTable td
{
	border: 1px solid #109046;
	padding: 0px;
	text-align: center;
}

table.TabControlTable td.TabControlLeft, table.TabControlTable td.TabControlRight, table.TabControlTable td.TabControlSelectedLeft, table.TabControlTable td.TabControlSelectedRight
{
	display: none;
}

table.TabControlTable td a
{
	color: #f4ed41;
	background-color: #13b459;
	display: block;
	padding: 4px;
}

table.TabControlTable td a.TabControlLinkSelected
{
	background-color: #d1fad0;
	color: #13b459;
	font-weight: bold;
	text-decoration: none;
}

/* Startseite SubMenü */

table.TabControlTable tr.homepageSubmenu td
{
	vertical-align: top;
	background-color: #d1fad0;
}

table.TabControlTable tr.homepageSubmenu td ul#menuElem li
{
	line-height: 1.3em;
}

table.TabControlTable tr.homepageSubmenu td ul#menuElem li a
{
	background-color: transparent;
	text-align: left;
	color: #109046;
	line-height: 1.3em;
}



/* UNTERMEMÜ LINKS */

ul#menuElem
{
	margin: 0px;
	padding: 0px;
}

ul#menuElem li
{
	list-style:none;
	margin: 0px;
	padding: 0px;
	line-height: 2em;
}


ul#menuElem li a
{
	text-decoration: none;
}

ul#menuElem li a.CMSListMenuLinkHighlighted
{
	font-weight: bold;
}

ul#menuElem li a:hover
{
	color: #50d985;
}

ul#menuElem ul
{
	padding-left: 0px;
	margin-left: 10px;
}

ul#menuElem ul li
{
	padding: 0px;
	margin: 0px;
}

table.main
{
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

table.main td.subnavi
{
	padding: 30px 0px;
	border: 1px solid #109046;
	border-top: none;
	vertical-align: top;
	overflow: hidden;
}

table.main td.subnavi a.homepage
{
	text-decoration: none;
	line-height: 2em;
}

table.main td.right
{
	width: 735px;
	border: 1px solid #109046;
	border-top: none;
	background-color: #d1fad0;
	padding: 0px;
	vertical-align: top;
	padding-bottom: 30px;
	overflow: hidden;
}

table.main td.right p
{
}

table.footerLinks
{
	width: 100%;
	border-collapse: collapse;
}


table.footerLinks td
{
	text-align: center;
}

table.form
{
	border-collapse: collapse;
}

table.form td
{
	padding: 2px 10px 2px 0px;
}

div.lightBoxGallery
{
	padding: 6px;
}

div.spacer
{
	padding: 6px;
}

.darkGreen
{
	color: #246c48;
}

.small
{
	font-size: 11px;
}

.smaller
{
	font-size: 10px;
}

.rahmen {
	border: thin solid #669999;
}

.blue a.blueLink
{
	color: #0066cc;
}

/* CMS Styles */

.EditingFormErrorLabel
{
	color: #C00;
	font-size: 11px;
}