* {
	margin:0px;
	padding:0px;
	font-family:verdana;
	font-size:10pt;
}

body {
	background-image:url('/images/bg_paper.gif');
	background-repeat: repeat-y;
	background-position:255px 0px;
}

a { color:#754a7c; }
a:hover { color:#af6eb9; }

h1 {
	font:18pt Arial, sans-serif;
	border-bottom:1px solid #EEEEEE;
	padding-bottom:5px;
	margin-bottom:20px;
	width:600px;
}

ul {
	margin-left:40px;
}

img {
	border:0px;
}

li {
	padding-bottom:10px;
}

div.fl { float:left; }
div.fr { float:right; }
div.cl { clear:left; }
div.cr { clear:right; }
div.cb { clear:both; }

div.content {
	position:absolute;
	top:200px;
	left:480px;
	width:600px;
}

div.bottom {
	position:fixed;
	bottom:0px;
	left:1120px;
}

div.header {
	background-image:url('/images/header.jpg');
	background-repeat: no-repeat;
	width:100%;
	min-height:651px;
}

div.logo {
	position:absolute;
	top:63px;
}

/* Menü */

div.menu {
	position:absolute;
	top:185px;
	left:250px;
	height:400px;
	width:180px;
}

div.mc {
	margin-left:20px;
	padding-bottom:5px;
}

div.mhc {
	border-left:4px solid #ca399d;
	background-color:#503455;
	width:150px;
	padding:5px;
	margin-top:20px;
	margin-bottom:5px;
}

div.mi1 {
	font-size:9px;
	color:#DDDDDD;
	font-weight:bold;
	padding-right:10px;
}

div.mh1 {
	font-size:10px;
	color:#FFFFFF;
	padding-right:20px;
}

div.mh2 {
	font-size:10px;
	color:#FFFFFF;
	text-transform:uppercase;
}



/* slidingboxes */

h3 {
	margin:10px 10px 0 10px;
	color:#FFFFFF;
	font:18pt Arial, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
}

.boxgrid { 
	width:240px; 
	height:200px; 
	margin-right:50px; 
	margin-bottom:20px; 
	float:left; 
	background:#161613; 
	border:solid 2px #8399AF; 
	overflow:hidden; 
	position:relative; 
}
.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p { 
	padding:0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}

.boxcaption { 
	float:left; 
	position:absolute; 
	background:#000000; 
	height:100px; 
	width:100%; 
	opacity:.8; 
	/* For IE 5-7 */
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption {
	top:200px;
	left:0;
}

/* slideshow */
ul.slideshow {
	list-style:none;
	width:590px;
	height:250px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}

#slideshow-caption {
	width:590px;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;	
	z-index:1000;	
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}