@charset "utf-8";
/* CSS Document */
html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	background:url(images/tlo.png);
	background-position:center;
	text-align:center;
	min-width:802px;
	min-height:602px;
}
.vertical{
	float:left;
	height:50%;
	margin-top:-301px;/* half vertical height*/
	width:100%;
}
.horizontal {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:600px;
	border:none;
	/*overflow:auto; allow content to scroll inside element */
	overflow:hidden;
	text-align:center;
	clear:both;
}
#inner {
	background:url(images/tlo_menu.jpg) right no-repeat;
}

/* INDEX */

body#index{
	background:url(images/tlo_index.png);
	background-position:center;
}
.wrapper {
	background-position:left;
	background-repeat:no-repeat;
	height:100%;
}
.left {
	width:10%;
	height:100%;
	min-height:600px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.vertical#index{
	margin-top:-301px;/* half vertical height*/
}
.horizontal#index {
	width:460px;
}
.maleszare{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	text-decoration: none;
	
}
.maleszare	A:link {text-decoration: none; color: #fff;}
.maleszare	A:visited {text-decoration: none; color: #fff;}
.maleszare	A:active {text-decoration: none; color: #fff;}
.maleszare	A:hover {text-decoration: underline; color: #fff;}