
/*
	style created by sorehead @ 2004 / 03
*/

/* -- default rules ----------------------------------------------------------*/

html,body
{
	/* remove all borders */
	margin: 0px;
	padding: 0px;
	height: 100%;

	/* default background */
	background: #fff;
	
	/* follow rules */
	text-align: center;
	font-family: verdana, arial, helvetica, lucida, sans-serif;
}

div
{
	/* for testing purposes */
	border: 0px solid green;
}

img 
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

h1,h2,h3,h4
{
	margin: 0px;
	padding: 0px;
}

table
{
	font-size:0.8em;
}

th 
{
	border-bottom:1px solid #bed73d;
	background-color: #F8FBEA;
	padding:2px;
}

/* -- object properties ------------------------------------------------------*/
.photos
{
	padding: 3px;
	border: 1px solid #bed73d;
}

.flright
{
	float:right;
}

.flleft
{
	float:left;
}

.clear
{
	clear:both;
}
/* -- main container ---------------------------------------------------------*/

#container
{
	/* wraper */
	margin: 0 auto;
	height: 100%;
	width: 100%;
}

/* -- main header ------------------------------------------------------------*/

#header
{
	height: 53px;
	/*border:1px solid #bed73d;*/
	background: url(../images/visual/header_bg.gif);
	text-align: left;
}

#header_logo0
{
	position:absolute; 
	left:0px; 
	top:0px; 
	z-index:3;
}

#header_title
{
	position:absolute;
	left:220px;
	top:0px;
	z-index:2;
}

#header_world
{
	position:absolute;
	right:0%; 
	top:0px; 
	z-index:1;
}

/* -- main menu --------------------------------------------------------------*/

#menu
{
	text-align: left;
}

#header_menu
{
	position:absolute; 
	left:170px; 
	top:65px; 
}


#header_menu ul
{
	/*/*/margin: 0;
	white-space: nowrap;
	padding: 0; /* */
	text-align: left;
}

#header_menu ul li
{
	list-style-type: none;
	margin:0px;
	display: inline;
	padding-right: 15px;
	font-size: 1.1em;
	color: #828A53;
}

#header_menu ul li a:link, a:visited
{
	color: #828A53;
	text-decoration : none; 
}

#header_menu ul li a:hover
{
	border-bottom: 5px solid #bed73d;
}

/* -- layout formating -------------------------------------------------------*/

#leftcontent
{
	width: 154px;
	text-align:left;
	float: left;
	height:200px;
	border-right: 1px solid #bed73d;
	border-top: 1px solid #bed73d;
	margin-top: 5px;
	margin-left: 5px;
	background-image: url(../images/visual/submenu_bg.gif);
	background-repeat: no-repeat; 
	clear: both;
}

#languages
{
	width: 154px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;	
}

#content
{
	margin-left:170px;
}

#rightcontent
{
	text-align:left;
	margin-top: 5px;
	margin-right: 5px;
	border-top: 1px solid #bed73d;
	padding:10px;
	color: #5E6439;
}

/* -- Right content element configuration ----------------------------------- */

#rightcontent h1
{
	font-size: 1.1em;
}

#rightcontent h2
{
	font-size: 0.9em;
	padding-top:10px;
}

#rightcontent h3
{
	font-size: 0.8em;
	font-weight:bold;
	padding-top:10px;
	color: #8E9C8F;
	padding-left:20px;
}

#rightcontent p
{
	font-size: 0.8em;
}

#rightcontent a:visited
{
	text-decoration : underline;
	color: #010184;	
}

#rightcontent ul,ol li
{
	font-size: 0.8em;
}

#rightcontent blockquote
{
	font-size: 0.7em;
	font-style: italic;
	color: #6A7C6B;
	padding-left: 10px;
	border-left: 1px solid #8E9C8F;
}

.star
{
	color:green;
}

#rightcontent div table
{
	font-size: 0.8em;
}


.innerRegTable
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size:1.2em;
}

.dayschedule 
{
	margin-left: -5px;
	margin-top: 5px;
}

.dayschedule th
{
	padding:5px;
}

.dayschedule td
{
	padding:5px;
	border-bottom:1px solid #bed73d;
}

.download a:link, a:visited
{
	color: red;
	text-decoration : none;
	
}

.download a:hover
{
	text-decoration : underline; 
}

.saraxts
{
	width:200px;
	margin-left: -2px;
	margin-top:10px;
}

.saraxts th, .saraxts td
{
	text-align:center;
}


/* -- Sponsors container -----------------------------------------------------*/

#sponors
{
	text-align:center;
}

#sponors table
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* -- Languages container ----------------------------------------------------*/

#languages p
{
	font-size: 0.7em;
	color: #546014;
}

#languages p a
{
	padding:3px;
}

#languages p a:link, a:visited
{
	color: #828A53;
	text-decoration : none; 
}

#languages p a:hover
{
	background-color: #F4F6EA;
	text-decoration : underline; 
}

/* -- Left container ---------------------------------------------------------*/

#leftcontent div#additionalbox
{
	text-align:right;
}


#leftcontent ul 
{
	margin: 0;
	padding: 0;
	line-height: 140%;
	list-style-type: square;
	list-style-position: inside;
	margin-top:5px;
}

#leftcontent ul li
{
	margin-left: 40px;
	color : #5E6439;
	background-color : transparent;
}

#leftcontent ul li a
{
	font-size: 0.8em;
}

#leftcontent ul li a:link, a:visited
{
	color: #828A53;
	text-decoration : none; 
}

table a:visited
{
	color: #828A53;
	text-decoration : underline; 
}

#leftcontent ul li a:hover
{
	text-decoration : underline; 
}

/* -- Footer container -------------------------------------------------------*/

#footer
{
	text-align:left;
	border-top: 1px solid #bed73d;
	background-image: url(../images/visual/footer_bg.gif);
	background-repeat: repeat-x;
	height: 50px;
}

#options
{
	display:none;
	width:157px;
	height: 50px;
	float: left;
	/*padding: 22px;*/
}

#sitemap
{
	border:  1px solid #bed73d;
}

#contacts
{
	border: 1px solid #bed73d;
}

#start
{
	border:  1px solid #bed73d;
}

#pageinfo
{
	margin-left: 10px;
	margin-top:5px;
	float: left;
	width: 200px;
	/*border-left: 1px solid #bed73d;*/
	height:45px;
}

#pageinfo img
{
	margin-top: -5px;
	margin-left: 20px;
}

.move-right
{
	text-align:right;
}

.move-center
{
	text-align:center;
}