@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0;
}

#container {
	height: auto;
	min-height: 100%;
	position: relative;
	background-color: #e3e3e3;
}

#top {
	height: 20px;
	background-image: url(../img/top.jpg);
	background-repeat: repeat-x;
}

#nav {
	background-image: url(../img/navbg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	margin: 0;
	padding: 0;
}

#nav-inner {
	width: 900px;
	margin: 0 auto;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	background-position: 30px 0px;
}

#nav-inner ul {
	font-size: 1px;
	width: 320px;
	height: 30px;
	margin: 0px;
	padding-left: 30px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#nav-inner li {
	margin: 0;
	padding: 0;
	list-style: none; 
	float: left;
}

#nav-inner li, #nav-inner a {
	height: 30px; 
	display: block; 
	text-decoration: none; 
	font-size: 1px; 
	text-indent: -1000px;
}

#nav-home { left: 0px; width: 100px; }
#nav-aboutme { left: 0px; width: 100px; }
#nav-contact { left: 0px; width: 120px; }

#nav-home a:hover { background: transparent url("../img/menu.jpg") 0 -30px no-repeat; }
#nav-aboutme a:hover { background: transparent url("../img/menu.jpg") -100px -30px no-repeat; }
#nav-contact a:hover { background: transparent url("../img/menu.jpg") -200px -30px no-repeat; }

body#home #nav-home { background: transparent url("../img/menu.jpg") 0 -30px no-repeat; }
body#threed #nav-home { background: transparent url("../img/menu.jpg") 0 -30px no-repeat; }
body#aboutme #nav-aboutme { background: transparent url("../img/menu.jpg") -100px -30px no-repeat; }
body#contact #nav-contact { background: transparent url("../img/menu.jpg") -200px -30px no-repeat; }

#header {
	background-image: url(../img/headerbg.jpg);
	background-repeat: repeat-x;
	height: 250px;
}

#content {
	background-color: #e3e3e3;
	padding-bottom: 100px;
}

#content-inner {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content-inner .text {
	line-height: 20px;
}

.title {
	height: 30px;
	width: 140px;
	float: left;
	margin-top: 33px;
}

.text {
	float: left;
	height: 400px;
	width: 310px;
	margin-top: 35px;
	padding-right: 0px;
}

.szolgaltatasok {
	list-style-position: outside;
	list-style-type: circle;
}

.dekorkapcsolat {
	float: right;
	height: 183px;
	width: 321px;
	height: 400px;
	margin-top: 30px;
	background-image: url(../img/kapcsolat_dekor.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.dekorbemutatkozas {
	float: right;
	width: 321px;
	height: 400px;
	margin-top: 30px;
	background-image: url(../img/magamrol_dekor.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.clearfloat {
	clear: both;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin-bottom: -1px;
}

#footer {
	bottom: 0;
	height: 56px;
	position: absolute;
	width: 100%;
	background-image: url(../img/footerbg.jpg);
	background-repeat: repeat-x;
}

#footer-inner {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

td.navfooter {
	word-spacing: 20px;
}

a:link, a:visited, a:active {
	color: #36F;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #F00;
	text-decoration: none;
}

a.mnu:link, a.mnu:visited, a.mnu:active {
	color: #333;
	text-decoration: none;
	outline: none;
}

a.mnu:hover {
	color: #333;
	text-decoration: underline;
}
