/***************/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	margin: 3px 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

p {
	margin-bottom: 1em;
}

li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 1em 1.4em;
}

th {
	background: #DBD7D2;
	padding: 4px;
}

hr {
	color: #383838;
	width: 80%;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 4px;
}

a:link, a:active, a:visited { 
	color: #383838; 
	text-decoration: underline; 
}

a:hover { 
	color: #8cb91c; 
	text-decoration: underline; 
}

/***************/

li.navi_li {
	margin: 0;
	padding: 6px 10px;
	background-image: url(../images/layout/navi_li_linie.png);
	background-repeat: no-repeat;
	background-position: 8px bottom;
	color: #383838;
	list-style-type: none;
}

li.navi_li_sub {
	margin: 0;
	padding: 2px 10px 4px 20px;
	background-image: url(../images/layout/navi_li_mi_sub.png);
	background-repeat: repeat-y;
	color: #383838;
	list-style-type: none;
}

li.navi_admin {
	margin: 0;
	padding: 4px 10px;
	color: #383838;
	font-weight: bold;
	list-style-type: none;
}

li.navi_admin_sub {
	margin: 0;
	padding: 2px 10px 2px 20px;
	color: #383838;
	list-style-type: none;
}

a.navi:link, a.navi:active, a.navi:visited    { 
	text-decoration: none; 
	color: #383838;
}

a.navi:hover { 
	text-decoration: none; 
	color: #8cb91c;
}

/***************/

.textS {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textM {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.textL {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.textXL {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;	
}

.textM2 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

.form {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #383838;
}

.formF {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #383838;
	background: #EFC8AB;
}

.halb {
	line-height: 0.5em;
}
