html, body {
        height: 100%;
        margin: 0;
        padding: 0;
        background: #000 url(../hpimages/site_bgr.jpg ) no-repeat top center;
        font-family:  Verdana, Tahoma;
        color: #FFF;
        font-size: 12px;
    }
    
    img {
        border: 0;
    }
    
    h1 {
        margin: 0;
        padding: 0;
        color:#498198;
    }
    
    h2 {
        color:#498198;
    }
    
    a,
    a:link,
    a:visited,
    a:active {
        color: #498198;
        text-decoration: none;
    }
    
    a:hover{
        color:#FFF;
        text-decoration:underline;
    }
    
    #container{
        
        width:850px;
        padding:0;
        margin:0 auto;
        
    }
    
    #container div#topmenu {
        text-align: right;
        height:20px;
        padding:10px 40px 5px 80px;
    }
    
    #container div#topmenu a:link,
    #container div#topmenu a:active,
    #container div#topmenu a:visited{
        font-size:10px;
        color:#DDD;
        padding:2px;
        margin:0px 5px 0px 5px;
    }
    
    #container div#topmenu a:hover{
        text-decoration:underline;
        color:#498198;
    }
    
    #container div#search {
        margin:0px;
        padding:0px;
        height:45px;
    }
    
    #container div#search #box{
        width:200px;
        padding:8px 20px 0px 0px;
        height:37px;
        float:right;
    }
    
    .search_input{
        border:0;
        font-size:10px;
        background: transparent url( ../hpimages/search_bgr.jpg ) no-repeat top left;
        width:137px;
        height:20px;
        padding:4px 0px 0px 8px;
        border:none;
        float:right;
        margin:0px;
    }
    
    .search_btn{
        border:none;
        width:34px;
        height:24px;
        margin:0px;
        float:right;
        background: transparent url( ../hpimages/search_btn.jpg ) no-repeat top left;
    }
    
    #container div#menu {
        padding:3px 40px 0px 20px;
        margin:0px;
        text-align:right;
        height:20px;
    }
    
    #container div#menu a:link,
    #container div#menu a:visited,
    #container div#menu a:active{
        display:inline;
        border-left:1px solid #3b7bdc;
        padding:5px 9px 4px 9px;
        line-height:27px;
        color:#FFF;
    }
    
    #container div#menu a:hover{
        background-color:#3b7bdc;
        text-decoration:none;
    }
    
    #container div#menu a.active:link,
    #container div#menu a.active:visited,
    #container div#menu a.active:active{
        display:inline;
        border-left:1px solid #3b7bdc;
        padding:5px 9px 4px 9px;
        line-height:27px;
        color:#FFF;
        background-color:#3b7bdc;
        text-decoration:none;
    }
    
    #container div#menu a.active:hover{
        background-color:#3b7bdc;
        text-decoration:none;
    }
    
    #container div#menu_header {
        padding:0;
        margin:0;
        background: transparent url( ../hpimages/menu_bgr.jpg ) no-repeat top left;
        width:850px;
        height:109px;
    }
    
    #container div#feeling {
        padding:0;
        margin:0;
        background: transparent url( ../hpimages/feeling.jpg ) no-repeat top left;
        width:850px;
        height:175px;
    }
    
    div#newsletterbox{
        padding:102px 0px 0px 90px;
    }
    
    div#newsletterbox .hl-input{
        font-size:11px;
        height:14px;
        width:162px;
        border:none;
    }
    
    div#newsletterbox .hl-submit{
        background-color: transparent;
        border:0px;
        width:20px;
        display:block;
    }
    
    #container div#feeling_home {
        padding:0;
        margin:0;
        background: transparent url( ../hpimages/feeling_home.jpg ) no-repeat top left;
        width:850px;
        height:480px;
        border-bottom:1px solid #757374;
    }
    
    #container div#cikk_header {
        padding:18px 0px 0px 58px;
        margin:0;
        background: transparent url( ../hpimages/cikk_header.jpg ) no-repeat top left;
        width:792px;
        height:31px;
        color:#FFF;
        font-size:14px;
        font-weight:bold;
    }
    
    #container div#cont {
        padding:0px 10px 0px 13px;
        margin:0;
        background: transparent url( ../hpimages/cont_bgr.jpg ) repeat-y top left;
        width:827px;
    }
    
    #container div#footer {
        padding:0;
        margin:0;
        background: transparent url( ../hpimages/footer_bgr.jpg ) repeat-y top left;
        width:850px;
        height:73px;
    }
    
    

/*-------------------------------
	content
-------------------------------*/
.center_article {
        clear:both;
        padding: 5px 10px 15px 10px;
        margin: 0px 2px 0px 0px;
        background: #000000 url( ../hpimages/article_bgr.jpg ) repeat-x top left;
        
}

.center_article td {
		vertical-align:top;
}

.center_article h1 {
        margin: 5px 0px 10px 0px;
        color: #498198;
        font-size: 18px;
        background: transparent url(../hpimages/h1-bg.gif) no-repeat center right;       
}

.center_article .cont h2 {
        margin: 4px 0px 4px -20px;
        padding:0px;
        font-size: 14px;
        font-weight: bold;
        line-height:20px;
        color:#498198;
}

.center_article .cont .lead {
        color:#666;
        font-size:12px;
        padding:8px;
        margin-bottom:7px;
        background-color:#F6F6F6;
}

.center_article h3 {
	font-size: 14px;
}


