/*
	Cascading Style Sheets
	Coded by Kristalygrafika
	web: www.kristalygrafika.hu
	email: info@kristalygrafika.hu
*/


/* Layout styles ----------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #00254a url(../images/siteback.jpg) repeat-y center;
	line-height: 16px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/containerback.jpg) repeat-y;
}
#header {
	height: 200px;
	background: url(../images/headback.jpg) no-repeat;
}
#leftsidebar, #rightsidebar {
	width: 160px;
	padding: 140px 10px 10px 10px;
	float:left;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}
#leftsidebar {
	background: url(../images/leftsidebarback.jpg) no-repeat top;
}
#rightsidebar {
	background: url(../images/rightsidebarback.jpg) no-repeat top;
}
#content {
	width: 580px;
	padding: 30px 10px;
	float:left;
	background: url(../images/contenttopback.jpg) no-repeat top;
	text-align: left;
}
#content-main {
	width: 580px;
	height: 400px;
	padding: 30px 10px;
	float:left;
	background: url(../images/contenttopbackmain.jpg) no-repeat top;
	text-align: left;
	display: block;
}
#footer {
	width: 560px;
	height: 30px;
	clear: both;
	margin: 10px auto;
	padding: 10px;
	border-top: 1px solid #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
}
#footer p {
	padding-top:5px;
	margin:0;
}

#footer a {
	margin:0;
	padding:0;}

/* Menu styles ----------------------------------------------------*/


#leftmenu {
	width:160px;
	height: 360px;
	background: url(../images/leftmenuback.jpg) no-repeat top;
}

#leftsidebar #leftmenu ul.menu {
	list-style: none;
	padding: 0;
	margin:0;
	text-align: center;
}
#leftsidebar #leftmenu ul.menu li {
	height: 20px;
}
#leftsidebar #leftmenu ul.menu li a {
	width: 160px;
	height: 16px;
	padding-top: 4px;
	display: block;
}
#leftsidebar #leftmenu ul.menu li a:link, #leftsidebar #leftmenu ul.menu li a:visited {
	text-decoration: none;
	color: #00224b;
}
#leftsidebar #leftmenu ul.menu li a:hover {
	background-color: #fff;
	opacity: .9;
	filter: alpha(opacity=90);
}
#rightmenu {
	width:160px;
	height: 360px;
	background: url(../images/leftmenuback.jpg) no-repeat top;
}

#rightsidebar #rightmenu ul.menu {
	list-style: none;
	padding: 0;
	margin:0;
	text-align: center;
}
#rightsidebar #rightmenu ul.menu li {
	height: 20px;
}
#rightsidebar #rightmenu ul.menu li a {
	width: 160px;
	height: 16px;
	padding-top: 4px;
	display: block;
}
#rightsidebar #rightmenu ul.menu li a:link, #rightsidebar #rightmenu ul.menu li a:visited {
	text-decoration: none;
	color: #00224b;
}
#rightsidebar #rightmenu ul.menu li a:hover {
	background-color: #fff;
	opacity: .9;
	filter: alpha(opacity=90);
}



/* Content styles ----------------------------------------------------*/

#content h1 {
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	color: #0096ff;
	border-bottom: 1px solid #54b9ff;
}
#content h2 {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: #da4bef;
	border-bottom: 1px solid #da4bef;
}
#content p, #content table {
	color: #004387;
	font-size: 14px;
}

#content ul, #content ol {
	color: #004387;
	font-size: 14px;
}

/* Image gallery ------------------------------------------- */

.gallery {
	width: 530px;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
}
img {
	border: none;
}

.gallery a.thimage {
	width: 110px;
	height: 140px;
	padding: 5px;
	margin: 5px;
	display: block;
	float: left;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #54b9ff;
}

