p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, tab, dl, dt, dd	{
		font-family: Arial, Helvetica, sans-serif;
		}

a:link { color:#663300; text-decoration:none; }
a:visited { color:#663300; text-decoration:none; }
a:hover { color:#663300; text-decoration:underline; }
a:active { color:#663300; text-decoration:none; }

/* Hintergrund */
body	{
	color: #663300;
	background-color: #663300;
	}
	
/* Tabelle aussen */
.aussentabelle	{
	background-color: #CCCC99;
	margin: 25px auto;
	border: 10px solid #FFFFFF;
	}

/* Punktlinien */
.liniev  {	
	border-right: 1px dashed #FFFFFF;
	}
	
.linieh {
	margin: 20px 0px;
	border-bottom: 1px dashed #FFFFFF;
	}
	
/* Navigation */
.navi {
	font-size:  13px;
	font-weight : bold;
	line-height: 20px;
	color: #663300;
	text-align: center
	}
	
.navi a:link { color:#663300; font-weight : normal; text-decoration:none; }
.navi a:visited { color:#663300; font-weight : normal; text-decoration:none; }
.navi a:hover { color:#CCCC99; font-weight : normal; text-decoration:none; }
.navi a:active { color:#663300; font-weight : normal; text-decoration:none; }	
	
.subnavi {
	margin: 10px 10px 0px;
	font-size:  13px;
	font-weight : bold;
	line-height: 20px;
	color: #000000;
	}

.subnavi a:link {
	line-height: 20px;
	font-weight : normal; 
	text-decoration : none;
	color: #000000; 
	}

.subnavi a:visited {
	line-height: 20px;
	font-weight : normal; 
	text-decoration : none;
	color: #000000; 
	}

.subnavi a:hover {
	line-height: 20px;
	font-weight : bold; 
	text-decoration : none;
	color: #663300; 
	}

.subnavi a:active {
	line-height: 20px;
	font-weight : normal; 
	text-decoration : none;
	color: #663300;
	}

/* Seiteninhalt */
.text p	{
	margin: 0px 20px 0px 20px;
	font-size:  13px;
	line-height: 16px;
	color: #000000;
	}
	
.text h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0px 0px 20px;
	color: #FFFFFF;
	}
	
.text h1 a:link { color:#1D2A57; text-decoration:none; }
.text h1 a:visited { color:#1D2A57; text-decoration:none; }
.text h1 a:hover { color:#1D2A57; text-decoration:underline; }
.text h1 a:active { color:#1D2A57; text-decoration:none; }

.text h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
	color: #FFFFFF;
	}
	
.tabelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight : normal;
	line-height: 16px;
	color: #000000;
	}

.formular	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	}
	
/* Aktuelle Termine */	
.aktuell {
	margin: 10px 10px 0px;
	font-size:  11px;
	font-weight : normal;
	line-height: 14px;
	color: #000000;
	}

.aktuell a:link {
	line-height: 16px;
	font-weight : normal; 
	text-decoration : none;
	color: #000000; 
	}

.aktuell a:visited {
	line-height: 16px;
	font-weight : normal; 
	text-decoration : none;
	color: #000000; 
	}

.aktuell a:hover {
	line-height: 16px;
	font-weight : normal; 
	text-decoration : underline;
	color: #000000; 
	}

.aktuell a:active {
	line-height: 16px;
	font-weight : normal; 
	text-decoration : underline;
	color: #000000;
	}

dl.exkursionen { 
	color: #000000; 
	font-size: 13px; 
	margin: 0 20px 20px 20px
	}
	
dl.exkursionen dt { 
	margin: 1em 0 0 0; 
	font-weight: 700
	}
	
dl.exkursionen dd:before { 
	content: "» "
	}
	
dd { 
	margin-left: 1em
	}

dd.italic { 
	font-style: italic
	}

dl.literatur { 
	color: #000000; 
	font-size: 13px; 
	margin: 0 20px 20px 20px 
	}
	
dl.literatur dt { 
	margin: 1em 0 0 0; 
	font-weight: 700; 
	text-transform: uppercase
	}

dl { 	margin: 1em 20px 1em 20px;
	font-size:  13px;
	line-height: 16px;
	color: #000000;
 }

dt { font-weight: bold }

#sprache { 
	display: inline; 
	margin: 0 2em 0 0;
}
#sprache a {
	font-size: 0.689em;
}
.flaggeenglisch {
	background-image:	url(visuals/fl_english.gif);
	background-position: 	left;
	background-repeat:	no-repeat;
	padding: 		.25em 0 0 2em;
}

.flaggedeutsch {
	background-image:	url(visuals/fl_deutsch.gif);
	background-position: 	left;
	background-repeat:	no-repeat;
	padding: 		.25em 0 0 2em;
}
