/* TAGS */
body{
	color: #000033;
	font-size: 12px;
}

fieldset{
	border: 1px solid #387fc8;
}

legend{
	font-size: 14px;
	text-transform: capitalize;
}

/* STRUTTURA */
.site_header{
	color: #fff;
	font-size: 48px;
	height: 100px;;
	width: 100%;
	margin-bottom: 5px;
}

.site_history{
	display:none;
}

.noprint{
	display:none;
}

.flags{
	display:none;
}

.site_menu{
	display:none;
}

.subtitle{
	display:none;
}

.content_td{
	vertical-align: top;
	background-image: url('../../images/logo_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 0px solid #387fc8;
}

.site_content{
	padding: 10px;
}

.site_footer{
	display:none;
}

.info{
	padding-left: 20px;
	background-image: url('../../images/info.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.news{
	padding-left: 20px;
	font-style: italic;
	background-image: url('../../images/news.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.copyright{
	width: 100%;
	display:none;
}

/* LINK */
a:link{
	color: #000033;
	font-weight: bold;
}

a:visited {
	color: #000033;
	font-weight: bold;
}

a:hover{
	color: #387fc8;
	font-weight: bold;
}

a.menu:link{
	color: #000033;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background-color: transparent;
}

a.menu:visited {
	color: #000033;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background-color: transparent;
}

a.menu:hover{
	color: #000033;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background-color: transparent;
}

a.history:link{
	color: #000033;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background-color: transparent;
}

a.history:visited {
	color: #000033;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background-color: transparent;
}

a.history:hover{
	color: #000033;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background-color: transparent;
}

/* TABELLE */
.generic_table{
	 width: 60%;
	 border: 1px solid #387fc8;
}

.generic_table tr{
	 
}

.generic_table th{
	font-weight: bold;
	padding: 5px;
	padding-bottom: 2px;
	background-color: #387fc8;
	color: #fff;
	border: 1px solid #387fc8;
}

.generic_table td{
	vertical-align: top;
	padding: 5px;
	padding-bottom: 2px;
	border: 1px solid #387fc8;
}

.services_table{
	 width: 100%;
	 font-size: 10px;
	 border-left: 1px solid #000033;
}

.services_table tr{
	 
}

.services_table th{
	font-weight: bold;
	padding: 5px;
	padding-bottom: 2px;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	border-top: 1px solid #000033;
	background-color: #5e97d2;
	color: #000033;
}

.services_table td{
	vertical-align: top;
	padding: 5px;
	padding-bottom: 2px;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
}

.cell_style_1{
	background-color: #CCC;
}

.cell_style_2{
	background-color: #FFF;
}

/* MENU */

#idList{
	margin: 0;
	padding: 0;
}
 
#idList li{
	cursor: pointer;
	display: block;
	margin: 0;
	margin-bottom: 5px;
	padding: 4px;
	width: 220px;
	border-bottom: 1px solid #000033;
	padding-left: 40px;
	color: #888;
	height: 40px;
	font-size: 10px;
}


