/* CSS Document */
div.clear {clear:both}

#container {
position:relative;
top:0;
left:0;
padding:0;
width:800px;
height:auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	background-color:#fff;
		border-left: 5px solid #66838e;
		border-right: 1px solid #999999;
		
	}

#header{
	position:relative;
	top:0px;
	left:0px;
	height:auto;
	margin:0;
	padding:0;
	background-color:#000;
	background-image:url(kepek/montazs.jpg);
	background-position:left;
	background-repeat:no-repeat;
		}
#nav{
	position:relative;
	top:0px;
	left:0px;
	padding:0 0 5px 0;
	height:35px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 2px solid #376a7e;
	background-color:#88a3af;
}
		
#left {
	position:relative;
	float:left;
	height:auto;
	top:0px;
	left:0px;
	width:250px;
	background-color:#efefef;
	margin:0;
	padding:10px 0 10px 0;
		}
		
#konyvek {
height:auto;
width:249px;
border:0;
padding:0;
border-bottom: 2px solid #fff;
border-top: 1px solid #c6c6c6;
}

#konyvek2 {
height:auto;
width:229px;
border:0;
padding:10px;
border-bottom: 2px solid #fff;
border-top: 1px solid #c6c6c6;
}

		
#content{
position:relative;
float:left;
height:auto;
width:540px;
margin:0;
padding:0;
background-color:#FFF;
border-left: 2px dotted  #9a9a9a;
}


#kepek {
position:relative;
float:left;
height: 167px;
width:167px;
margin:5px 0 5px 5px;
padding:0;
background-color:#f4f4f4;
border:2px solid #e5e5e5;
text-align:center;
}

#hirek {
height: auto;
width: 520px;
margin: 10px 0 5px 8px;
/*background-color: #66FF66;*/
border-top: 1px dashed #666666;
}

#naplo {
height: auto;
width: 520px;
margin: 10px 0 5px 8px;
/*background-color: #66FF66;*/
border-top: 1px dashed #666666;
}

#kepek300 {
height: auto;
width:516px;
margin:10px 0 5px 8px;
padding:10px 0 30px 0;
background-color:#f4f4f4;
border:2px solid #e5e5e5;
text-align:center;
}



#footer{
position:relative;
height:auto;
top:0px;
left:0px;
clear:both;
color:#CCCCCC;
background-color:#000000;
padding: 0 0 0 5px;
}


