@charset "utf-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-color: #2c3220;
   }
   
td.btnoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66281b;
	text-align: center;
}
td.btn_left_off {
	background-image: url(../design/btn_off_left.jpg);
	height: 45px;
	width: 16px;
}
td.btn_right_off {
	background-image: url(../design/btn_off_right.jpg);
	height: 45px;
	width: 16px;
}

td.btnon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66281b;
	text-align: center;
}
td.btn_left_on {
	background-image: url(../design/btn_on_left.jpg);
	height: 45px;
	width: 16px;
}
td.btn_right_on {
	background-image: url(../design/btn_on_right.jpg);
	height: 45px;
	width: 16px;
}

a.menuoff {
	text-decoration: none;
	color: #66281b;
	text-transform: uppercase;
}
a.menuoff:hover {
	text-decoration: none;
	color: #66281b;
	text-transform: uppercase;
}

a.menuon {
	text-decoration: none;
	color: #e0e6d4;
	text-transform: uppercase;
}
a.menuon:hover {
	text-decoration: none;
	color: #e0e6d4;
	text-transform: uppercase;
}
td.outertema {
	border: 1px solid #4e593a;
	padding: 0px;
	width: 610px;
}

td.outertemafull {
	border: 1px solid #4e593a;
	padding: 0px;
	width: 100%;
}
td.innertema {
	
	padding: 20px;
	
}
.outerimg{
	border: 1px solid #4e593a;
	padding: 0px;
	margin:0px;
	with:150;
	
	}
table.tema {
	background-color: #e3dfcc;
	border: 5px solid #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2c3220;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #722d1f;
}
.side {
	border: 5px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.floatbox{
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
p.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
a {
	color: #003300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.bigimg_back_off {
	width:100%;
	height:100%;
	background-color:#000000;
	visibility:hidden;
	position:absolute;
	display: none;
}
div.bigimg_back_on {
	width:100%; 
	height:100%; 
	background-color:#000000; 
	visibility:visible; 
	position:absolute; 
	filter:Alpha(Opacity=50); -moz-opacity:.50; opacity:.50;
}
div.bigimg_off {
	visibility:hidden;
	position:absolute;
	display: none;	
}

div.bigimg_on {
	visibility:visible;
	position:absolute;
	
		
}
div.closediv_off {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	display: none;
	position: absolute;
	visibility: hidden;
	height: 15px;
	width: 15px;
}

div.closediv_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	position: absolute;
	visibility: visible;
	border: 3px solid #FFFFFF;
	margin: 1px;
	padding: 3px;
	cursor:pointer;
	height: 15px;
	width: 15px;
	text-align: center;
}

