body
{
	text-align: center;
	margin: 0;
	background-color: #666699;
	color: #000000;
	font: x-small Verdana, sans-serif;
}

div#div_gesamt
{
	width: 800px;
	text-align: left;
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
}

div#div_kopfzeile
{
	clear: both;
	width: 100%;
	height: 100px;
	background: url('../grafiken/titel.png') no-repeat scroll;
}

div#div_hauptmenue
{
	width: 100%;
	padding: 3px 0;
	margin-bottom: 20px;
	background-color: #FFCC33;
	background: url('../grafiken/titel_menueleiste.png') repeat-y scroll;
	color: #666699;
	font-size: x-small;
}

div#div_spalte_links
{
	float: left;
	width: 100px;
	padding: 0 10px 0;
}

div#div_spalte_rechts
{
	float: right;
	width: 100px;
	padding: 0 10px 0;
	/* overflow: hidden; */
	text-align: left;
	color: #999999;
}

div#div_inhalt
{
	margin: 0 120px;
	padding: 0 10px 0;
}


div#div_spalte_links * a
{
	color: #666699;
}

a
{
	color: #666699;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border-width: 0;
}

table
{
	border-collapse: collapse;
}

thead
{
	background-color: #666699;
	color: #FFFFFF;
}

table.table_liste * th
{
	padding: 1px 3px;
}

table.table_liste * td
{
	text-align: left;
	vertical-align: middle;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
}

ul#ul_hauptmenue
{
	margin: 0 0 0 130px;
	list-style-type: none;
}

ul#ul_hauptmenue li
{
	display: inline;
	margin-right: 2ex;
}

ul#ul_hauptmenue * a
{
	color: #666699;
	text-decoration: none;
}


ul#ul_untermenue
{
	margin: 0;
	list-style-type: none;
}

li.li_untermenue, li.li_untermenue_gewaehlt
{
	margin-bottom: 1ex;
}

li.li_untermenue_gewaehlt
{
	font-weight: bold;
}

div#div_inhalt p
{
	text-align: justify;
}

h1, h2, h3
{
	color: #666699;
	font-weight: normal;
}

h1
{
	font-size: 200%;
}

h2
{
	font-size: 160%;
}

h3
{
	font-size: 120%;
}

div.div_ankuendigung
{
	border: 1px solid #666699;
	background-color: #FFCC33;
	font-weight: bold;
}

p.p_meldung
{
	color: #FF0000;
}

input, select, textarea, button
{
	font: x-small Verdana, Arial, Helvetica, sans-serif;
}

div#div_fusszeile
{
	clear: both;
	width: 800px;
	margin-top: 30px;
	padding: 3px;
	background-color: #FFCC33;
	background: url('../grafiken/titel_menueleiste.png') repeat-y scroll;
	color: #666699;
	font-size: x-small;
}

div.veranstaltung
{
	font-size: smaller;
}

div.veranstaltung p
{
	margin: 0.5ex 0;
}

p.veranstaltung_termin
{
	font-weight: bold;
}

p.veranstaltung_name
{
	font-weight: bold;
}

td, th
{
	vertical-align: top;
}

th
{
	font-weight: normal;
	padding-right: 1ex;
}

.u
{
	text-decoration: underline;
}

.z
{
	text-align: center;
}

.r
{
	text-align: right;
}

span.kpt
{
	font-variant: small-caps;
}

p, li
{
	margin: 2ex 0;
}