@charset "utf-8";
@font-face {
	font-family: consolas;
	src: url('../fonts/consola.ttf');
}
@font-face {
	font-family: consolasb;
	src: url('../fonts/consolab.ttf');
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color:#000;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
}
#kont {
	background-image:url(../images/tlo_test.png);
	background-repeat:repeat-x;
	background-position:bottom;
	position:fixed;
	bottom:0;
	height:40px;
	width: 100%;
}
a img { 
	border: none;
}
a:link {
	color:#e1e1e1;
	text-decoration: none;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
#header {
	width: 800px;
	height: 137px;
	position:relative;
}
#logo {
	width: 399px;
	position:absolute;
	top:0;
	left:0;
}
#info {
	width: 401px;
	position:absolute;
	top:0;
	right:0;
	padding-right:30px;
}
.content {
    height:auto;
	max-width: 800px;
	min-width: 799px;
	margin: 0 auto;
	clear:both;
}
#footer {
	clear:both;
	position:fixed;
	bottom:0;
	width:800px;
	height:40px;
	font-family:"Trebuchet MS";
}
#srodek { padding-left:48px;font-family:consolasb; padding-bottom:50px; margin-bottom:50px;}
#srodek a { color:#6a05a4; font-weight:bold; text-decoration:none;}
#srodek a:hover { color:#F00; font-weight:bold; text-decoration:underline;}
#room {
	font-family:consolasb;
	font-size:26px;
	font-weight:bold;
	width:241px;
	height:226px;
	background-image:url(../images/room1.jpg);
	background-repeat:no-repeat;
	float:left;
}
#inside {
	clear:both;
	font-family:consolas;
	font-size:20px;
	padding-left:10px;
	width:200px;
	height:100%;
}
