/* Allgemeine Definitionen */

html, body
{
	background: #E8E5DC;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

a
{
	color: black;
	text-decoration: none;
}

table tr td
{
	vertical-align: top;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: black;
	background: white;	
}

form,
input,
textarea,
select
{
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

img
{
	border: none;
}


/* Kopfbereich */

table#head
{
	width: 830px;
}

table#head td
{
	padding: 8px 0 8px 0;
}

table#head td#metaNavTop a.active,
table#head td#metaNavTop a:hover
{
	text-decoration: underline;
}

table#head td#metaNavTop
{
	padding: 2px 8px 0px 8px;
	font-size: 11px;
}

table#head td#metaNavTop form
{
	white-space: nowrap;
}

table#head td#metaNavTop input.submitIcon
{
	position: relative;
	top: 4px;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #BDBEC0;
}

table#head td#metaNavTop input.submitIcon:hover
{
	border: 1px solid #FF7200;
}

table#head td#metaNavTop input.text
{
	border: 1px solid #BDBEC0;
	font-size: 11px;
	font-weight: bold;
}


/* Haupttabelle */

table#mainWrapperTable
{
	width: 830px;
}

/* Navigation: Container */

table#mainWrapperTable td#nav
{
	background: #D5D2BF;
	border-right: 4px solid white;
	width: 136px;
	overflow: hidden;
}

/* Navigation: Einträge */

table#mainWrapperTable td#nav a.level1
{
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 4px 2px 6px;
	color: white;
	background: #FF7200;
	border-top: 1px solid white;
	width: 126px;
	overflow: hidden;
}

table#mainWrapperTable td#nav a.level2
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 4px 2px 6px;
	color: black;
	background: white;
	border-bottom: 1px solid #FF7200;
	width: 126px;
	overflow: hidden;
}

table#mainWrapperTable td#nav a.level3
{
	display: block;
	font-size: 11px;
	padding: 2px 4px 2px 16px;
	color: black;
	background: white;
	border-bottom: 1px solid #FF7200;
	width: 116px;
	overflow: hidden;
}

table#mainWrapperTable td#nav a.level2:hover,
table#mainWrapperTable td#nav a#navLevel2Active,
table#mainWrapperTable td#nav a.level3:hover,
table#mainWrapperTable td#nav a#navLevel3Active
{
	color: #FF7200;
}

table#mainWrapperTable td#mainWrapperCell
{
	height: 100%;
}

/* Haupttabelle */

table#main
{
	width: 690px;
	height: 100%;
}


/* Inhalt: ImageBox */

table#main td#imageBox
{
	width: 510px;
	height: 192px;
	overflow: hidden;
}

table#main td#content
{
	width: 510px;
	overflow: hidden;
}

/* Inhalt: Breadcrumbs */

table#main td#breadcrumbs
{
	color: black;
	background: #D5D2BE;
	line-height: 15px;
	height: 15px;
	padding: 2px 10px 4px 10px;
	border-top: 4px solid white;
	border-bottom: 10px solid white;
}

table#main td#breadcrumbs a:hover
{
	text-decoration: underline;
}

/* Inhalt: Footer */

table#main td#contentFooter
{
	vertical-align: bottom;
}

table#main td#contentFooter a
{
	color: black;
}

table#main td#contentFooter a:hover,
table#main td#contentFooter a.active
{
	text-decoration: underline;
}

table#main td#contentFooter a img
{
	position: relative;
	top: 4px;
}

/* Inhalt: Footer */

table#main td#contentFooter div#upper
{
	clear: both;
	margin: 20px 0 4px 0;
	height: 24px;
	border-bottom: 2px solid #878264;
}

table#main td#contentFooter div#upper a
{
	float: left;
}

/* Inhalt: Meta-navigation unten */

table#main td#contentFooter div#metaNav
{
	clear: both;
	margin: 2px 0 4px 0;
}

table#main td#contentFooter div#metaNav span
{
	float: right;
}

/* Inhalt: Linien */

table#main td#content div.greyLine
{
	height: 1px;
	background: #878264;
	margin: 0 0 10px 0;
	overflow: hidden;
}

/* Inhalt: Links */

table#main td#content a
{
	padding: 0 2px 0 2px;
	background: #FF7200;
	color: white;
	text-decoration: none;
}

table#main td#content a:hover
{
	color: white;
	background: #878264;
}

table#main td#content a.img,
table#main td#content a.img:hover
{
	background: none;
}

/* Inhalt: Listen */

table#main td#content ul
{
	margin: 0 0 11px 0;
	padding: 0;
	line-height: 140%;
	list-style-type: disc;
}
 
table#main td#content ul li
{
	margin: 0 10px 4px 25px;
}

table#main td#content ol
{
	margin-top: 4px;
	margin-bottom: 12px;
	margin-right: 16px;
	line-height: 140%;
}

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

/* Inhalt: Absatzformate */

table#main td#content h1
{
	border-top: 4px solid #878264;
	border-bottom: 1px solid #FF7200;
	background: white;
	font-size: 14px;
	padding: 3px 10px 6px 10px;
	margin: 0 0 10px 0;
}

table#main td#content h2
{
	font-size: 11px;
	line-height: 120%;
	margin: 0px 10px 0px 10px;
}

table#main td#content p
{
	margin: 0px 10px 10px 10px;
	line-height: 140%;
}

table#main td#content p.fullWidth
{
	margin: 0 16px 16px 8px;
	line-height: 140%;
}


table#main td#content p.orange
{
	color: #FF7200;
}

/* Inhalt: Einblendbox */

div#overDiv
{
	position: absolute;
	visibility: hidden; 
	z-index: 1000;
	
	border: 2px solid #878264;
}

/* Inhalt: Listen */

table#main td#content a.list
{
	display: block;
	margin-left: 3px;
}

table#main td#content a.list img
{
	position: relative;
	top: 3px;
}

table#main td#content ul.links
{
	margin-top: 4px;
	margin-bottom: 12px;
	margin-right: 16px;
	line-height: 140%;
	list-style-type: square;
	color: #FF7200;
}
 
table#main td#content ul.links li
{
	margin-bottom: 3px;
	margin-left: -23px;
}

/* Inhalt: Sitemap */

table#main td#content a.sitemapLevel1
{
	margin: 12px 8px 4px 0px;
	display: block;
	font-weight: bold;
}

table#main td#content a.sitemapLevel2
{
	margin: 0 8px 4px 0px;
	display: block;
}

/* Inhalt: Bilder */

table#main td#content img.left
{
	float: left;
	display: inline;
	margin: 0px 10px 10px 10px;
}

/* Inhalt: Boxen */

table#main td#content div.spalteLinks
{
	clear: both;
	float: left;
	width: 250px;
}

table#main td#content div.spalteRechts
{
	float: Right;
	width: 250px;
}

/* Inhalt: Tabellen */

table#main td#content table
{
	margin: 20px 10px 10px 10px;
	width: 490px;
}

table#main td#content table td
{
	padding: 6px;
}

table#main td#content table tr.head td
{
	color: white;
	background: #FF7200;
}

table#main td#content table tr.type1 td
{
	background: #E8E5DC;
}

table#main td#content table tr.type2 td
{
	background: white;
}

table#main td#content table tr.trenner td
{
	height: 10px;
}

table#main td#content table td.plusMinus
{
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
}

table#main td#content table td img.givitInfo
{
	position: absolute;
	margin-left: 8px
}

table#main td#content table td h2
{
	margin: 0;
}

/* Inhalt: Formulare */

table#main td#content table.formTable
{

}

table#main td#content table.formTable td
{
	padding: 4px 0 4px 0;
	line-height: 100%;
	vertical-align: middle;
	text-align: left;
}

table#main td#content table.formTable td table.innerFormTable
{
	width: 200px;
	margin: 0;
}

table#main td#content table.formTable td table.innerFormTable td
{
	padding: 0;
}

table#main td#content table.formTable select.formSelect
{
	font-size: 10px;
	color: #6D6E71;
}

table#main td#content table.formTable input.formText
{
	border: 1px solid #BDBEC0;
	width: 330px;
	font-size: 11px;
}

table#main td#content table.formTable input.formSubmit
{
	border: 1px solid #BDBEC0;
	background: #BDBEC0;
	color: white;
	font-size: 11px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

table#main td#content table.formTable textarea.formTextarea
{
	border: 1px solid #BDBEC0;
	width: 340px;
	font-size: 11px;
	color: #6D6E71;
}


/* Kontext: Container */

table#main td#contextUpper,
table#main td#contextLower
{
	width: 176px;
	border-left: 4px solid white;
}

table#main td#contextUpper
{
	background: #FF7200;
}

table#main td#contextLower
{
	background: #D5D2BE;
}

/* Kontext: Upper: givit Sprachauswahl */

table#main td#contextUpper form
{
	height: 30px;
	background: white;
}

table#main td#contextUpper form select
{
	width: 174px;
}

/* Kontext: Upper: givit Kontaktdaten */

table#main td#contextUpper div.kontakt
{
	padding: 10px;
	color: white;
}

table#main td#contextUpper div.kontakt h1
{
	font-size: 14px;
	margin: 0 0 8px 0;
}

table#main td#contextUpper div.kontakt p
{
	font-size: 11px;
	margin: 0 0 8px 0;
}

table#main td#contextUpper div.kontakt a
{
	color: white;
}

table#main td#contextUpper div.kontakt a:hover
{
	text-decoration: underline;
}

table#main td#contextUpper div.kontakt img
{
	position: relative;
	top: 4px;
}

/* Kontext: Lower: Absatzformatte */

table#main td#contextLower div.entry
{
	
	border-top: 10px solid white;
	border-bottom: 1px solid #878264;
}

table#main td#contextLower h1
{
	border-top: 4px solid #878264;
	border-bottom: 1px solid #878264;
	background: white;
	font-size: 14px;
	padding: 3px 10px 6px 10px;
	margin: 0 0 10px 0;
}

table#main td#contextLower p
{
	margin: 0 10px 11px 10px;
}

/* Kontext: Lower: Listen */

table#main td#contextLower ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

table#main td#contextLower ul li
{
	margin: 0 10px 4px 0;
	padding-left: 20px;
	background: url(/images/bulletContext.gif) no-repeat 8px 5px;
}

/* Kontext: Lower: Links */

table#main td#contextLower a
{
	padding: 0 2px 0 2px;
	background: #E5E2D1;
	color: black;
	text-decoration: none;
	white-space: nowrap;
}

table#main td#contextLower a:hover
{
	color: white;
	background: #FF7200;
}

table#main td#contextLower a.img,
table#main td#contextLower a.img:hover
{
	padding: 0;
	text-decoration: none;
	background: none;
}


/* Kontext: Lower: Extranet */

table#main td#contextLower form.extranet
{
	background: #D5D2BE;
	border-bottom: 1px solid #878264;
}

table#main td#contextLower form.extranet input.text
{
	width: 146px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #878264;
}

table#main td#contextLower form.extranet input.submit
{
	padding: 2px 4px 2px 4px;
	color: white;
	background: #878264;
	border: 0;
}