* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	color: #711111;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
p {
	padding-bottom: 10px;
}
body {	
	color: #711111;
	font: 12px/20px Arial, Helvetica, sans-serif;
}
body, html {
	height:100%;
}
ul, ol {
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
hr {
	border-bottom: 1px solid #BEBEBE;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
h1 {
	font-size: 25px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 25px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 0px;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
h4 {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
table {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-color:#FFF;
}
table td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 3px 5px;
}
.text10 {
	font-size: 10px;
	line-height: 16px;		
}
.text11 {
	font-size: 11px;
	line-height: 17px;		
}
.text12 {
	font-size: 12px;
	line-height: 18px;		
}
.text13 {
	font-size: 13px;
	line-height: 17px;		
}
.text14 {
	font-size: 14px;
	line-height: 18px;		
}
.text15 {
	font-size: 15px;
	line-height: 18px;		
}
.text16 {
	font-size: 16px;
	line-height: 19px;		
}
.text17 {
	font-size: 17px;
	line-height: 20px;		
}
.text18 {
	font-size: 18px;
	line-height: 20px;		
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.clear {
	clear: both;
}
.align-image-left {
	float: left;
	margin: 3px 5px 0px 0px;
}
.align-image-right {
	float: right;
	margin: 0px 0px 5px 5px;
}
.image-border {
	border: 1px solid #999;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.center {
	text-align:center;
}
.underline {
	text-decoration:underline;
}
.nounderline {
	text-decoration:none;
}	
.red {
	color:#de251c;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}

/* --------------- FORM ELEMENTI ------------------ */
form p {
}
form label {
	float: left;
	width: 150px;
	padding-top: 2px;
}
form input[type=text], form input[type=password], form textarea {
	padding: 2px;
	width: 250px;
	border: 1px solid #CCC;
}
form input[type=submit] {
	font-weight: bold;
	padding: 5px;
	border: 1px solid #CCC;
	background: #CCC;
}
form textarea {
	height: 140px;
}
form select {
	padding: 2px;
}
.visualConfOkvir {
	border: 1px solid #CCC;
}
.errorlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.errorlist li {
	margin: 0px 0px 0px 250px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #900;
}
fieldset {
	padding: 10px;
	border: 1px solid #CCC;
}
legend {
	font-weight: bold;
}
#top {
	height: 143px;
	background: #FFF url(images/bg.gif) repeat-x top;
}
#logo {
	display: block;
	background: url(images/logo_hr.gif) no-repeat left top;
	height: 55px;
	width: 250px;
	position: absolute;
	margin: 22px 0px 0px;
}
.wrapper {
	margin: auto;
	width: 970px;
}

#container {
	height: 80%;
	margin-top: 1px;
	border-bottom: 8px solid #D8D8D8;
}

/* navigation */
#nav { /* all lists */
	border-top: none;
	border-bottom: none;
	list-style: none;
	margin: 90px 0 0 0;
	padding: 0 7px 0 0;
	z-index:10;
	height: 53px;
	border-right-style: none;
	border-left-style: none;
	position: absolute;
	font: 13px Georgia, "Times New Roman", Times, serif;
	background: url(images/nav-shadow.gif) no-repeat right top;
}
	#nav li { /* all list items */
		float: left;
	}
		#nav li a {
	display:block;
	color: #FFF;
	text-decoration: none;
	padding: 17px 15px 20px 19px;
	background: url(images/nav.gif) no-repeat 0 -53px;
	text-transform: uppercase;
	float: left;
	line-height: 14px;
		}
		#nav li a:hover {
			background: url(images/nav.gif) no-repeat 0 0;
		}

