* {
	margin: 0;
	padding: 0;	
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 12px;
	color: #666666;
}

a {	
	text-decoration: underline;
	color: #ff6666;	
}

img {
	border: none;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}

label {
	display: block;
}

input {
	display: block;
	width: 400px;
	padding: 2px;
	margin-bottom: 10px;
}

input.submit {
	display: block;
	width: 100px;
	padding: 2px;
	margin-bottom: 10px;
	margin-left: 310px;
}

textarea {
	display: block;
	width: 400px;
	height: 100px;
	padding: 2px;
	margin-bottom: 10px;
}

table {
	display: block;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 25px;	
	position: relative;
}

td {
	width: 170px;
}

body {
	text-align: center;
	position: relative;
	background: #ffffff;
}

div#wrapper {
	width: 1050px;
	position: relative;
	margin: 0px auto 0px auto;
	background: #ffffff url('img/shadow.png') 147px 0px repeat-y;
	text-align: left;
}

div#wrapper div#left {
	float: left;
	width: 215px;		
	background: transparent url('img/srdce.jpg') 35px 20px no-repeat;
	padding-top: 100px;	
}

div#wrapper div#left ul {
	display: block;
	width: 215px;
}	

div#wrapper div#left ul li {
	display: block;
	width: 215px;
	height: 35px;
	background: transparent url('img/menu-line.png') right bottom no-repeat;
}

div#wrapper div#left ul li.shift {
	height: 90px;
}

div#wrapper div#left ul li a {
	display: block;
	width: 215px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;	
	vertical-align: middle;
	text-decoration: none;		
	color: #ff6060;
	font-family: "Calibri", "Verdana", sans-serif;
	font-weight: bold;	
}

div#wrapper div#left ul li a.active {
	background: transparent url('img/arrow.png') right 8px no-repeat;
}

div#wrapper div#left ul li a:hover span {
	color: #ff0000;
	position: relative;
	left: 35px;
}

div#wrapper div#left ul li a span {
	position: relative;
	left: 25px;
	color: #ff6060;
	font-family: "Calibri", "Verdana", sans-serif;
	font-weight: bold;	
	font-size: 16px;	
}

div#wrapper div#center {
	float: left;
	width: 485px;		
	padding-top: 180px;
	background: url('img/HITCH.png') center 45px no-repeat;
}

div#wrapper div#right {
	float: right;
	width: 350px;	
	padding-top: 185px;
}

div#wrapper div#centerRight {
	float: left;
	width: 785px;		
	padding-top: 45px;
}

div#wrapper div#centerRight div#mapa {
	margin-left: 15px;
	width: 750px;
	height: 430px;
	background: url('img/mapa-light.png') center center no-repeat;
	position: relative;
}

div#wrapper div#centerRight div#mapa a {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	background: url('img/mesto-big.png') center center no-repeat;
}

div#wrapper div#centerRight div#mapa a span {
	display: none;
}

div#wrapper div#footer {			
	clear: both;
	height: 184px;	
	background: transparent url('img/footer-mramor.png') 147px 0px no-repeat;	
}

div#wrapper div#footer a#facebook{
	display: block;
	width: 161px;
	height: 51px;
	background: url('img/facebook.png') center center no-repeat;
	border: 1px solid red;
	position: absolute;	
	bottom: 50px;
	left: 25px;
}

div#wrapper div#footer div#footerContent {
	position: absolute;	
	bottom: 25px;
	left: 225px;
}

h1, h2 {
	font-family: "Calibri", "Verdana", sans-serif;
	display: block;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 25px;
	color: #ff6060;	
	font-size: 22px;
	font-weight: normal;	
}

p, div.p, form {
	display: block;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 25px;
	line-height: 20px;	
	text-align: justify;
	position: relative;
}

/* --- FAQ --- */
a.q {
	display: block;
	text-decoration: underline;
	color: #ff6666;	
}

a.q:hover {
	text-decoration: underline;
	color: #ff0000;
}

p.a {
	display: none;
	font-style: italic;	
}

/* --- TOOLTIPS --- */
.tooltip {
    position: absolute;
    z-index: 999;
    left: -9999px;
    background-color: #cecece;
    padding: 2px;
    border: 1px solid #ffffff;
    /*width:250px;*/
}

.tooltip p {
    margin: 0;
    padding: 0;
    color: #ffffff;
    background-color: #222222;
    padding: 2px 7px 3px 7px;
    font-family: sans-serif;
    font-size: 11px;
}

/* --- CLASSes ---*/
.red {
	color: #ff0000;
}

.darkred {
	font-style: italic;	
	color: #aa0000;
}

.green {
	color: #008000;
}

.fs150 {
	font-size: 150%;
}
