/* UNTERSCHIEDE SCREEN-PRINT */
#header_print {
	display: none;
}

#td_menue {
	width: 175px;
	margin: 0px;
	padding: 0px;
}

#td_content {
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	width: 600px;
}

/* HEADER */
#header_screen td {
	margin: 0px;
	padding: 0px;
}

#tbl_header_screen {
	background-image: url("../images/header_bg.gif");
	background-repeat: repeat-x;
}

/* MENU */
#menue a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px; 
	padding-bottom: 5px;
	padding-left: 10px;
	width: 155px;
	color: #000;
}

#menue a:hover {
	color: #000;
	background-image: url("../images/menue_hoverbg.gif");
	background-repeat: repeat-y;
}

/* Aktiver menuepunkt */
#menue a.aktiv {
	background-image: url("../images/menue_activebg.gif");
	background-repeat: no-repeat;
	padding-bottom: 2px;
}

/* Untermenuepunkt */
#menue a.untermenuepunkt {
	width: 140px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	font-size: 9px;
}

/* Schriftgroessenwahl */
#menue div.textsize {
	padding-top: 2em;
	padding-bottom: 3px;
	padding-left: 25px;
}

#menue div.textsize a {
	padding: 0px;
	display: inline;
	color: #c90;
	font-family: "Times New Roman", Times, serif;
}

#menue div.textsize a:hover {
	background-image: none;
}
	

/* INTRO */
#intro_bg {
	position: absolute;
	top: 3px;
	left: 95px;
	z-index: 1;
}

.intro_feld {
	position: absolute;
	z-index: 2;
	width: 235px;
	height: 30px;
	line-height: 1.5em;
}

.intro_feld em {
	font-style: normal;
	font-weight: bold;
}

.intro_feld a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	width: 235px;
	height: 30px;
}

.intro_feld a:hover {
	color: #f60;
	text-decoration: none;
}

/* EINRICHTUNGEN */
#kffp {
	text-align: right;
	top: 80px;
	left: 35px;
}
/* KFFP-Link einzeln zu dt/en Unterseite */
#kffp.intro_feld a {
	padding-top: 2px;
	height: 15px;
}

#forinst {
	text-align: right;
	top: 135px;
	left: 10px;
}

#wph {
	text-align: right;
	width: 260px;		/* eigene breite ! */
	top: 192px;
	left: 0px;
}
#wph.intro_feld a {
	width: 260px;		/* eigene breite ! */
}

#kfpp {
	text-align: left;
	top: 90px;
	left: 385px;
}

#kpfs {
	text-align: left;
	top: 146px;
	left: 405px;
}

#hpe {
	text-align: left;
	top: 201px;
	left: 395px;
}

/* FOOTER */
#footer {
	border-top-color: #999;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 3px;
	margin-top: 3em;
	margin-bottom: 1em;
	color: #666666;
}

#footer a {
	text-decoration: none;
	color: #666;
}

#footer a:hover {
	text-decoration: none;
	color: #000;
}

/* HTML-TAGS */
body {
	margin: 0px;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	font-size: 16px;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 1em;
}

h2 {
	font-size: 12px;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 11px;
	margin-bottom: 0.25em;
}

h4.yellowbg {
	font-size: 16px;
    background-color: #FBBC00;
}

img {
	border: 0px;
}

a,a:active,a:hover {
	color: #555;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #f60;
}

/* FORM-ELEMENTE */
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #eee;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	padding: 2px 5px 2px 5px;
}

/* TABELLEN */

#td_content table {
	border-width: 1px;
	border-style: solid;
	border-color: #666;
}

#td_content table th {
	background-color: #ddd;
	padding: 3px 5px;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-bottom-width: 1px;
}

#td_content table td {
	padding: 3px 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

/* Tabellen ohne Formatierung */
#td_content table.nostyle {
	border-style: none;
}

#td_content table.nostyle td {
	padding: 2px 5px 2px 0px;
	border-style: none;
}

td {
	vertical-align: top;
	font-size: 10px;
}

/* AUFZAEHLUNGEN */
ul {
	margin-left: 0px;
	padding-left: 20px;
}

ul li {
	padding-bottom: 0.5em;
	list-style-image: url(../images/menue_arrow.gif);
}
