@CHARSET "UTF-8";

@import url(screen/basemod.css);
@import url(screen/basemod_2col_left_13.css);
@import url(screen/content.css);
@import url(screen/nav_shinybuttons.css);

#header.logo {
	height: 100px;
	background: url(../images/logo2.png) top center no-repeat;
	margin: 0px;
	padding: 0px;
}

#nav li {
	text-align: center;
}

#nav .lang {
	position: absolute;
	right: 0px;
}

#nav .lang li {
	border-right: 0px;
	border-left: 1px #FFF solid;
}

#nav .lang a {
	border-right: 0px;
	background-color: #888;
	width: 50px;
	line-height: 8px;
}

#nav a.current {
	background-color: #223f81;
}

#main {
	min-height: 500px;
	color: #223f81;
}

#main.home {
	background: url(../images/homebg.png) bottom right no-repeat;
}

#main.pages {
	background: url(../images/bg.png) top right no-repeat;
}

#footer .right {
	position: absolute;
	right: 5px;
}

#main h1 {
	color: #223F81;
	font-weight: normal;
	font-size: 16pt;
	letter-spacing: 0.5pt;
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
	margin-top: 12px;
	border-bottom: 1px #223f81 solid;
}

#main h2 {
	color: #223F81;
	position: relative;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 0.2pt;
	border-bottom: 1px #558ec3 solid;
	padding-right: 70px;
}

#main h2 span {
	position: absolute;
	right: 10px;
	font-size: 10pt;
	font-weight: normal;
}

#col1_content {
	padding-top: 20px;
	padding-left: 5px;
}

#col1_content .submenu {
	line-height: 25px;
	width: 170px;
	background: url(../images/submenubg1.png) 0px 0px no-repeat;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-left: 4px;
}

#col1_content .submenu.active {
	padding-left: 4px;
	width: 170px;
	background: url(../images/submenubg.png) 0px 0px no-repeat;
}

#col1_content .submenu a {
	text-decoration: none;
	font-weight: bold;
	color: #223f81;
}

#col1_content .subsubmenu {
	border-bottom: 1px #223f81 dotted;
}

.hometext {
	font-size: 12pt;
	padding-top: 10px;
	font-weight: bold;
}

.gallerydirs {
	width: 420px;
}

.publicTable {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	width: 100%;
	border-spacing: 1px;
	border-collapse: collapse;
	empty-cells: show;
}

#c2Form {
	width: 100%;
}

#c2Form td.left {
	width: 200px;
}

.publicTable td {
	position: relative;
	vertical-align: top;
}

.publicTable td.textcol {
	background-image: url(../images/tablebg.png);
	padding: 5px;
}

.publicTable td.imagecol {
	text-align: center;
	width: 210px;
	background-image: url(../images/imagebg.png);
	border-left: 2px #FFF solid;
	border-right: 2px #223f81 solid;
}

.publicTable td.imagecol img {
	margin-bottom: 3px;
	margin-top: 3px;
}

.publicTable td .c2form table {
	width: 100%;
}

input.textfield {
	border: 1px #223f81 solid;
	width: 210px;
	padding: 2px;
	margin: 0px;
}

textarea.textarea {
	border: 1px #223f81 solid;
	width: 210px;
	height: 100px;
	padding: 2px;
	margin: 0px;
}

#col3_content .detaillink {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-left: 4px;
}

#fundgrube {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

div.download {
    padding-left: 5px;
    margin: 2px;
    border: 1px 223f81# solid;
    background-color: #EEE;
}
div.download a {
    padding-left: 25px;
    line-height: 25px;
    display: block;
}
div.download a.pdf {
    background: url(/resources/icons/nuvola/16x16/mimetypes/pdf.png) left center no-repeat;
}
div.download a.sql {
    background: url(/resources/icons/nuvola/16x16/mimetypes/ascii.png) left center no-repeat;
}
div.download a.jpg,div.download a.png,div.download a.gif {
    background: url(/resources/icons/nuvola/16x16/mimetypes/image.png) left center no-repeat;
}

