/**************************************
*
*	Styled By Attenzione
*  07.09.2007
*
***************************************/

* {
	padding: 0;
	margin: 0;
	
}
html {
	height: 100%;
	min-height: 100%;
} 
table { border-collapse: collapse; } 
td { vertical-align: top; }
img { border: none; }
body {
	/*background: url(../images/i/bg/bg-body.gif) #FFF 50% 98px no-repeat;*/
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	height: 100%;
	min-height: 100%;
} 
a {
	color: #01589e;
	text-decoration: underline;
}
a:hover { color: #0182E6; } 
a.dot {
	text-decoration: none;
	border-bottom: 1px dotted #01589e;
}
a.dot:hover { border-color: #0182E6; } 

h1 {
	margin-bottom: 8px;
	font-size: 1.85em;
	font-weight: normal;
} 
h2 { font-size: 1.25em; margin-bottom: 15px; }
h3 { font-size: 1.1em; }
p { margin-bottom: 15px; }
ul {
	padding-left: 6px;
	margin-top: 8px;
	margin-bottom: 10px;
}
ul li {
	background: url(../images/i/mrk/content.gif) 0 4px no-repeat;
	padding-left: 16px;
	padding-bottom: 5px;
	color: #5f798e;
	list-style: none;
}
.color-3 ul li {
	background-image: url(../images/i/mrk/content-red.gif)
}
big {
	font-weight: bold;
	vertical-align: baseline;
}
small {
	color: #828282;
	font-size: 0.85em;
}
em {
	color: #F00;
}
input.text,
textarea { 
	border: 1px solid #a5a6a6;
	padding: 1px;
	color: #828282;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
}
div.clear, br.clear { clear: both; height: 0; line-height: 0; font-size: 0; }
.error {	color: #FF8080; }
.done { color: #0182E6; }

.link { cursor: pointer; }

#wrapper {
	margin: 0 auto;
	width: 903px;
	position: relative;
}

#header {
	background: #FFF;
	min-height: 86px;
}
* html #header {
	height: 86px;
}

#logo {
	height: 69px;
	position: absolute;
	top: 22px;
	right: 0;
}
#logo.active { /* ACTIVE ABOUT */
	/* background: url(../images/i/bg/bg-menu-top.gif) 44% bottom no-repeat; */
}

#lang {
	position: absolute;
	/* top: 0; left: 2px; */
	right: -36px;
	top: 86px;
}
#lang ul {
	margin: 0; padding: 0;
}
#lang li {
	background: #ffb251;
	margin: 0 0 9px 0;
	padding: 0;
	/* float: left; */
	width: 18px;
	height: 11px;
	font-size: 1px;
}
#lang li.active {
	background: #d7d7d7;
}

#menu-head {
	padding: 40px 0 0 10px;
}
#menu-head ul {
	padding: 0; margin: 0;
}
#menu-head li {
	background: none;
	margin: 0 35px 0 0;
	padding: 0;
	float: left;
	/* width: 100px; height: 41px;*/
}
#menu-head li div.ico {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 35px 0 34px;
	width: 100px;
	height: 46px;
}
#menu-head li.menu-1 div.ico {
	background-image: url(../images/i/icons/menu-1.png);
}
#menu-head li.menu-2 div.ico {
	background-image: url(../images/i/icons/menu-2.png);
}
#menu-head li.menu-3 div.ico {
	background-image: url(../images/i/icons/menu-3.png);
}
#menu-head li div.LL {
	background: url(../images/i/bg/bg-menu-top-1-left.gif) bottom left no-repeat;
	height: 46px;
}
* html #menu-head li div.LL {
	width: 100px;
}
#menu-head li.menu-2 div.LL {
	background: url(../images/i/bg/bg-menu-top-2-left.gif) bottom left no-repeat;
}
#menu-head li.menu-3 div.LL {
	background: url(../images/i/bg/bg-menu-top-3-left.gif) bottom left no-repeat;
}
#menu-head li div.RR {
	background: url(../images/i/bg/bg-menu-top-1-right.gif) bottom right no-repeat;
	height: 46px;
}
#menu-head li.menu-2 div.RR {
	background: url(../images/i/bg/bg-menu-top-2-right.gif) bottom right no-repeat;
}
#menu-head li.menu-3 div.RR {
	background: url(../images/i/bg/bg-menu-top-3-right.gif) bottom right no-repeat;
}
#menu-head span {
	background-position: top left;
	background-repeat: repeat-x;
	padding-top: 10px;
	display: block;
	float: left;
	font-size: 0.92em;
	font-family: Tahoma;
}
#menu-head li.active span {
	background: none !important;
	color: #FFF;
}
#menu-head li.menu-1 span {
	background-image: url(../images/i/bg/line-blue.gif);
}
#menu-head li.menu-2 span {
	background-image: url(../images/i/bg/line-grey.gif);
}
#menu-head li.menu-3 span {
	background-image: url(../images/i/bg/line-red.gif);
}

#menu-head li.menu-1 a {
	color: #01589e;
}
#menu-head li.menu-2 a {
	color: #4f4f4f;
}
#menu-head li.menu-3 a {
	color: #8A0E04;
}

#footer {
	border-top: 1px solid #0081be;
	padding: 15px 30px 25px 17px;
	margin-top: 30px;
	color: #7f7f7f;
}
#footer div.footer {
	position: relative;	
	padding-left: 13px;
	margin-top: 13px;
}
#footer div.contacts table td {
	padding-right: 25px;
}

#copyright {
	position: absolute;
	right: 115px; top: 0;
	text-align: right;
}
#tv {
	position: absolute;
	right: 0px; top: 5px;
}

#footer ul {
	margin: 0; padding: 0;
}
#footer ul.link li {
	background: url(../images/i/mrk/blue.gif) 0 8px no-repeat;
	padding-left: 13px;
	margin: 0;
}

* html #footer ul.link li {
	height: 1em;
}

#footer ul.link li a {
	font-family: Tahoma;
	font-size: 1.3em;
}