/* languages */
#lang {
	position: absolute;
	margin: 20px 0px 0px 710px;
	font-size:10px;
	text-transform:uppercase;
	width: 260px;
	z-index:10;
}
	#lang a {
		text-decoration:none;
		color:#000;
		padding: 5px 0px;
		width: 80px;
		background: url(images/lang-bg.gif) repeat-x center bottom;
		display: block;
		float: left;
		text-align: center;
		margin-right: 5px;
	}
	
	#lang a:hover, #lang a.active {
		background: #FBF7F7 url(images/lang-bg.gif) repeat-x center bottom;
	}
/* slogan */

#slogan {
	position: absolute;
	margin: 60px 0px 0px 260px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-transform:uppercase;
	width: 700px;
	color:#a9a9a9;	
	text-align:right;
}
#slogan p{
	padding-bottom:0;
}

/* central image slideshow */
#rotator {
	margin:0;
	padding:0;
	list-style: none;
}
	#rotator .image {
		height:640px;
		display: block;
		position: absolute;
		background: url(images/image1.jpg) no-repeat center center;
	}
	#rotator li {
		height: 640px;
		width: 100%;
	}


/* footer */
#footer {
	border-bottom: 8px solid #D8D8D8;
	border-top: 8px solid #D8D8D8;
	position:fixed;
	bottom:0px;
	width:100%;
	z-index:5;
	background-color:#FFF;
}
	#footer .wrapper {
		height:60px;
		background: url(images/footer.gif) no-repeat left 13px;
		font-size: 11px;
		color: #928087;
	}
	#footer a {
		text-decoration:none;
		color:#928087;
	}
	#footer p{
		padding-bottom:0;
	}
	#footer a:hover {
		color:#000;
	}
	.copyright {
		position: absolute;
		margin: 20px 0px 0px 50px;
	}
	#footer-menu {
		position: absolute;
		margin-top: 20px;
		margin-left: 300px;
		width:665px;
		text-align:right;
	}
	#footer-menu a {
		padding: 0 12px;
		border-right: 1px solid #acabab;
	}
	#footer-menu a:hover {
		background: #FBF7F7;
	}
	#footer-menu a:last-child {
		border:none;
		padding-right:0;
	}
	
#content {
	position:absolute;
	z-index: 100;
	margin: 200px auto auto;
}
	#content .list {
		margin:0 0 10px;
		padding:7px 13px;
		background: #FFF;
		list-style: none;
		border: 1px solid #DFDFDF;
		width:94%;
	}
	#content .list li {
		background:url(images/document-list.png) no-repeat scroll left 3px transparent;
		padding:3px 0 0 25px;
	}
	
#content:after, .content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content {
	background: url(images/page.png);
	border: 5px solid #FFF;
	padding: 0px;
}
	.content .left {
		float: left;
		width: 340px;
		padding-right:20px;
	}
	.content .right {
		float: left;
		width: 510px;
		padding-left: 20px;
	}
	.content img {
		margin:0 10px 10px 0;
	}
	#pane {
		height: 440px;
		width: 930px;
		padding: 30px 0px 30px 30px;
	}
	

.home {
	background:url(images/h1-trans.png) no-repeat left top;
	color:#861717;
	font-size:45px;
	font-weight:normal;
	line-height:52px;
	margin:10px 0 0;
	padding:3px 0 15px 15px;
	width:310px;
	height: 115px;
	letter-spacing: -1px;
}
.download-pps { background: url(images/pps-download.png) no-repeat left top; padding: 11px 0px 10px 75px; min-height:85px; font-size: 17px; width: 185px; line-height: 22px; position:fixed; bottom:50px }
	.download-pps a { text-decoration:none; color:#861717; }
.text {
	background: url(images/home-text-trans.png) no-repeat left top;
	height: 95px;
	width: 256px;
	font-size: 17px;
	color: #FFF;
	padding: 8px 0px 0px 11px;
	line-height: 22px;
}
#contact {
	background: url(images/kontakt-trans.png) no-repeat left top;
	height: 130px;
	width: 500px;
	margin-top: 40px;
	padding: 22px 0px 0px 20px;
}
	#contact p {
		float:left;
		width:220px;
	}