blockquote{
        margin:5px 5px 5px 0px;
        padding:2px 4px 2px 8px;
        font-weight:bold;
        background-color:#F6F6F6;
}

.clearer {
	clear : both;
}


a.article_title:link, a.article_title:visited, a.article_title:active {
    color: #c6a436;
    text-decoration: none;
}

a.article_title:hover {
    color: #000;
}

.download_box{
	border:1px solid #55666F;
	background-color:#F6F6F6;
	margin:8px;
	padding:4px;
}



/*----------------------------------------
sitemap
----------------------------------------*/

#sitemap_menu
{
	clear:both;
	width:400px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


#sitemap_menu ul
{
	clear:both;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sitemap_menu li
{
    text-align:left;
}

#sitemap_menu li a
{
	display: block;
	margin:0px;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
	font-weight:bold;
    color:#FFF;
    border-bottom: 1px solid #0272bc;
    border-top: 1px solid #DDD;
	background-color:  #0272bc;
}

#sitemap_menu li a:hover
{
	color: #FFFFFF;
	background-color:  #0272bc;
}


#sitemap_menu li.submenu_sitemap a
{
	display: block;
	margin:0px;
	padding: 4px 2px 4px 20px;
	text-decoration: none;
    font-weight:normal;
    color:#000;
    border-bottom: 1px solid #0272bc;
    border-top: 1px solid #DDD;
        background-color:  #FFF;
}

#sitemap_menu li.submenu_sitemap a:hover
{
	color: #FFF;
	background-color:  #0272bc;
}

#sitemap_menu li.sub_submenu_sitemap a
{
	display: block;
	margin:0px;
	padding: 4px 2px 4px 40px;
	text-decoration: none;
  font-weight:normal;
  color:#000;
  border-bottom: 1px solid #0272bc;
  border-top: 1px solid #DDD;
	background-color:  #FFF;
}

#sitemap_menu li.sub_submenu_sitemap a:hover
{
	color: #FFF;
	background-color:  #0272bc;
}

#sitemap_menu li.sub_sub_submenu_sitemap a
{
	display: block;
	margin:0px;
	padding: 4px 2px 4px 60px;
	text-decoration: none;
    font-weight:normal;
    color:#000;
    border-bottom: 1px solid #0272bc;
    border-top: 1px solid #DDD;
	background-color:  #FFF;
}

#sitemap_menu li.sub_sub_submenu_sitemap a:hover
{
	color: #FFF;
	background-color:#0272bc;
}



.tag_founds{
    margin:3px;
	padding:3px;
	}

.tag_menu{
	margin:3px;
	background-color:#FFDC56;
	padding:3px;
}

.tag_title{
	margin:0px 0px 0px 20px;
	padding:3px;
}

.tag_text{
	margin:0px 0px 0px 20px;
	padding:3px;
}

.result_td a , .result_td a:active , .result_td a:visited{
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

#cimkek{
	margin:8px;
	padding:8px;
	border:1px solid #F7C600;
}

.result_td a:hover{
	color:#FFF;
}

#gallery_box{
	margin-top:10px;
  border-top:1px solid #DDD;
  border-bottom:1px solid #DDD;
}

#gallery_box img{
	margin:4px;
	border:1px solid #498198;
	width:120px;
}

#gallery_box td{
	margin:2px;	
}

#gallery_box span{
	font-size:10px;
	color:#498198;
}


.gomb{
	border:1px solid #FFF;
	background-color: #498198;
	color:#FFF;
	font-weight:bold;

}

.inputmezo{
	border:1px solid #498198;
	padding:1px;
}

.inputmezo_error{
	border:1px solid red;
	padding:1px;
}

#error{
	color:red;	
}

#error1{
	color:red;	
}

#error2{
	color:red;
}

.inputmezo2{
	border:1px solid #498198;
	padding:1px;
  width:220px;
}

.inputarea{
	border:1px solid #498198;
	padding:1px;
  width:220px;
  height:120px;
}

#cikk_pager{
        margin:10px;
        padding:3px;
        text-align:right;
        line-height:22px;
}

#cikk_pager span.prev{
        float:right;
        display:block;
        height:22px;
        width:22px;
}

#cikk_pager span.page{
        float:right;
        display:block;
        height:22px;
        width:32px;
}


#cikk_pager span.next{
        float:right;
        display:block;
        height:22px;
        width:22px;
}


table.customer {
        margin:0px;
        padding:0px;
}

table.customer td {
        padding:4px;
        text-align:left;
}

table.customer tr.row1 td {
    background-color: #E1E1E1;
}
table.customer tr.row2 td {
    
    background-color: #FFF;
}

div#boxes{
        
        height:306px;
        
}

.box_headertxt {
        
        padding:19px 0px 0px 48px;
        color:#FFF;
        font-size:16px;
        font-weight:bold;
        
}

.box_text {
        
        margin:110px 10px 10px 10px;        
        
}

.box_text strong{
        color: #4b7da2;
        
}


div#box1 {
        
        float:left;
        width:275px;
        height:306px;
        margin:0px;
        padding:0px;
        background: transparent url(../hpimages/box1_bgr.jpg) no-repeat top left;
        
}

div#box2 {
        
        float:left;
        width:275px;
        height:306px;
        margin:0px;
        padding:0px;
        background: transparent url(../hpimages/box2_bgr.jpg) no-repeat top left;
        
}


div#box3 {
        
        float:left;
        width:275px;
        height:306px;
        margin:0px;
        padding:0px;
        background: transparent url(../hpimages/box3_bgr.jpg) no-repeat top left;
        
}

