@CHARSET "UTF-8";

body {
	height: 1050px;

	font-family: Arial;
	font-size: 13px;
	color: #1e1e1e;
	margin: 0;
	padding: 0;
	background: #E1C5B0 url(/assets/images/pzsdesign/body_background.png) top left repeat-x;
}
h1, h2, h3 {
	padding: 0;
	margin: 0;
}

h1, h2, h3,a {
	color: #7B102D;
	text-decoration: none;
}

div.galleryItemPicCont
{
	float: left;
	margin: 10px 5px 0 0;
}

div.galleryItemPic
{
	width:155px;
	height: 156px;
	background: transparent url(/assets/images/thumb_big.png) top left no-repeat;
}
div.galleryItemPic img
{
	width: 144px;
	border: 0;
	padding: 3px 0 0 3px;
}

div.randompictures
{
	width: 230px;
	float: right;
	padding: 15px 15px 0 0;
}

div.thumb {
	float: right;
	width:105px;
	height: 105px;
	background: transparent url(/assets/images/thumb.png) top left no-repeat;
	margin: 10px 10px 0 0;
}
div.thumb img {
	width: 94px;
	height: 94px;
	border: 0;
	padding: 3px 0 0 3px;
}

div.wrapper {
	width: 986px;
	margin: 0 auto;
}

div.clr {
	clear:both;
}

div.wrapper div.header {
	background: transparent url(/assets/images/pzsdesign/header_background.png) top left no-repeat; 
	height: 477px;
	position: relative;
}
div.wrapper div.headercontainer {
	margin: 0 auto;
	position: relative;
}

div.logo {
	width: 310px;
	height: 120px;
	position: absolute;
	top:0;
	left:0;
}
div.logo a {
	display: block;
	height: 120px;
}


div.about {
	position: absolute;
	top: 210px;
	left: 30px;
	width: 500px;
	height: 90px;
	font-size: 12px;
}

div.menu {
	position: absolute;
	top: 338px;
	left: 20px;
	color: #de4f76;
	font-size: 18px;
}

div.contenttitle {
	position: absolute;
	top: 373px;
	left: 35px;
	height: 105px;
	padding: 55px 20px 0 20px;
	background: transparent url(/assets/images/pzsdesign/contenttitle_background.png) top left repeat-x;
	color: white;
	font-size: 24px;
}

div.menu ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
	div.menu ul li {
		display: inline;
		list-style-type: none;
	}
		div.menu ul li a {
			font-size: 18px;
			color: white;
			text-decoration: none;
			height: 58px;
			padding: 17px 10px 19px 10px;
		}
		div.menu ul li a.active,
		div.menu ul li a:hover {
			color: #de4f76; 			
		}
div.munkaim {
	position: absolute;
	top: 425px;
	left: 795px;
}
div.munkaim a {
	color: white;
	font-size: 24px;
	text-decoration: none;
}


div.content {
	min-height: 470px;
	background: transparent url(/assets/images/pzsdesign/content_background.png) bottom left no-repeat;
}

div.content div.leftPanel {
	width: 480px;
	padding: 0 35px 0px 35px;
	float: left;
}
div.bottomMenu {
	position: absolute;
	top: 10px;
	left: 32px;
}
div.bottomMenu ul {
	padding: 0;
	margin: 0;
}	
div.bottomMenu ul li {
	list-style-type: none;
	display: inline;
}	
div.bottomMenu ul li a {
	color: #f0accf;
	text-decoration: none;
	padding: 4px;
}	
div.bottomMenu ul li a:hover{
	color: white;
}	

div.footer {
	background-color: #7B102D;
}

div.footer div.footerbg {
	position:relative;
	height: 150px;
	width: 986px;
	margin: 0 auto;
	background: #7B102D url(/assets/images/pzsdesign/footer_background.png) top left no-repeat;
}

