#header_screen, #menue, #footer {
	display: none;
}

#tbl_menue {
	width: 0px;
}

#intro_bg {
	display: none;
}

.intro_feld {
	height: 3em;
}

.intro_feld em {
	font-style: normal;
	font-weight: bold;
}

.intro_feld a {
	display: block;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	font-style: oblique;
	text-decoration: none;
	color: #000000;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

/* TABELLEN */

#td_content table {
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}

#td_content table th {
	padding: 3px 5px;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 1px;
}

#td_content table td {
	padding: 3px 5px;	
}

/* Tabellen ohne Formatierung */
#td_content table.nostyle {
	border-style: none;
}

#td_content table.nostyle td {
	padding: 0px;
}

td {
	vertical-align: top;
}