/* css reset */
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.4;
	color: #000000;
    width: 100%;
	background: #01193b url(kepek/design/bg_body.jpg) no-repeat top left;
    font-family: Verdana, Arial, sans-serif, Helvetica, "Helvetica Neue";
    font-size: 14px;


}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS RESET END */
p{
  margin-bottom: 15px;
}

h1{
   color: #123456;
   font-weight: bold;
   margin-bottom: 20px;
   font-size: large;
   text-align: center;
}


#container{
    width: 1000px;
    background: url(kepek/design/bg_container.jpg) repeat-y;
}

#contentwrapper{
    width: 1000px;
    min-height: 300px;
    background: url(kepek/design/bg_contentwrapper.jpg) no-repeat top left;
}

#menubox{
    width: 1000px;
    height: 36px;
    background: url(kepek/design/bg_menu.jpg) no-repeat top left;
    overflow: hidden;
}

#content_menu{
	height: 36px;
	text-align: left;
    width: 1000px;
}
#contentmenu{
	height: 36px;
    width: 1000px;
    list-style: none;
	padding: 0;
	margin: 0;
    position: relative;
}
#contentmenu li{
	height: 36px;
    float: left;
    padding: 0;
	margin: 0;
    display: block;
}
#contentmenu a {
	display: block;
	text-indent: -900%;
	/*position: absolute; */
	outline: none;
}
#contentmenu a:hover {
	background-position: left bottom;
}
#contentmenu .home {
	width: 108px;
	height: 36px;
	background: url(kepek/design/menu_01.jpg) no-repeat;
	top: 0px;
}
#contentmenu .home_akt {
	width: 108px;
	height: 36px;
	background: url(kepek/design/menu_01.jpg) no-repeat left bottom;
	top: 0px;
}

#contentmenu .news {
	width: 136px;
	height: 36px;
	background: url(kepek/design/menu_02.jpg) no-repeat;
	top: 0px;
}
#contentmenu .news_akt {
	width: 136px;
	height: 36px;
	background: url(kepek/design/menu_02.jpg) no-repeat left bottom;
	top: 0px;
}

#contentmenu .ing {
	width: 180px;
	height: 36px;
	background: url(kepek/design/menu_03.jpg) no-repeat;
	top: 0px;
}
#contentmenu .ing_akt {
	width: 180px;
	height: 36px;
	background: url(kepek/design/menu_03.jpg) no-repeat left bottom;
	top: 0px;
}

#contentmenu .form {
	width: 181px;
	height: 36px;
	background: url(kepek/design/menu_04.jpg) no-repeat;
	top: 0px;
}
#contentmenu .form_akt {
	width: 181px;
	height: 36px;
	background: url(kepek/design/menu_04.jpg) no-repeat left bottom;
	top: 0px;
}

#contentwrapper #leftcolumn{
    width: 200px;
    float: left;
}
#contentwrapper #rightcolumn{
    width: 770px;
    float: right;
}
.clearall{
    clear: both;
}
#keresoform{
  padding: 65px 0 0 10px;
}
#keresoform select{
  width: 190px;
  border: 1px solid #aaaaaa;
  font-size: 12px;
  display: block;
}

.row{
    width: 750px;
    border: 1px solid #aaaaaa;
    background-color: #eeeeee;
    margin-bottom: 10px;
}
.row .kep_box{
    float: left;
    width: 130px;
}
.row .kep_box img{
    width: 120px;
}
.row .terulet_box{
    float: left;
    width: 150px;
}
.row .ingtip_box{
    float: left;
    width: 150px;
}
.row .ar_box{
    float: left;
    width: 150px;
}
.row .link_box{
    float: left;
    width: 120px;
}

.kiemeltbox{
  width: 310px;
  background: url(kepek/design/bg_kiemelt_ajanlat_box.jpg) no-repeat left top;
  height: 400px;
  overflow: hidden;
  text-align: left;
  margin-left: 22px;
}
.kiemeltbox_4{
  width: 740px;
  background: url(kepek/design/bg_kiemelt_box_740px.jpg) no-repeat left top;
  height: 220px;
  overflow: hidden;
  text-align: left;
}
