/* Allgemeine Definitionen */

body
{
	margin: 0;
	padding: 30px 0 30px 0;
	background: white;
}

table tr td
{
	font-family: trebuchet ms, arial, sans-serif;
	vertical-align: top;
}

img
{
	border: none;
}


/* Definitionen Haupttabelle */

table#main
{
	border: 2px #999999 solid;
}


/* Definitionen Navigation */

table#main td#mainNav
{
	background: #FCC71F;
}

table#main td#mainNav a#logo
{
	padding: 0;
	text-decoration: none;
	display: block;
}

table#main td#mainNav a
{
	display: block;
	text-decoration: none;
	color: black;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
}

table#main td#mainNav a:hover
{
	background: #484848;
	color: white;
}

table#main td#mainNav a#active
{
	background: #484848;
	color: white;
}

table#main td#mainNav a.subNav
{
	font-size: 11px;
	font-weight: normal;
	padding: 3px 8px 3px 16px;
}


/* Definitionen Kontext */

table#main td#context
{
	background: #F4733F;
	color: white;
	font-size: 11px;
}

table#main td#context h4
{
	font-size: 11px;
	margin: 0;
	padding: 6px 8px 6px 8px;
	border-bottom: 1px solid white;
}

table#main td#context a
{
	font-size: 11px;
	margin: 0;
	padding: 6px 8px 6px 8px;
	color: white;
	text-decoration: none;
	display: block;	
}


/* Definitionen Metanavigation */

table#main div#metaNav
{
	width: 140px;
	height: 104px;
	overflow: hidden;
}

table#main div#metaNav a
{
	display: block;
	text-decoration: none;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
}

table#main div#metaNav a:hover
{
	background: #484848;
	color: white;
}

table#main div#metaNav a.active
{
	background: #484848;
	color: white;
}


/* Definitionen Inhalt */

table#main td#contentBox
{
	padding: 230px 16px 16px 16px;
}

table#main td#headline
{	
	vertical-align: bottom;
	height: 90px;
}

table#main td#headline h1
{	
	color: white;
	font-size: 20px;
	margin: 0;
	line-height: 130%;
}

table#main td#content
{
	color: black;
	font-size: 11px;
	line-height: 140%;
	padding-top: 32px;
}

table#main td#content h2
{	
	font-size: 12px;
	margin: 4px 0 2px 0;
}

table#main td#content h2.list
{	
	font-size: 12px;
	margin: 4px 0 16px 0;
}

table#main td#content p
{	
	margin: 0 0 16px 0;
}

table#main td#content p.small
{	
	margin: 0 0 8px 0;
	font-size: 10px;
}

table#main td#content a:link
{	
	color: black;
}

table#main td#content a:visited
{	
	color: #444444;
}

table#main td#content a:hover
{	
	color: black;
}

table#main td#content a:focus
{	
	color: black;
}

table#main td#content a:active
{	
	color: black;
}

table#main td#content ul
{
	margin-top: -8px;
	margin-bottom: 16px;
	line-height: 140%;
	list-style-type: square;
}

table#main td#content ul li
{
	margin-bottom: 6px;
	margin-left: -23px;
}

table#main td#content img.right
{
	float: right;
	margin: 0 0 4px 8px;
}

table#main td#content img.left
{
	float: left;
	margin: 0 8px 4px 0;
}

table#main td#content a.galerie
{
	float: left;
	margin: 0 8px 8px 0;
}


/* Definitionen Preis-Tabelle */

table#main td#content table.preise
{
	margin-bottom: 10px;	
}

table#main td#content table.preise td
{
	vertical-align: bottom;	
}

table#main td#content table.preise td h2
{
	white-space: nowrap;
}

table#main td#content table.preise td p
{
	line-height: 120%;
	margin-bottom: 4px;
}


/* Definitionen Kontakt-Formular */

table#main td#content form textarea
{
	width: 95%;
}

table#main td#content form input.text
{
	width: 90%;
}

table#main td#content form select.kurse
{
	width: 250px;
}

table#main td#content form input.submit
{
	width: 90%;
}

table#main td#content form table td
{
	overflow: hidden;
}



/* Definitionen Sitemap */

table#main td#content a.sitemapLevel1
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 12px 0 0 0;
}

table#main td#content a.sitemapLevel1:hover
{
	text-decoration: underline;
}

table#main td#content a.sitemapLevel2
{
	display: block;
	text-decoration: none;
	margin: 2px 0 2px 16px;
}

table#main td#content a.sitemapLevel2:hover
{
	text-decoration: underline;
}
