body, p, td {
	font-family: Garamond, Georgia, "Times New Roman", Times, Serif;
	color: #000;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
}

body {
	font-size: 16px;
}

h1 {
	font-size: 32px;
	font-weight: normal;
}

/* --- Homepage --- */
#home_content {
	text-align: center;
	font-size: 20px;
	color: #000;
}

#home_content a:link, #home_content a:active, #home_content a:visited {
	color: #000;
	text-decoration: none;
}
#home_content a:hover {
	color: #bb2222;
	text-decoration: none;
}

h3.link_intro {
	font-size: 20px;
	font-weight: normal;
}

h3.separator_home {
	color: #909090;
	font-size: 20px;
	font-weight: normal;
}

#home_footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #b9b9b9;
	padding-top: 5px;
}
/* --- End Homepage --- */


/* --- Content --- */
span.menu, #container_content_menu a.menu:link, #container_content_menu a.menu:active, #container_content_menu a.menu:visited {
	font-size: 15px;
	font-weight: bold;
	line-height: 23px;
	padding-right: 16px;
	color: #545454;
	text-decoration: none;
	display: block;
}
#container_content_menu a.menu:hover {
	color: #e50000;
	text-decoration: underline;
}

span.menu_on, #container_content_menu a.menu_on:link, #container_content_menu a.menu_on:active, #container_content_menu a.menu_on:visited {
	font-size: 15px;
	font-weight: bold;
	/*line-height: 23px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 16px;
	color: #e50000;
	text-decoration: underline;
	display: block;

}
#container_content_menu a.menu_on:hover {
	color: #e50000;
	text-decoration: underline;
}

#container_content_menu a.submenu:link, #container_content_menu a.submenu:active, #container_content_menu a.submenu:visited {
	font-size: 15px;
	color: #545454;
	text-decoration: none;
	/*line-height: 23px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 25px;
	background-image: url(../images/bulina-gray.gif);
	background-repeat: no-repeat;
	background-position: right 12px;
	display: block;
}
#container_content_menu a.submenu:hover {
	color: #e50000;
	text-decoration: underline;
	background-image: url(../images/bulina-red.gif);
}

#container_content_menu a.submenu_on {
	font-size: 15px;
	color: #e50000;
	/*line-height: 23px;*/
	text-decoration: underline;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 25px;
	background-image: url(../images/bulina-gray.gif);
	background-repeat: no-repeat;
	background-position: right 12px;
	display: block;
}
#container_content_menu a.submenu_on:hover {
	background-image: url(../images/bulina-red.gif);
}


#breadcrumbs {
	font-size: 14px;
	line-height: 24px;
}

#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited {
	color: #006633;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}

#breadcrumbs .separator {
	color: #909090;
}

#breadcrumbs .current_page {
	color: #bb2222;
}

#language, #language a:link,  #language a:active,  #language a:visited {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}
#language a:hover {
	color: #bb2222;
	text-decoration: none;
}

#language a.on:link {
	color: #bb2222;
}

#text a:link, #text a:active, #text a:visited, 
#long_text a:link, #long_text a:active, #long_text a:visited {
	color: #006633;
	text-decoration: none;
}
#text a:hover, #long_text a:hover {
	text-decoration: underline;
}

input[type="submit"] {
	width: 80px;
}

a.inapoi:link, a.inapoi:active, a.inapoi:visited {
	font-size: 15px;
	color: #006633;
	line-height: 23px;
	text-decoration: none;
}
a.inapoi:hover {
	text-decoration: underline;
}

#footer {
	font-size: 12px;
	color: #b9b9b9;
}
/* --- End Content --- */

