@charset "utf-8";
/* CSS styles for Tehnološki park Ljubljana Reservation System tpl_page.html template */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: left;
	font-family: Tahoma;
	font-size: 10px;
	color: #333;
	background: #f1efe2 url(images/body_bg.gif) top left repeat-y;
}

p {
	margin: 0;
	padding:0;
	font-size: 10px;
}

a {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:hover { 
	text-decoration: underline; 
}

#wrapper {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 780px;
	height: auto;
	min-height: 100%;
}

<!-- IE<7 hack -->
*html #wrapper {
	height: 100%; 
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 204px;
	background: transparent url(../images/header_665.jpg) left top no-repeat
}

#header h1 {
	position: relative;
	margin: 0 0 0 20px;
	padding: 25px 0 0 0;
	width: 370px;
}

#header h1 a {
	display: block;
	height: 60px;
	width: 370px;
	background: transparent url(images/logotip.gif) top left no-repeat;
}

#header h1 a span {
	display: none;
}

#mainmenu {
	position: absolute;
	top: 36px;
	left: 399px;
	margin: 0;
	padding: 0;
	height: 126px;
	z-index: 90;
}

#mainmenu table td {
	margin: 0;
	padding: 0;
	height: 126px;
	border: none;
}

#mainmenu ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainmenu ul li {
	display: block;
	padding: 0;
	margin: 0;
	height: 18px;
}

<!-- IE<7 hack -->
*html #mainmenu ul li {
	height: 16px;
	overflow: hidden;
}

#mainmenu ul li a {
	display: block;
	padding: 0;
	margin: 0;
}

#footer {
	position: relative;
	display: block;
	clear: both;
	margin: 0;
	padding: 10px 20px 0 0;
	height: 40px;
	width: 760px;
	color: #999;
	text-align: right;
	background: transparent url(images/footer_bg.gif) left top no-repeat;
}

#footer div.copyright {
	position: absolute;
	left: 30px;
	top: 11px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #999;
}

#footer a {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}

/* Clearing div - Mozilla fix*/
div.clear {
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	height: 0px;
}
