@charset "utf-8";

html, body {
	height: 100%;
}

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

#container {
	height: auto;
	min-height: 100%;
	position: relative;
	padding: 0;
}

#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 99px;
	width: 706px;
	margin: 0 auto;
}

#nav {
	width: 706px;
	padding: 0px;
	margin: 0 auto;
}

#navlist li {
	display: inline;
	padding: 0 1.1em;
	border-right: 1px solid #666;
}

#navlist li.last {
	border: none;
}

#navlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
}

#navlist a {
	color: #69F;
	text-decoration: none;
}

#navlist a:hover {
	color: #C00;
	text-decoration: underline;
}

#navlist li.active {
	color: #C00;
	text-decoration: underline;
}

#content {
	width: 706px;
	margin: 0 auto;
}

#content-leftside {
	width: 130px;
	float: left;
	padding-bottom: 160px;
	padding-top: 40px;
}

#content-inner-hasab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: justify;
	padding-bottom: 160px;
	padding-top: 40px;
	float: left;
	width: 576px;
}

#content-inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: justify;
	padding-bottom: 160px;
	padding-top: 40px;
	float: left;
	width: 706px;
}

#content-leftside img {
	margin-bottom: 15px;
}

.clearfloat {
	clear: both;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin-bottom: -1px;
}

p.kozepre {
	text-align: center;
	margin: 0;
	padding: 0;
}

#footer {
	width: 100%;
	height: 140px;
	background-image: url(../img/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	bottom: 0;
	position: absolute;
}

#footer-inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
}

a:link, a:visited, a:active {
	color: #69F;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #C00;
	text-decoration: underline;
}

img.dash {
	border:1px dashed #666;
}

h3 {
	margin: 0;
}

table.vekony {
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #9a9a9a;
}

table.vekony td {
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #9a9a9a;
}

