* {
	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;	
}

/* --------------------- */

/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
	background:url(../images/arrows.png) no-repeat;
}
.nivo-prevNav {
	background-position:-30px 0;
	right:15px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

