/* ----------------------------------------------------
TAG-LAYOUT-DEFINITIONEN
------------------------------------------------------*/
html,body {
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:70%;
	background-color:#fff;
	width:100%;
	margin:10;
	padding:0;

}
h1,h2,h3 {
	color:#303030;
}
h1 {
	font-size:140%;
}
h2 {
	font-size:130%;
}
h3 {
	font-size:120%;
}
h4,h5,h6 {
	color:#ed1c24;
}
h4 {
	font-size:80%;
}
table, td, p, li {  
   font-family:Arial, Helvetica, sans-serif;
   font-size:100%;
}
hr {
	height:1px;
	width:100%;
	color:#41616f;
}
legend {
	height: 0;
	display: none;
}
fieldset {
	padding: 0;
	border: 0;
}
option, selected, select {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:100%;
	color:#000;
}
form {
	margin:0px;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	color:#669999;
	text-decoration:underline;
}
a:hover {
	text-decoration:none; 
}
img.bildrechts {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
}
img.bildlinks {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
}

/* ----------------------------------------------------
DEFINITIONEN DER EBENEN-LAYOUTS (DIVS)
------------------------------------------------------*/
#TrennerOben,
#hgGrafik,
#Logo,
#Navigation,
#Search,
#Print,
#PrintSymbol,
#PrintText,
#leftNav,
#rightNav
{ /* alles, was ausgeblendet wird */
	display: none;
}



#container { /* Container für alles */
	width:100%;
}
#SearchPrintQuick
{
	position:relative;
	text-align:left;
	margin:0;
	padding:0;
	top:5px;
	height:25px;
}
#content { /* Inhalt in der Mitte */
	margin:0;
	font-size:120%;
}

#content h1 {
	font-size:135%;
	font-weight:bold;
}
#content ul{
	display:block;
}
#content ul li {
	list-style-type:none;
	display: block;
}
#content ul li a:link, 
#content ul li a:visited {
	font-size:100%;
	line-height:1.6em;
	text-decoration:none;
	padding:0 2px 0 15px;
	color:#000;
	background:url(/img/pfeil.gif) no-repeat;
	background-position:3px 2px;
}
#content ul li a:hover, 
#content ul li a:focus, 
#content ul li a:active {
	display:block;
	color:#669999;
	text-decoration:underline;
	background:url(/img/pfeil.gif) no-repeat;
	background-position:3px 4px;
}

#content ul li ul {
	margin:0;
	display:block;
	padding:0;
}
#content ul li ul li  {
	list-style-type:none;
}
#content ul li ul li a:link, 
#content ul li ul li a:visited {
	font-size:100%;
	line-height:1.6em;
	text-decoration:none;
	padding:0 0 0 50px;
	display:block;
	background:url(/img/sub-pfeil.gif) no-repeat;
	background-position:41px 6px;
}
#content ul li ul li a:hover, 
#content ul li ul li a:focus, 
#content ul li ul li a:active {
	color:#669999;
	text-decoration:underline;
	background:url(/img/sub-pfeil.gif) no-repeat;
	background-position:41px 6px;
}

#content ul li ul li ul{
	display:block;
}
#content ul li ul li ul li  {
	list-style-type:none;
	display:block;
}
#content ul li ul li ul li a:link, 
#content ul li ul li ul li a:visited {
	font-size:100%;
	line-height:1.6em;
	text-decoration:none;
	padding:0 0 0 83px;
	background:url(/img/sub-sub-pfeil.gif) no-repeat;
	background-position:72px 8px;
	display:block;
}
#content ul li ul li ul li a:hover, 
#content ul li ul li ul li a:focus, 
#content ul li ul li ul li a:active {
	color:#669999;
	text-decoration:underline;
	background:url(/img/sub-sub-pfeil.gif) no-repeat;
	background-position:72px 8px;
	display:block;
}
/* ----------------------------------------------------
LAYOUT SCHRIFTARTEN / FORMULARE / KÄSTCHEN usw.
------------------------------------------------------*/
.hr_trenner{
	background:url(/img/pixel-grau.gif);
	background-repeat:repeat-x;
}
.picdown {
	vertical-align:text-bottom;
}
.blind {
	width:0px;
	height:0px;
	top:-1000;
	left:-1000;
	overflow:hidden;
	display:none;
}
.smallLink {
	text-decoration:none;
	font-size:90%;
}
.submitPfeil {
	background:url(/img/submit.gif) no-repeat;
	background-position:2px 1px;
	width: 23px;
	margin: 0;
	height: 26px;
	padding: 0;
	border: 0;
	cursor: pointer; 
}