body {
	padding: 0px;
	margin: 0px;
	background-image: url(/im/bg.jpg);
	background-color: White;
}
#container {
	width: 1000px;
}
#left {
	background-repeat: no-repeat;
	width: 230px;
	height: 100%;
	float: left;
}
#right {
	width: 770px;
	margin-left: 255px;
}
#right .logo {
	background-image: url(/im/logo.jpg);
	background-repeat: no-repeat;
	width: 308;
	height: 124;
	margin-left: 500px;
}
#right .menu {
	margin-left: 6px;
}
#right .menu img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#right #content {
	background-image: url(/im/content_header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFF9FF;
}
#right #content h1 {
	font-family: Garamond, times;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #4F204F;
	padding : 10 0 20 40;
}
#right #content p {
	color: #4F204F;
	font-family: Garamond, times;
	font-size: 16px;
	padding : 0 15 0 15;
}
#right #content a {
	text-decoration: none;
	color: #4F204F;
}
.photoes {
	text-align: center;
	
}
.photoes a{
	border: none;
	border-bottom: none;
}
.photo_div {
	float: left;
	width: 154px;
	height: 154px;
	text-align:center;
	vertical-align: middle;
	line-height: 160px;
	text-decoration: none;
	padding-left: 15px;
	padding-bottom: 15px;
	border-bottom: none;
}

.photo_div img{
	margin-top:6px;
}
.photo_div a{
	display: block;
	width: 154px;
	height: 154px;
	background: url(/photodiv.gif) 0 0 no-repeat;	  
	text-decoration: none;
	border-bottom: none;
}
	
.photo_div a:hover{
	background-position: -154px 0;
	color: #C24F00;
	text-decoration: none;
	border-bottom: none;
}

.kezdolap {
	text-align: center;
	width: 100%;
}
.def_div {
	float: left;
	width: 154px;
	height: 154px;
	text-align:center;
	vertical-align: middle;
	line-height: 160px;
	text-decoration: none;
	padding-left: 50px;
	padding-right: 25px;
	padding-bottom: 25px;
	border-bottom: none;
}

.def_div img{
	margin-top:6px;
}
.def_div a{
	display: block;
	width: 154px;
	height: 154px;
	background: url(/photodiv.gif) 0 0 no-repeat;	  
	text-decoration: none;
	border-bottom: none;
}
	
.def_div a:hover{
	background-position: -154px 0;
	color: #C24F00;
	text-decoration: none;
	border-bottom: none;
}
.vissza {
	text-align: center;
	clear: both;
}
.vissza a {
	text-align: center;
	text-decoration: none;
	color: #4F204F;
	border: 0px;
	font-size: 12px;
}

