/* Uebergeordnete Festlegungen -------------------------- */

body {
	background-color: #b3c6bc;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-family: sans-serif;
}

td,th {
	color: #000000;
}

a {
	font-family: sans-serif;
	text-decoration: none;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}


/* Hauptspalte ----------------------------- */

#main {
}


#main p {
	text-align: left;
	font-size: 11pt;
}
		
#main p:first-child {
	margin-top: 2px;
}

.main_table {
	height: auto;
}

/* Allgemein ------------------------------- */

.ueberschrift {
	font-size: 14pt;
}

#main .p4 {
	font-size: 13pt;
	font-weight: normal;
}

.haupttext {
	font-size: 11pt;
	text-align: left;
}

.bildtext {
	font-size: 11pt;
	text-align: left;
	font-style: italic;
	position: relative;
	left: 3px;
}

.bildtext_center {
        font-size: 11pt;
        text-align: center;
        font-style: italic;
}

.bildtext_ueberschrift {
	font-size: 11pt;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}

.bildtext_ueberschrift_rot {
	font-size: 11pt;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: #F00;
}

#main .bildtext {
	font-size: 11pt;
	text-align: left;
	font-style: italic;
	position: relative;
	left: 2px;
	top: 1px;
}

#main .bildtext_ueberschrift {
	font-size: 11pt;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}

#main .bildtext_ueberschrift_rot {
	font-size: 11pt;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: #F00;
}

.bildtext_nk {  
	font-style: normal; 
	font-weight: normal; 
	text-align: left; 
	font-size: 11pt;
}

.textklein {
	font-size: 9pt;
}

.kursiv {
	font-style: italic;
}

.kleinkursiv {
	font-style: italic;
	font-size: 9pt;
}

.anmerkung {
	font-size: 9pt;
	font-style: italic;
}

.tafellink {
        font-size: 9pt;
}


.toplink {	/* Zum Seitenanfang */
	font-size: 11pt;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Menus ----------------------------------- */
.hauptmenu {
	font-size: 11pt;	
}

.hauptmenuaktuell {
	font-size: 11pt;	
}

.seitenmenu_section {
	font-size: 9pt;
	font-weight: bold;
	color: #0000FF;
	width: 67px;
	margin-left: 6px;
	margin-right: 5px;
	margin-bottom: 15px;
	font-style: italic;	
}

.seitenmenu {
	font-size: 9pt;
	text-decoration: none;	
	color: #0000FF;
	width: 67px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.menu_top {
	background-repeat: no-repeat;
	height: 10px;
}

.menu_bottom {
	background-repeat: no-repeat;
	height: 10px;
}

/* Adminbereich ---------------------------- */

#admin th {
	font-size: 10pt;
	font-weight: bold;
}

#admin td {
	font-size: 10pt;
}
.tafel_beschriftung {
	font-family: sans-serif;
	font-size: 10pt;
	font-style: normal;
}
