body
{
	text-align: center;
	font-size: 12px;
	font-family: Tahoma;
	color: #000000;
}

/***** a i h i p ;) *****/
a
{
	color: #000000;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

h1
{
	text-align: left;
	margin: 5px 0 0 30px;
	font-size: 16px;
}

h2
{
	margin: 0;
	text-align: center;
	font-size: 14px;
	float: left;
	width: 390px;
}

p
{
	text-align: justify;
	line-height: 24px;
	text-indent: 30px;
	}

p.center
{
	text-align: center;
	line-height: 24px;
	margin: 0;
}

/***** End a i h i p *****/

#container
{
	width: 780px;
	margin: auto;
}

#top
{
	background: url(grafika/top.jpg);
	width: 780px;
	height: 250px;
}

#top ul
{
	margin: 0;
	padding: 10px 0 0 660px;
	list-style: none;
}

#top li
{
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
}

#top img
{
	border: 0;
}

#menu
{
	background: url(grafika/menu.jpg);
	width: 500px;
	height: 50px;
	padding-left: 280px;
	font-size: 16px;
}

#menu ul
{
	margin: 0;
	padding: 20px 0 0 0;
	list-style: none;
}

#menu li.small
{
	width: 85px;
	float: left;
	padding: 0;
	margin: 0;
}

#menu li.large
{
	width: 140px;
	float: left;
	padding: 0;
	margin: 0;
}

#menu a
{
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

#menu a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#main
{
	width: 780px;
}

#left
{
	width: 540px;
	float: left;
}

#right
{
	width: 240px;
	float: right;
	text-align: right;
}

#right img
{
	border: 3px solid #000000;
}

#bottom
{
	width: 780px;
	clear: both;
	border-top: 5px solid #000000;
	padding-top: 3px;
}

/*** RokBox ***/
/* CSS Guideline to style rokbox */
/* When adding your own theme,make sure to replace "custom" with your theme name */
/* use lowercase characters and no space. For example,we name our theme "mytheme" */
/* we replace every "rokbox-light" with "rokbox-mytheme" */
/* Wrapper,the very outside container of rokbox */
#rokbox-wrapper.rokbox-light{}
#rokbox-wrapper .clr {clear:both;}
#rokbox-close{height:30px;width:20px;display:block;background:url(grafika/close.png) 0 0 no-repeat;clear:both;}
#rokbox-close span{display:none;}
/* Table for border look and feel */
#rokbox-top.rokbox-left{background:url(grafika/tl.png) 0 0 no-repeat;clear:both;}
#rokbox-top .rokbox-right{background:url(grafika/tr.png) 100% 0 no-repeat;}
#rokbox-top .rokbox-center{background:url(grafika/top.png) 0 0 repeat-x;height:20px;margin-left:20px;margin-right:20px;}
#rokbox-middle {overflow: hidden;}
#rokbox-middle.rokbox-left{background:url(grafika/left.png) 0 0 repeat-y;clear:both;}
#rokbox-middle .rokbox-right{background:url(grafika/right.png) 100% 0 repeat-y;}
#rokbox-middle .rokbox-center{background:#fff;margin-left:20px;margin-right:20px;}
#rokbox-bottom.rokbox-left{background:url(grafika/bl.png) 0 0 no-repeat;}
#rokbox-bottom .rokbox-right{background:url(grafika/br.png) 100% 0 no-repeat;}
#rokbox-bottom .rokbox-center{background:url(grafika/bottom.png) 0 0 repeat-x;height:20px;margin-left:20px;margin-right:20px;}
/* Object/Image container */
#rokbox-container{}
/* Spinner class that gets added when loading content and removed when loaded */
#rokbox-container.spinner{background:url(grafika/ajax-loader.gif) 50% 50% no-repeat;}
/* Arrows wrapper (for previous and next when visible) */
#rokbox-arrows{margin-top:15px;position:absolute;right:0;width:70px;height:20px;}
#rokbox-arrows a{float:left;display:block;width:20px;height:20px;margin-right:5px;}
/* Previous arrow and its text span */
#rokbox-arrows #rokbox-previous{background:url(grafika/prev.png) 0 0 no-repeat}
#rokbox-arrows #rokbox-previous span{display:none;}
/* text wrapper,useful to set as display none when using images */
/* Next arrow and its text span */
#rokbox-arrows #rokbox-next{background:url(grafika/next.png) 0 0 no-repeat}
#rokbox-arrows #rokbox-next span{display:none;}
/* text wrapper,useful to set as display none when using images */
#rokbox-arrows #rokbox-previous.inactive,
#rokbox-arrows #rokbox-next.inactive{background-position:0 -20px;}
/* Captions wrapper and titles and descriptions */
#rokbox-caption{padding-top:25px;font-family:Helvetica,Arial,sans-serif;}
#rokbox-caption h2{/* titles */
margin:0 0 10px 0;padding:0;color:#333;font-size:18px;font-weight:bold;}
#rokbox-caption p{/* description */
margin:0;color:#999;font-size:12px;}
