/*  general _______________________________________________________________________________*/
* {
	padding: 					0;
	margin: 					0;
}
html,body {
	height:			100%;
}
body {
	font: 			12pt Verdana,Monaco,Helvetica,Swiss,Geneva,Arial,sans-serif;
	background: 	#FFFFFF;
	padding: 		0;
	margin: 		0;
}
p { 
	font-size:		0.7em;
	text-align: 	justify;
	padding: 		0.35em 0 1.05em 0;
	line-height: 	1.7em;
	}
p.eingerueckt { 
	font-size:		0.7em;
	text-align: 	justify;
	padding: 		0.35em 0 1.05em 0;
	line-height: 	1.7em;
	}
table{
	font-size: 100%;
	line-height: 1.7em;
}
a{
	text-decoration: none;
}
a:link ,a:visited {
	color: 				#000000;
	text-decoration:	none;
}
a:hover {
	color: 				#000000;
}
acronym {
	background: 	transparent url(pics/dot.gif) repeat-x left bottom;
	cursor: 		help;
}
hr {
	border:			0;
	border-top:		1px dashed #000000;
	height: 		0;
}
h1 {
	font: 			bold 0.7em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 		1.7em 0 0.8em 0;
	letter-spacing:	0.15em;
}
h3 {
	font: 			0.65em Verdana,Monaco,Helvetica,Swiss,Geneva,Arial,sans-serif;
	text-align: 	justify;
	margin: 		0.1em 0 0.1em 0;
	line-height: 	1.3em;
}
ul {
	list-style: 	none;
	margin:			10px 20px 30px 20px;
}
li {
	padding-left: 	1px;
	padding-bottom:	12px;
	margin: 		10px 0 0 8px;
	list-style: 	none;
}
ul.startseite {
	line-height: 	1.7em;
}

/* grid _______________________________________________________________________________*/
#printheader {
	font: 			bold 1.4em Arial, Helvetica, sans-serif;
	position: 		absolute;
	top:			0;
	height: 		160px;
	vertical-align: bottom;
	text-align: 	right;
}
#traegerschaft {
	font: 			0.4em Arial, Helvetica, sans-serif;
}
#printheadertd {
	padding: 				0 0 0 20px;
	width: 					100%;
	height: 				140px;
	vertical-align: 		bottom;
	border-bottom-style: 	solid;
	border-bottom-color: 	#000000;
	border-bottom-width: 	3px;
}
#intro {
	background: 	transparent url(pics/intro.jpg) no-repeat top left;
	width: 			770px;
	height: 		160px;
	visibility:		hidden;
}
#content{
	z-index:		100;
	position: 		relative;
	width: 			100%;
	min-height:		100%;
	height:			auto; /* moderne Browser */ 
	text-align: 	left;
}

* html #content { height:100%; } /* nur für IE 5.5 - 6.x */
html + body #content { height:100%; } /* nur vom IE 5.0 */


#supportingText {
	width: 			100%;
	margin:			0.2cm 0 0 0;
	text-align:		left;
}
#footer {
	visibility:		hidden;
}
#navigation {
	font-size:		0.7em;
	font: 			Arial,Helvetica,sans-serif;
	position: 		absolute;
	top: 			180px;
	left: 			0;
	width:			210px;
	visibility: 	hidden;
	}
#spacer {
	height: 		39px;
	margin-bottom:	20px;
}
.extraDiv {
	position:		absolute;
	top: 			15px;
	right: 			0;
	z-index: 		98;
	visibility:		hidden;
}
.extraDiv_on {
	position:		absolute;
	top: 			15px;
	left: 			0;
	z-index: 		98;
	visibility:		hidden;
}

/* headers _______________________________________________________________________________*/

#pageHeader h1 { 
	width: 			580px;
	height: 		40px;
}
#pageHeader h1 span {
	display:		none
}

/*  p  _______________________________________________________________________________*/

.instrumente {
	vertical-align:	top;
}

#supportingText p{
} 

/*  links  _______________________________________________________________________________*/


#navigation a{
	font:			Arial, Helvetica, sans-serif;
	display: 		block;
	font-weight: 	bold;
	color: 			#000000;
	text-decoration:none;
	margin-left: 	-5px;
	padding-left: 	19px;
} 
#navigation a:hover{
	color: 			#000000;
} 
a.underlined {
	text-decoration:	underline;
}
a.underlined:hover {
	text-decoration:	underline;
}
#footer a{
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	color: 			#c6c6c6;
}
#footer a:hover {
	color: 			#fff;
}
