/* Allgemeine Page-Definitionen */

body
{
	padding:0px;
	margin:0px;
	width:958px;
	height:100%;
}


/* Definition Bereiche */ 

#navHeader
{
	width:380px;
	height:190px;
	background-image:url(../pictures/layout/header_tnw.jpg);
	padding:0px;
	margin:0px;
}

#navigationSection
{
	padding:0px;
	margin:5px 0px 0px 5px;
	width:379px;
	position:relative;
	top:0px;
	left:0px;
}

#contentSection
{
	padding:0px;
	margin:0px;
	width:571px;
	position:absolute;	
	top:5px;
	left:387px;
}

#contentHeader
{
	width:571px;
	height:95px;
	overflow:hidden;
}

#contentArea
{
	width:551px;
	padding:10px;
	background-color:#CBDBC8;
}

#footer
{
	width:571px;
	height:42px;
	background-image:url(../pictures/layout/footer.gif);
}

#path
{
	font-family: Arial;
	font-size: 10px;
	color:#4C4C4C;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	height:30px;
}

#pageTitle
{
	font-family:Arial;
	font-size:14px;
	color:#4C4C4C;
	font-weight:bold;
	height:40px;
	width:381px;
	border-left:solid 2px #DBDBDB;
	margin: 0px 0px 0px 190px;	
	padding: 10px 0px 0px 2px;
	vertical-align:middle;
	overflow:hidden;
}

#sectionTitle
{
	margin: 16px 0px 0px 170px;
	height:22px;
	overflow:hidden;
}


#footer_oben
{
	position:relative;
	left:130px;
	top:15px;
}

#footer_print
{
	position:relative;
	left:200px;
	top:2px;
}

/* Überschriften */
h2
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#4C4C4C;
	margin:5px 0px 8px 0px;
}

h3
{
	font-family:Arial;
	font-size:12px;
	color:#4C4C4C;
	font-weight:bold;
	margin: 2px 0px 5px 0px;
}


.h3
{
	font-family:Arial;
	font-size:12px;
	color:#4C4C4C;
	font-weight:bold;
	margin: 2px 0px 5px 0px;
}

h4
{
	font-family:Arial;
	font-size:11px;
	color:#4C4C4C;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding:0px;
}

/* Navigation */

#navigationSection
{
	width:380px;
}

#navigationLevelOne
{
	
	width:189px;
	float:left;
}



#navigationLevelOne div
{
	width:179px;
	height:42px;
	background-color:#317023;
	margin: 2px 0px 0px 0px;
	padding: 20px 0px 0px 10px;
}

#navigationLevelOne div.active
{
	width:179px;
	height:42px;
	background-color:#98B791;
	margin: 2px 0px 0px 0px;
	padding: 20px 0px 0px 10px;
}

#navigationLevelTwo
{
	background-color:#98B791;
	width:189px;
	overflow:hidden;
	float:left;
	padding:0px;
	margin:2px 0px 0px 2px;
}

#navigationLevelTwo div.navTwo
{
	width:169px;
	height:18px;
	background-color:#98B791;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background-image:url(../pictures/layout/arrow_navTwo.gif);
	background-repeat:no-repeat;
	background-position:4px 4px;
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}

.navLevelThreeActive
{
	width:159px;
	height:18px;
	background-color:#CBDBC8;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#4C4C4E;
}



#navigationLevelTwo div.navThree
{
	width:159px;
	height:18px;
	background-color:#98B791;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#4C4C4E;
}


/* Texte */
.text, td , p, select, ul, li, body
{
	font-family:Arial;
	font-size:11px;
	color:#4C4C4C;
}

/* Linien */

.line_dotted_h
{
	background-image:url(../pictures/layout/line_dotted_h.gif);
	background-repeat:repeat-x;
	height:1px;
	width:189px;
	overflow:hidden;
}

.line_h
{
	background-color:#ffffff;
	width:189px;
	height:1px;
	overflow:hidden;
}

hr.line_white
{
	color:#ffffff;
	width:100%;
	height:1px;
}

/* Abstände Bild-Objekte und andere*/


#navHeader img
{
	position:absolute;
	top:27px;
	left:192px;
}

img {border:0px}
img.welcome{margin: 0px 0px 18px 0px;}
img.aktuelles{margin:8px 0px 0px 5px;}


/* Links */

a.path:link, a.path:visited, a.path:hover, a.path:active
{
	color:#4C4C4C;
	font-family: Arial;
	text-decoration:none;
	font-size:11px;
}

a:link, a:visited, a:hover, a:active
{
	font-family:Arial;
	font-size:11px;
	color:#DE4E00;
	text-decoration:none;
}

a.footer:link, a.footer:visited, a.footer:hover, a.footer:active
{
	font-family:Arial;
	font-size:10px;
	color:#4C4C4D;
	text-decoration:none;
}



a.navTwo:link, a.navTwo:visited, a.navTwo:hover, a.navTwo:active
{
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}

a.navThree:link, a.navThree:visited, a.navThree:hover, a.navThree:active
{
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
	font-weight:normal;
}

/* Forms */

.defaultForm
{
	width:350px;
}

.defaultFormEntry
{
	width:36	0px;
	font-family:Arial;
	font-size:11px;
	color:#4C4C4C;
	height:20px;
	display:block;
}

.defaultFormDescription
{
	font-family:Arial;
	font-size:11px;
	color:#4C4C4C;
	width:145px;
	float:left;
}

div .defaultFormField input
{
	font-family:Arial;
	font-size:11px;
	color:#4C4C4C;
	width:200px;
	border: 1px solid #000000;
}

div .defaultFormField input.twoDigit
{
	font-family:Arial;
	font-size:11px;
	color:#4C4C4C;
	width:20px;
	border: 1px solid #000000;
}

div .defaultFormField input.fourDigit
{
	font-family:Arial;
	font-size:11px;
	color:#4C4C4C;
	width:40px;
	border: 1px solid #000000;
}

.defaultFormField .inputZip
{
	width:40px;
	border: 1px solid #000000;
}

.defaultFormField .inputCity
{
	width:152px;
	border: 1px solid #000000;
}

.error
{
	font-family:Arial;
	font-size:11px;
	color:#ff0000;
}
