/* 
Theme Name: ultima
URI: http://www.blogohblog.com
Description: A free WordPress theme provided by <a href="http://www.blogohblog.com" title="Free WordPress Themes">Blog Oh! Blog</a>
Version: 1.0
Author: Jai Nischal Verma
Author URI: http://www.blogohblog.com
Tags: fixed width, left sidebar, two columns, valid XHTML, widgets
*/

body { 
	margin: 0 auto;
	padding: 0;
	background-color: #2d2d2d;
	background-image: url('images/bg.png');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
	color: #cccccc;
	font-family: Verdana;
	font-size: 11px;
}
.Main {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
#header { 
	width: 820px; 
	height: 300px; 
	display: block; 
	margin: 0 auto; 
	background: url('images/rotateBg.png') bottom no-repeat; 
	position: relative; 
}
#logo {
	width: 400px;
	height: 70px;
	display: block;
	float: left;
	background: url('images/logo.png') top left no-repeat;
	margin-top: 10px;
	margin-left: 10px;
}
#menu {
	width: 400px;
	height: 70px;
	display: block;
	text-align: right;
	float: right;
}
#content {
	width: 790px; 
	min-height: 400px;
	display: block;
	margin: 20px auto;
}
#placeholder {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	position: absolute;
	top: 90px;
	left: 10px;
}

ul {
	list-style-type:square;
}

ul.menu {
	list-style-type: none;
	margin: 0; 
	margin-top: 10px;
	padding: 0; 
}
ul.menu li {
	display: inline;
}

.footer {
	border-top: 1px solid #D1D1D1;
	font-size: 9px !important;
	text-align: center;
	width: 450px;
	margin: 20px auto;
}
.footer-text {
	padding-top: 5px;
}

/* BUTTONS */
a.homeButton, a.homeButton:visited {
	width: 43px;
	height: 70px;
	background: url('images/homeButton.png') top no-repeat;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	
}
a.homeButton:hover {
	background: url('images/homeButton.png') bottom no-repeat;
}

a.ofertaButton, a.ofertaButton:visited {
	width: 98px;
	height: 70px;
	background: url('images/ofertaButton.png') top no-repeat;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
a.ofertaButton:hover {
	background: url('images/ofertaButton.png') bottom no-repeat;
}

a.galeriaButton, a.galeriaButton:visited {
	width: 106px;
	height: 70px;
	background: url('images/galeriaButton.png') top no-repeat;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
a.galeriaButton:hover {
	background: url('images/galeriaButton.png') bottom no-repeat;
}

a.kontaktButton, a.kontaktButton:visited {
	width: 126px;
	height: 70px;
	background: url('images/kontaktButton.png') top no-repeat;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
a.kontaktButton:hover {
	background: url('images/kontaktButton.png') bottom no-repeat;
}

a.logoButton {
	padding-right: 300px;
	padding-bottom: 65px;
	display: block;
}
a.link {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}
a.link:hover {
	text-decoration: underline;
}

/* text */
span.city {
	padding: 5px;
}

img { 
	border: 0px;
}