﻿/* Global formating */
body {
	margin: 0px;
	color: #666;
	font-family: Arial;
	font-size: 9pt;
	background-color: #9cf2ff;
	background-image: url('body_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-size: 12pt;
	color: #0066cc;
	margin: 0px 0px 9px 0px;
}
h2 {
	font-size: 10pt;
	color: #cc0000;
	margin: 0px 0px 9px 0px;
}
h3 {
	font-size: 9pt;
	color: #666;
	margin: 0px 0px 9px 0px;
}
p, td {
	color: #666;
	font-family: Arial;
	font-size: 9pt;
}
a {
	color: #0099cc;
	text-decoration: none;
}
a:hover {
	color: #0099cc;
	text-decoration: none;
}
.ctltext {
	color: #666;
	font-family: Arial;
	font-size: 8pt;	
}
/* layout format */
#container {
	width:900px;
	background-color: #f2f2f2;
    margin-left: auto; margin-right: auto;	
}
.wrapper { width: auto; display: block; }
.clearformat {
	width: auto; display: block; clear: both;
}
#header {
	width: 900px;
	background-image: url(header_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	/*height: 30px;
	padding-top: 140px;*/
}
#mnu {
	width: auto;
	height: 30px;
	padding-left: 10px;
}
.nav {
	float: left;
	width: auto;
	height: 20px;
	padding-top: 8px;
	color: #fff;
	font-size: 9pt;
}
.nav a {
	color: #fff;
	text-decoration: none;
}
.nav a:hover {
	color: #fff;
	text-decoration: underline;
}
.navsep {
	float: left;
	width: 1px;
	height: 30px;
	background-image: url(mnusep.jpg);
	margin-left: 10px;
	margin-right: 10px;
	
	/*margin-top: -6px;
	vertical-align: middle;*/
}
.footer {
	clear: both;
	width: 880px;
	background-color: #fff;
	border-top: 2px solid #666;
	height: 45px;
	margin: 10px 10px 10px 10px;
	
}
.footsec1 {
	float: left;
	width: 430px;
	padding-top: 14px;
	padding-left: 10px;
}
.footsec2 {
	float: left;
	width: 430px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;	
}
.colleft {
	float: left;
	width: 160px;
	margin-left: 10px;
	min-height: 400px;	
}	
.coldata {
	float: left;
	width: 710px;
	margin-left: 10px;
}
.colmid {
	float: left;
	width: 350px;
	margin-left: 10px;
}
/* Boxes */
.box0, .box1, .box2, .box3, .box4 {
	width: auto;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
.title1, .title2, .title3, .title4 {
	font-weight: bold;
	padding-bottom: 10px;
}
.box0 {
	border-top: solid 5px #666; 
}
.box1 {
	border-top: solid 5px #0066cc; 
}
.title1 {
	color: #0066cc;
}
.box2 {
	border-top: solid 5px #ff6600; 
}
.title2 {
	color: #ff6600;
}
.box3 {
	border-top: solid 5px #669933; 
}
.title3 {
	color: #669933;
}
.box4 {
	border-top: solid 5px #cc3399; 
}
.title4 {
	color: #cc3399;
}


/* Galeria */
.dvimgfoto {
	height: 104px;
	width: 138px;
}
.dvfoto {
	border: 1px solid #e8e8e8;
	height: 140px;
	width: 145px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}