html * { 
	margin: 0;
	padding: 0;
	font: 100.01% Georgia, "Times New Roman", Times, serif;
	 }


 .skrita {
	margin: 0 0 0 -2000px;
	position: absolute;
	overflow: hidden;
}

body {
	background-color: #c5181d;
	width: 99%; height: 100%;
	text-align: center;
}

body#index div#indexheader {
	width: 755px;
	height: 358px;
	background-image: url(../common/trst.jpg);
	margin: 2% auto;
}

p.flags {
	width: 90%;
	margin: 1% auto;
}
	
p.flags img {
	margin: 0 2em 0 2em;
	border: 0 none;
}

body div#navcontainer {
	width: 98%;
	background-color: #c48266;
	margin: 1.5em auto 1em;
	text-align: center;
}	


div#navcontainer:after {	
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.clearfloat { 
	width: 95%;
	text-align: center;
	margin: 1em auto; 

}

div.clearfloat:after {	
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

body#index div.box { 
	width: 42%;
	float: left;
	background-color: #9e6952;
	margin: 1em 2% 2em;
	text-align: justify;
	font-size: 0.9em;
	font-weight: 700;
	padding: 1em;
	height: 130em;
}

* html body#index div.box {
	margin: 1em 1.5% 2em;
}

div.box p {
	margin: 1em auto;
	
}

div.box h2 {
	width: 100%;
	color: #c4c4c4;
	font-size: 1.4em;
	font-weight: bold;
}

div.box h3 {
	color: #c4c4c4;
	font-size: 1.2em;
	font-style: italic;
	margin: 1.5em 0 0 1em;
}

div.box p.image {
	text-align: center;
	margin: 2.5em auto;
}

div.box p.image img {
	border: 3px solid #c48266;
}

div.box ul {
	list-style: none;
	margin: 1em 0 1em 2em;
}

div.box ul li a {
	text-decoration: none;
	color: #fff;
	font: bold 1em Verdana, Helvetica, arial, sans-serif;
	display: block;
	width: 16em;
	background-color: #c48266;
	margin: 3px 0 3px 0;
	border-bottom: 2px solid #c4c4c4; border-right: 2px solid #c4c4c4;
	padding: 3px 0 2px 4px;
}

div.box ul li a:hover {
	color: #c5181d;
	border-bottom: 0 none;
	border-right: 0 none;
	border-left: 2px dotted #c4c4c4;
	border-top: 2px dotted #c4c4c4;
}

#footer { text-align: center; position: relative;}
#footer hr { visibility: hidden; }
#footer img {margin-left: 2%; border: 0 none; float: left}
#camcom { margin-top: -10px; margin-right: 30px;}
#copyright { width: 65%; font: 600 1em times, serif; text-align: center; color: #c4c4c4; margin: 0 auto 0 auto; }
#footer img.camcom { position: absolute; right: 2%; }
p.mail a {text-decoration: none; color: #fff; }
.pi { font-size: 0.6em; color: #c4c4c4; }
