body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


.oneColElsCtr #container {
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}




 /* all tables*/

table {
	padding: 0px;
	border: 0px dotted #f3fee2;
}

#normtable td {
	border: 0px;
	background: none;
}





 /* text & link formating*/
.content_3cols, .content_4cols, .content_1col, .footer {
	color: #fff;
	font-size: 13px;	
}




h1 {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}



a:link, a:hover, a:visited, a:active {
	font-size: 15px;
	line-height: 12px;
	color: #fafefb;
	text-decoration: none;
	text-align: left;
	z-index: 30;
	position: relative;
}

a:hover {
	color: #e7fc8d;
	text-decoration: overline;
}




 /* structure*/


.navigaatiotable {
	height: 60px;
	margin: 0;
	padding: 0;
	width: 700px;

}

.navigaatiotable td {
	background-image: url(../img/BG-footer.png);
}




div.headerpic {
	position: absolute;
}







.content_leftcol {
	width: 200px;
}

div.varauskalenteri {
	width: 160px;
	padding-top: 30px;
	padding-bottom: 30px;
	border: 1px dashed #f8fed9;
	margin-top: 10px;
	background-image: url(../img/BG-footer.png);
}
.content_leftcol {
	width: 200px;
}



 /* backgrounds*/

.content_3cols td, .content_4cols td, .content_1col td {
	background-image: url(../img/BG-new_nuevo.png);
}

.pagestructure {
	background-image: url(../img/bg-contetnt1.png);
}
html {
	background-image: url(../img/bg01.png);
}


.logo {
	height: 228px;
}
