@charset "utf-8";

body {
  background-color: #ccc;
  margin: 0;
  padding: 0;
  font-family:Tahoma, Geneva, sans-serif;
}

#keret {
  width: 960px;
  margin: 0 auto;
  background-color: #d8d8d8;
}

#header {
  background-image:url(images/cover_jo.jpg);
  height: 480px;
  width: 960px;
  padding-left: 600px;
  padding-top: 240px;
  color: #670209;
  text-shadow: 2px 2px #d8d8d8;
  font-size: 48px;
  background-repeat:no-repeat;
}

#nav {
  background-image:url(images/nav_bg.jpg);
  background-repeat:repeat-x;
  height: 66px;
  line-height: 60px;
  width: 960px;
  color: black;
  text-shadow: 1px 1px 3px #d8d8d8;
  position:relative;
  margin-top:-420px;
}

#nav ul {
  list-style-type: none;
  padding-left: 15px;
  margin: 0;
}

#nav ul li {
  posotopn: relative;
  float: left;
  padding-left: 30px;
  font-weight: bold;
  margin: 0;
}

#nav a:link, #nav a:hover, #nav a:visited, #nav a:active {
  color: white;
  text-decoration: none;
}

#content {
  padding: 20px;
  background-color: #d8d8d8;
}

#footer {
  background-image:url(images/foot_jo.jpg);
  height: 40px;
  width: 940px;
  text-align:right;
  padding-top:50px;
  padding-right:20px;
  font-size:14px;
  color: #d8d8d8;
  text-shadow: 1px 1px 3px #670209;
  clear: both;
}

#urlap1 {
  font-size: 20px;
}

#urlap1 label {
  width: 200px;
  display: inline-block;
  padding-top: 15px;  
}

#urlap1 .bevezeto {
  width: 400px;
  height: 100px;
}

#urlap1 .szoveg {
  width: 400px;
  height: 200px;
}

#urlap1 input, #urlap1 select, #urlap1 textarea {
  margin-left: 200px;
}

#balhasab {
  width: 225px;
  background-color: #ccc;
  border-radius: 5px;
  box-shadow: 2px 2px 10px #ccc;
  margin: 5px 0 10px 16px;
  float: left;
}

#jobbhasab {
  width: 640px;
  margin-right: 16px;
  margin-top: 5px;
  float: right;
}

.alkategoria {
  padding: 5px;
  font-size: 14px;
}

.alkategoria a:link, .alkategoria a:hover, .alkategoria a:visited, .alkategoria a:active {
  text-decoration: none;
  color: #666;
  font-weight: bold;
} 

.alkategoria a:hover {
  color: #666633;
}

.hasabfej {
  background-color: #666;
  text-align: center;
  height: 35px;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 35px;
  border-radius: 5px 5px 0 0;
}