body {
	font-family: arial, helvetiva, sans-serif;
	font-size: 18px;
	color: #000;
}

#header h1 {
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

#header h2 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	line-height: 30px;
}

#content h2 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	text-transform: uppercase;
}

#site {
	width: 900px;
	margin: 0 auto;
}

#header {
	float: right;
	width: 560px;
	margin: 10px 0 0 0;
}

#menu {
	width: 327px;
	float: left;
	padding: 10px 0 0 0;
	background: #dfdfdf url('menu-top.gif') no-repeat top;
}

#menu ul {
	width: 327px;
	margin: 0;
	padding: 10px 0 10px 0;
	background: url('menu-bottom.gif') no-repeat bottom;
	list-style: none;
}

#menu ul li {
	width: 327px;
	padding: 0 0 10px 0;
	background: url('menu-dots.gif') no-repeat bottom;
}

#menu ul li.last {
	background: none;
}

#menu ul li a {
	display: block;
	width: 277px;
	padding: 5px 0 5px 50px;
	font-size: 12pt;
	font-weight: bold;
	color: #0a0a0a;
	text-decoration: none;
	text-transform: uppercase;
}

#menu ul li a:hover {
	background: #37a31c;
}

span#photo {
	clear: both;
	float: left;
	display: block;
	width: 240px;
	height: 338px;
	padding: 0 0 0 50px;
	background: url('doctor.jpg') no-repeat right;
}

#content {
	float: left;
	width: 560px;
	margin: 0 0 0 50px;
	text-align: justify;
}

ul.tudomanyos {
	list-style: disc;
	background-color: #fff;
}

li.tudomanyos {
	margin-left: 0;
	margin-bottom: 15px;
}

.ad {
	width: 468px;
	margin: 0 auto 20px auto;
}

img {
	border: 0;
}

p {
	margin-bottom: 15px;
}

em {
	font-style: normal;
}

.imgleft {
	float: left;
	margin: 0 15px 10px 0;
}

.end {
	clear: both;
	float: none;
	font-size: 12px;
}