/* GENERAL */
a:link {
	}

a:visited {
	}

a:hover {
	}

html {
		font-family: Verdana, serif;
		font-size: 8pt;
	}

body {
		font-family: Verdana, serif;
		font-size: 8pt;
	}

h1 {
		font-family: Verdana, serif;
		font-size: 16pt;
		font-weight: bold;
	}

h2 {
		font-family: Verdana, serif;
		font-size: 13pt;
		font-weight: bold;
	}

h3 {
		font-family: Verdana, serif;
		font-size: 11pt;
		font-weight: bold;
	}

h4 {
		font-family: Verdana, serif;
		font-size: 11pt;
		font-weight: normal;
	}

h5 {
		font-family: Verdana, serif;
		font-size: 10pt;
		font-weight: normal;
	}

h6 {
		font-family: Verdana, serif;
		font-size: 10pt;
		font-weight: normal;
	}


/* Elimina i bordi del link per le immagini */
:link img,
:visited img {
	border: 0;
	}

/* NORMAL ITEM*/
div.normal_item {
		float: left;
		width: 100%;
	}

div.image_left {
		float: left;
		clear: both;
		width: 100%;
}

div.image_right {
		float: right;
		clear: both;
		width: 100%;
}

div.coloum {
		float: left;
		width: 50%;
}

div.coloum_single {
		float: left;
		width: 38%;
}

div.coloum_double {
		float: left;
		width: 62%;
}

div.coloum_wborder {
		float: left;
		width: 47%;
		padding-right: 3%;
}

div.coloum_single_wborder {
		float: left;
		width: 35%;
		padding-right: 3%;
}

div.coloum_double_wborder {
		float: left;
		width: 59%;
		padding-right: 3%;
}

/* MAIN MENU */
*#main_menu_begin {
	display: none;
	}

*#main_menu_end {
	display: none;
	}

*.main_menu_item {
	display: inline;
	}
	
/* SUB MENU */
ul.sub_menu_list {
	}

*.sub_menu_list_title {
		
	}

*.sub_menu_item_list {
		padding: 1em 0 0 0;
	}

/* LANGMENU */
*.lang_menu_item {
		padding-right: 1em;
	}

/* NEWS ITEM*/
div.news_item {
		float: left;
		width: 90%;
	}

div.news_item  p {
		padding: 1ex 1ex 1ex 1ex;
	}

/* IMAGE TOP ITEM LIST */
li.image_top_item_list {

	}
	
/* IMAGE RIGHT ITEM LIST */
li.image_right_item_list {
	}

li.image_right_item_list  p {
		padding: 1ex 1ex 1ex 1ex;
	}

/* CONTAINER */
div#page_top {
		float: left;
		width: 100%;
		clear: both;
		padding: 0 0 1em 0;
	}

div#page_center {
		float: left;
		width: 100%;
		clear: both;
		padding: 1em 0 1em 0;
	}

div#page_bottom {
		float: left;
		width: 100%;
		clear: both;
		border-top: 1px solid black;
		text-align: right;
	}

div#logo_container {
		float: left;
		padding-right: 3%;
  }

div#lang_menu_container {
		float: right;
		text-align: right;
	}

div#main_menu_container {
		float: left;
		width: 100%;
		padding-bottom: 1em;
		clear: both;
  }

div#sub_menu_container {
		width: 18%;
		float: left;
  }

div#main_container {
		width: 80%;
		float: right;
  }

div.text_item {
		float: left;
		width: 100%;
	}
