html, body {
	width: 100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-size: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #fff url(/gfx/menu_bg.jpg) repeat-y 0 0; 
}
table {
	border-collapse: collapse;
	border-color: #556BA4;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
hr {
	color: #000000;
}
a, a:link, a:visited {
	color: #CD3739; /* #0D945C; */
	text-decoration: none;
}
a:hover, a:active {
	color:  #BC3D3D; /* #0D945C; */
	text-decoration: underline;
}
#start_right {
	/* float:right; */
	width: 240px;
	/* height: 300px; */
	padding: 0;
	margin: 0;
}
#start_right #contents{
	width: 240px;
	padding: 0;
	margin: 0;
	background-image: url(../gfx/start_right_div_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/*
#start_right #start_right_head {
	width: 240px;
	height: 0px;
	padding: 10px 0 0 10px;
	margin: 0;
	background-image: url(gfx/start_right_h1_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	font-size: 1.5em;
}
*/
#start_right #start_right_head {
	width: 240px;
	height: 10px;
	background: url(../gfx/start_right_top.gif) 0 0 no-repeat;
	display: block;
}

#start_right #start_right_content {
	font-size: 0.8em;
	padding: 0px 25px 0 10px;
	margin: 0;
	display: block;
}
#start_right #start_right_bottom {
	width: 240px;
	height: 35px;
	padding: 0;
	margin: 0;
	background-image: url(../gfx/start_right_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
div#logindiv {
	position: absolute;
	width: auto;
	top: 15px;
	left: 25px;
	color: FFF;
	background-color: transparent;
	font-size: 0.8em;
}
span.error {
	color: #FF0000;
}
.printhead {
	font-size: 0.88em;
}
.search_q {
	/* font-weight: 700;
	color: #BC3D3D; */
	background-color: #E8EAF3;
}
#search_view li {
	border-bottom: 1px solid #BC3D3D;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
.firstletterasp {
	margin:0 0 5px 0;	
}
#termine td {
	padding-bottom: 25px;
}
#contenthead {
	margin:0;
	height:137px;
	width: 100%;
	background-image: url(/gfx/top_bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
#contenthead_left {
	margin:0;
	height: 137px;
	width: 100%;
	float: left;
	z-index: 1;
	background-image: url(/gfx/top_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contenthead_logo {
	margin:0;
	height: 81px;
	width: 137px;
	float: right;
	z-index: 2;
	position: relative;
	top: 23px;
	right: 28px;
}
#editbar {
	position: absolute;
	top: 120px;
	left: 245px;
	width: 380px;
	text-align: left;
	white-space: nowrap;
}
/* menu configuration start */
#menu {
	font-family: Arial, Helvetica, sans-serif;
	width:200px;
	font-size: 90%;
	margin: 0;
	padding: 0;
}
#menubg {
   background-image: url(/gfx/menu_bg.jpg); 
	width: 210px;
	background-repeat: repeat-y;
	background-position: left top;
}
/* MAINMENU */

li.menuhover:hover {
	background-color: #FFF !important;
}

ul#menu a.mainmenu-active
{
	font-weight: bold;
	color: #CC3300;
}
ul#menu a.submenu-active
{
	color: #CC3300;
	border-bottom: 1px solid #CC3300;
}


ul#menu .mainmenu-active
{
	font-weight: bold;
	color: #CC3300; /* #0B5938; */
}
.mainmenu {
	font-weight: bold;
	color: #333333; /* #0E9C60; */
}
/* SUBMENU */
.submenu {
	color: #333333;
}
div#menu ul#menu li#active {
	margin-right: 0px;
	padding: 5px 0px;
	margin-left: 10px;
	background: #E8EAF3 url(/gfx/menu_active.gif) repeat-x 0 0;
	/*
	background-color:#E8EAF3;
	background-image: url(/gfx/menu_active.gif);
	background-position: 0 0;
	*/
}
ul#menu {
width: 210px;
list-style-type: none;
margin-right: 0px;
margin-left: 0px;
padding-right: 0px;
padding-left: 0px;
text-align: right;
}
ul#menu ol {
text-align: right;
list-style-type: none;
margin: 0;
padding: 0px;
margin: 0 0 0 0;
}
ul#menu li, 
ul#menu a {
position: relative;
font-family: Arial, Helvetica, sans-serif;
/* padding-right: 5px; */
color: #000000; /* #0E935C; */
}
ul#menu a {
padding-right: 10px;
}
ul#menu ol li, 
ul#menu ol a {
font-weight: normal;
padding-right: 8px;
color: #000000; /* #0E935C; */
}
ul#menu ol a {
padding-right: 0;
}

ul#menu li {
line-height: 200%;
}
ul#menu ol li {
line-height: 150%;
/* border-bottom: none; */
}
ul#menu ol li:after {
/* content: " -"; */
}
ul#menu a {
text-decoration: none;
outline: none;
}
ul#menu a:hover {
color: #CC3300; /* #0A6740; */
font-weight: 700;
}
ul#menu ol li a:hover {
color: #CC3300; /* #0A6740; */
font-weight: normal;
border-bottom-width: 1px;
border-bottom-style: solid;
}
ul#menu a.active {
color: #CC3300; /* #0A6740; */
font-weight: 700;
}

div.sep {
	height: 6px;
	padding: 0;
	margin: 0;
	border: 0;
}
/* menu configuration end */
#contentBody {
	display:block;
	width: 100%;
	padding-left:10px;
}
#bodybg {
	/*background-color:#FFFFFF;
	 border: 1px solid #000000; */ 
}
#contentfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	margin:0;
	padding-top: 3px;
	height: 40px;
	width: 100%;
	background-image: url(/gfx/bottom_left.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#contentfooter a {
	color: #FFFFFF;
	text-decoration: none;
}
#contentfooter a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#contentfooter_left {
	margin:0;
	height: 40px;
	width: 230px;
	padding-left: 10px;
	padding-top: 5px;
	float: left;
	z-index: 1;
	text-align: center;
}
#contentfooter_right {
	margin:0;
	height: 40px;
	/* float: right; */
	color: #B72323;
	font-weight: 700;
	display:block; /* Firefox and IE Comp. */
	z-index: 2;
	padding-top: 5px;
	padding-right: 15px;
	text-align: right;
}
#contentfooter_right a,
#contentfooter_right a:link,
#contentfooter_right a:active,
#contentfooter_right a:hover,
#contentfooter_right a:active {
	color: #B72323;
	font-weight: 700;
}
#contentfooter_right a:hover,
#contentfooter_right a:active {
	text-decoration: underline;
}
#cheader {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	padding-bottom: 10px;
	/* text-transform: uppercase; */
}
.cheader {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}
div#content {
	width: 98%;
}
div#content * {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 100%; */
	line-height: 1.4em;
}
div#contents * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 103%;
	line-height: 1.4em;
}
/* Textstyles */
h1, .h1
{
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 10px;
}
h2, .h2
{
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 10px;
}
h2, .h3
{
	font-size: 100%;
}
div#menu-sitemap ul#menu-sitemap {
	color: #CD3739;
	list-style-type: disc;
}
div#menu-sitemap ul#menu-sitemap ol {
	color: #CD3739;
	list-style-type: circle;
}
div#menu-sitemap ul#menu-sitemap ol li.submenu {
	color: #CD3739;
	list-style-type: disc;
}
/* fck */
span.fck-link {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background-image: url("/backend/fckeditor/editor/skins/default/fck_strip.gif");
	background-position: 0px 528px;
}

