/*  (c) js@designverign.de
 *  autor: Jens Enkhardt
 *  info: font CSS definitions for dv website
 * 
 */

div#area_content ul{
  list-style-type:disc;
}
div#area_content ol{
  list-style-type:decimal;
}

/* small fonts for forms: */
p.small{
  font-size:10px;
  font-weight:normal;
  line-height:12px;
}
/* error text for forms: */
p.error{
  color:#f00;
}


/* global font definition */ 
sup {
	vertical-align:super;
	font-size:10px;
}
sub {
	vertical-align:sub;
	font-size:10px;
}

div#area_content,
a,
td {
	font-family:arial, helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	color:#666;
}

/*bullet points for unsort list in area_content*/ 
div#area_content ul {
	/*list-style-image:url(../img/icons/submenu_arrow.gif);*/

}

div.news-amenu-container ul li,
div.tx_lumogooglemaps_pi1_sidebar ul li {
	background:url(../img/icons/submenu_arrow.gif) no-repeat 1px 9px;
	line-height:25px; 
	padding-left:10px;
}

div.news-amenu-container ul li.news-amenu-item-year {
	background:none;
}

div.news-amenu-container ul,
div.tx_lumogooglemaps_pi1_sidebar ul {
        list-style-type:none !important;
}

li {
	/*line-height:26px;*/
	margin-left:15px;
}

/* t3 login form */
table.csc-loginform td{
	padding:2px;
} 
 
 
/* RTE Table P fix */
td p {
	padding:0px;
	margin:0px;
} 
 
h1,
h1 a {
	margin:0px; /*bottom:25px*/
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:18px; 
	line-height:1em;
	color:#0092dd;
}
div#content_middle h1,
div#content_left_inner h1{
        font-family:"Times New Roman" !important;
        font-size:21px;
}

h2,
h2 a {
	margin:0px 0px 10px 0px; /*bottom:0*/
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:1em;
	color:#666;
}

div#area_content h1
/*
div#content_middle h1,
div#content_left h1*/ {
	/*h1 in middle column */
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:18px; /* 22px */
	line-height:24px;
	color:#0092dd;
	
	margin:0px 0px 25px 0px;
}

/* ----- footer ----- */
div#footer_area { 
	font-family:arial, helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height:15px;
	color:#666;
}

div#footer_print {
	color:#000000;
	display:none;
}

/* - - - - - - special fonts - - - - - - - - - - */

div#breedPath {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

/* typo3 googlemaps extension */
div.tx_lumogooglemaps_pi1_infobox p {
	margin:0px;
	line-height:normal;
}

form#form_logfisch input{width:100%;display:block;}
form#form_logfisch span.small{font-size:50%;}


