html, body
{
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 120%;
}

p
{
	line-height: 150%;
	
	color: #555;
}
h1, h2, h3, h4, h5, h6, a, th, strong{
	font-size: 1.0em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

body
{

	background-color: #E6E6E6;
	backround-image: url(../images/background.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

hr
{
	width: 700px;
	height: 0.5px;
	color: blue;
	border: 0.5px dotted #02243C;
	margin-top: 2px;
	margin-left: 0;
}

a:link,a:visited 
{

	color: #5195CE;
}

a:hover 
{
	color: #005DB3;
}
h3
{
	color: #005DB3;
	margin-top: 30px;
	margin-bottom: 10px;
}

#wrapper
{	
	margin: 0;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/back_main.gif');
	border-bottom: 1px dashed #999;
}
#headercont
{
	background-color: white;
	
	margin-top: 30px; 
	
	position: relative;
	border-top: 2px solid #02243C;
	
	border-bottom: 2px solid #02243C;
	height: 104px;
	
	margin-bottom: 20px;
}

#header
{
	padding-top: 20px;
	height: 76px;
	border-top: 4px solid #346c8b;
	border-bottom: 4px solid #346c8b;
	clear: both;
    background: url(../images/backgrounds/headerback1.png) repeat-x center;
}
#header a.logo
{
	float: left;
}

#header img
{
	border: none;
}

#flags
{
	position: absolute; 
	background-color: transparent; 
	left: 310px;
	top: 65px;
	width: 250px;
}
	
#header .slogan
{
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	float: left;
	text-align: right;
	background-color: transparent;
	margin-left: 32px;
	margin-top: 5px;
	color: #843405;
	padding: 6px;
	
}

#header #loginh
{
	position: absolute;
	top: -25px;
	right: 3px;
}

#header #loginh p
{
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

#header #loginh a.user
{
	margin-right: 5px;
	padding-left: 2px;
	border-left: 1px solid blue;
}

#header #banner
{
    position: absolute;
    right: 5px;
    top: 5px;
    z-index:2;
}
#main
{
	background-color: #4a5c69;
	border-bottom: none;	
	border-top: none;
}

#content
{
	float: left;
	width: 700px;
	background-color: white;
	margin: 10px;
	margin-top: 0px;
	padding: 20px;
	padding-left: 20px;
}

#content p
{
	text-align: justify;
}

#content ul
{
	margin-left: 210px;
}
#content li

{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.95em; 
}

#content div.subtitle_cont
{
	position: relative;
	
	margin-top: 30px;
	
	padding-bottom: 10px;
}


#content img
{
	border: 1px solid red;
}

#content img.image_on_left
{
	float: left;
	margin: 10px;
	margin-left: 10px;
	margin-right: 20px;
}

#content img.image_on_right
{
	float: right;
	margin: 10px;
	margin-right: 10px;
	margin-left: 20px;
}

#content h2.subtitle_image_left
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 430px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url('../images/title_back.gif') repeat-y; 
	color: white;
	_margin-right: 270px;
}

#content h2.subtitle_image_right
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 430px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url('../images/title_back.gif') repeat-y; 
	color: white;
}

#content h2.subtitle
{
	width: 660px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url('../images/title_back.gif') repeat-y; 
	color: white;
}
#title_one  
{  
	
	background-position: 400px 0px;
	background-attachment:fixed;
	background-repeat: none;
	
}
#content p.paragraph
{
	padding-top: 30px;
	margin-bottom: 30px;
}
#content table
{
	border-collapse: collapse;
	border: 1px solid #02243C;
}
#content td
{
	border: 1px solid #02243C;
	font-size: 0.9em;
	padding: 2px 2px 2px 2px;
}

#content th
{
	background-color: #E6E6E6;
	border: 1px solid #02243C;
	color: #005DB3;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	height: 30px;
}

#content table.twoc
{
	width: 100%;
	border: none;
}

#content table.twoc td
{
	padding: 10px 2px 2px 2px;
	border: none;
	height: 2em;
}

#content table.twoc td.firstcol
{
	width: 35%;
	font-size: 0.9em;
}

#content table.twoc td.secondcol
{
	border-bottom: 1px solid #999;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 5px;
}


#content .info
{
	width: 300px;
	padding: 8px 5px 5px 10px;
	border: 1px solid #02243C;
	border-top: 5px solid #005DB3;
	margin-bottom: 50px;
}


#rpanel
{
	float: right;
	background-color: transparent;
	width: 208px;
	height: 100%;
	margin: 0;
	padding-right: 14px;

}

.news_title
{
	color: #AA1111;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;	
	
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
		  
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.news_block
{
	padding: 3px;
	padding-top: 3px;
	margin-top: 25px;
	margin-bottom: 6px;
	
	 
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
			  
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.news_date
{
	text-align: right;
	margin-top: 2px;
	background-color: #7d8f99;
	padding-left: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;	
}

.news_date p
{
	text-align: right; 
	padding-right: 2px; 
	font-size: 10px;
	background-color: #7d8f99;
	color: #02243c;
	border-right: solid 1px #537589;
	border-bottom: solid 1px #537589;
	padding-bottom: 2px;
	margin: 0px;	
}

.news_text
{
	margin-left: 7px;
	margin-right: 2px;
	background-color: red;
	margin-top: 6px;
	padding-left: 3px;
	color: black;
	background-color: #adcadb;
	margin-top: 0px;

	
	-webkit-border-bottom-left-radius: 5px;
			  
	-moz-border-radius-bottomleft: 5px;
}
.news_text div
{
	color: black;
	padding-bottom: 2px;
	border-bottom: solid 1px #537589;
	border-right: solid 1px #537589;
}

#rnews
{
	background-color: #d4dce1;
	border-top: 10px solid #02243C;
	text-align: left;
	padding: 5px;
	font-size: 11px;
	margin-bottom: 0px;
	padding-top: 20px;
}



#f_present
{
	
	height: 130px;
	margin-top: 0px;
	background-color: #d4dce1;
	margin-top: 0px;
	padding: 0px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#f_present embed

{
	height: 130px;
	width: 200px; 
	margin: auto;
	margin-left: 4px;
}

#survey_box
{
	background-color: #d4dce1;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
	zoom: 1;
	height: 300px;
}

#survey_box #survey_title
{
	background-color: #02243C;
	padding: 2px;
	text-align: center;
	font-family: Verdana;
	font-size: 14px;
	color: white;
	padding: 3px;
	margin-bottom: 10px;
}

#survey_box table
{
	width: 100%;
}

#survey_box .squestion {
	color: #02243C;
	font-size: 12px;
	font-family: Verdana;
	padding: 5px;
}

#survey_box #survey_button 
{
	text-align: center;
	padding-top: 3px;
	font-size: 14px;
	font-weight: bold;
	border:1px solid blue;
	background-color: white;
	color: blue;
	height: 20px;
	margin: auto;
	margin-top: 15px;
	width: 70px;
}


#rnav
{
	background-color: #F17022;
	height: 100%;
	background-color: #d4dce1;
	border-top: 10px solid #02243C;
	margin-bottom: 20px;
}

#information_title
{
	width: 195px;
	height: 40px;
	border-top: solid 1px #7D8F99;
	border-left: solid 1px #7D8F99;
	border-right: solid 2px #7D8F99;
	border-bottom: solid 2px #7D8F99;
	background: url('../images/news4.png') no-repeat;
}

#rnav ul 
{
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
#rnav li
{
	border-bottom: 1px solid #564a4a;
}
#rnav li a:link, #rnav li a:visited
{
	font-size: 90%;
	display: block;
	padding: 5px 0 4px 5px;
	border-left: 12px solid #245a79;
	border-left: none;
	border-right: 1px solid #564a4a;
	background-color: #3484b1;
	color: #FFFFFF;
	text-decoration: none;
}

#rnav li a:hover
{
	background-color: #98b9cc;
	color: #02243c;
}

/* For IE6*/
* html #rnav li a {
width: 100%;
}

#footer
{
	clear: both;
	position: relative;
	background-color: #02243C;
	height: 80px;
	padding-left: 1px;
	padding-rigth: 1px;
}

#footer #copyright
{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 2px;
	right: 10px;
	color: white;
}

#footer #address
{
	color: #E3E6EB;
	padding: 5px;
}
#footer #copyright #organization b
{
	color: #66CC33;
}


#footer #copyright #developers
{
	text-align: right;
}

#back
{
	margin-top: 30px;
}

.error
{
	color: #821122;
}


#deleteWarning
{
	position: absolute;
	opacity: 1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	z-index: 1; 
	visibility: visible;
	margin: 0px;
	border: 1px solid #02243C;
	background-color: #F9F9F9;
	font-family: verdana, arial, helvetica, sans-serif;
}

.name
{
	color: #FF5B00;
	width: 300px;
	height: 24px;
	text-align: center;
}

.email
{
	width: 250px;
	text-align: center;
}

.number
{
	width: 200px;
	text-align: center;
}

ol.list
{
	text-align: justify;
}
ol.list li
{
	font-weight: bold;
}

div.links
{
	clear: both;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #d4dce1;
	width: 100%;
	height: 80px;
}

div.logo_link
{
	background-color: #3484b1;
	padding-left: 7px;
	width: 150px;
	border-right: 3px solid #ffffff;
	float: left;
	height: 100%;
}

div.links img
{

	margin-top: 11px;
	margin-left: 4 px;
	width: 140px;
	height: 55px;
	border: none;
	
}

div.logo_text
{
	background-color: #245a79;
	float: right;
	width: 540px;
	height: 100%;	
}

div.logo_text h3
{
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: white;
}

div.logo_text p
{
margin: 3px;
margin-left: 5px;
margin-right: 5px;
color: #ffffff;
}

#speach
{
background-color: #c2ddec;
border: solid 3px #3181af;
}

#speach p
{
	font-weight: bold;
	margin: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: black;
}

#f_present
{
	background-color: #ffffff;
	border-left: solid 4px #E6E6E6;
	border-right: solid 4px #E6E6E6;
	border-bottom: solid 4px #E6E6E6;
}

#start_game
{
	text-align: center;
	background-color: #ffffff;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 90px;
	margin-top: 0px;
	border: solid 2px #c2ddec;
}
#start_game p
{
	color: #AA1111;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

#start_game hr
{
	width: 70px;
	margin-left: 65px;
}

#start_game h1
{
	font-size: 180%;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #E6E6E6;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: verdana; 
}

#start_game h3
{
	font-size: 110%;
	margin: 0px;
	margin-top: 10px;
}

#start_game h3 a:link, #start_game h3 a:visited
{
	color: #02243C;
	text-decoration: none;	
}

#start_game h3 a:hover
{
	color: #005DB3;
}

div.game_blocks
{
	clear: both;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #d4dce1;
	width: 100%;
	height: 150px;
}

div.game_link
{
	background-color: #E6E6E6;
	padding-left: 7px;
	width: 250px;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	float: left;
	height: 97%;
}

div.game_link p
{
	margin-top: 60px;
	font-weight: bold;	
	padding-left: 60px;
}

div.game_link a:link, div.game_link a:visited
{
	color: #02243C;
	font-size: 280%;
	text-decoration: none;	
}

div.game_link a:hover
{
	color: #005DB3;
}

div.game_text
{
	background-color: #245a79;
	float: right;
	width: 440px;
	height: 100%;	
}

div.game_text h3
{
	color: #000000;
	font-size: 150%;
	background-color: #E6E6E6;
	margin: 0px;
	margin-top: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: verdana;
	padding-left: 14px;
}

div.game_text h3 a:link, div.game_text h3 a:visited
{
	color: #02243C;
	text-decoration: none;	
}

div.game_text h3 a:hover
{
	color: #005DB3;
}

div.game_text p
{
	color: #000000;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 10px;
}

div.game_desc
{
	background-color: #ffffff;
	height: 103px;
	width: 432px;
	margin-left: 4px;	
}

div.game_link
{
	background-image: url("../images/besko_slicka.jpg");
	background-repeat: no-repeat;
	height: 96%;
}

