﻿

body {
  
    margin: 0;
    padding: 0;
    text-align: center;
	background-color:black;
	background-image: url("kep/1.jpg");
}
#header {
    background-image: url("kep/szigetelfo.jpg");
    background-repeat: none;
	height:120px;
    text-align:center;
    padding:12px;
	}

h1{
text-align:center;
font-weight:bold;
font-size:30px;
}
h2{
text-align:center;
font-weight:bold;
font-size:25px;
}
h3{
text-align:center;
font-weight:bold;
font-size:15px;
}
p.kapcsolat{
font-size:20px;
font-weight:bold;

}



#content {
    border:4px solid black ; 
    text-align: left;
    margin:5px auto;
    width: 800px;
	max-width:800px;
	min-width:800px;
    background:#DEB887;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#col_1 {
    width: 150px;
    float: left;
    background:#DEB887;
    padding: 5px;
	 
}

#col_2 {
    height:100%;
    background:#DEB887;
    margin:0px ;
    padding:20px 10px 0px 200px;
}
i
img.galeria{
 width:150px;
 height:120px;
}


#menu{
	list-style:none;
	font-size:15px;

	padding:0;
	margin:0;

}
#menu li a{
	width:150px;
	background-color:#CD853F;
	
	padding:2px;
	margin:2px;
	color:black;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	border:1px solid black;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#menu li a:hover{
	background-color:#000;
	color:#fff;
	}


div.hirdetes{
   width:150px;
  
   background-color:#CD853F;
  
   border:1px solid #000;
   margin:2px 2px 1px 3px;
   padding:2px 2px 2px 4px;
   font-size:14px;
   font-weight:bold;
   margin-bottom:16px;
   -moz-border-radius:10px;
	-webkit-border-radius:10px;
}
div.hirdetes a{
	text-decoration:none;
	color:red;
}
div.hirdetes a:hover{
background-color:#000;
	color:#fff;
}

#footer {
    height:40px;
    clear: both;
    background: #646464;
    padding: 15px;
    border:1px solid black;
	background-image:url("kep/szigetel.jpg")
}

img.flag{
             width:40px;
		    height:40px;
			float:right;
}


