/*========================================*/
/* CSS by Andrus Roosaare, www.fie.pri.ee.ee */
/*========================================*/

/*===============================*/
/* GENERAL */
/*===============================*/

body {
    background:url(gfx/bg.jpg) repeat-x #a0c6d9 0 5px;
    margin:0;
    padding:0;
    line-height:150%;
	border-top:5px solid white;
}
body,td,th,p,input,textarea,option {
    font-size:14px;
    color:#555;
}
body,td,th,p,div,h1,h2,h3,h4,h5,input,textarea,option,select,strong {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	padding:0 0 5px 0;
	margin:0 0 13px 0;
	clear:both;
	font-size:20px;
	font-weight:normal;
	color:#0e6e9e;
	border-bottom:1px solid #0e6e9e;
}
h2 {
    font-size:12px;
    color:#0e6e9e;
    margin:3px 0 6px 0;
    padding:2px 0 2px 5px;
	background:url(gfx/bg.jpg) 0 -20px;
	border-bottom:1px solid #d7e8f0;
	border-top:1px solid white;
	text-transform:uppercase;
}
h3 {
    font-size:14px;
    color:#f59324 !important;
    margin:0 0 2px 0;
    padding:10px 0 2px 0;
	clear:both;
}
a:active, a:focus {
	outline:0;
}
a:link, a:visited {
    color:#0e6e9e;
    text-decoration:underline;
}
a:hover, a:active {
	text-decoration:none;
}
a img {
    border:none;
}
p {
    margin:0;
    padding:6px 0 6px 0;
	text-align:justify;
}
ul {
    padding:6px 0 6px 25px;
    margin:0;
    list-style-type:circle;
}
input,textarea,select {
    background:white;
    color:#666;
    border:1px solid #4690b5;
	margin:0 0 3px 0;
}
input:hover,textarea:hover {
    background:url(gfx/bg_input.jpg) 0 -323px repeat-x white;
}
option, select {
    color:#666;
}
form {
    margin:0;
    padding:0;
}
hr {
	border:none;
	height:1px;
	background-color:#ccc;
}
/*===============================*/
/* LAYOUT */
/*===============================*/

/* dimensions */
#main_div			{width:780px;}
#main_cont			{width:780px;}
#header				{width:780px;}
#header_bg			{width:780px;}

/* containers */
#main_div {
    margin:auto;
}
#main_cont {
	float:left;
	background:url(gfx/main_bg.jpg) repeat-y right;
}	
#header_bg {
    float:left;
	background:url(gfx/bg.jpg);
}
#header {
	height:66px;
    float:left;
	background:url(gfx/header_bg.jpg);
}
#header a,#header a:visited {
	color:white;
}
#logo {
	float:left;
	width:206px;
}
#menu {
	padding:42px 0 0 0;
	text-align:right;
	float:left;
	width:552px;
}
#menu ul  {
	padding:0 0 0 10px;
	margin:0;
}
#menu ul li {
	display:inline;
	list-style: none;
}
#menu a, #menu a:visited {
	color:#0e6e9e;
	text-decoration:none;
	padding:5px 15px 5px 25px;
	background:url(gfx/menu_bg.gif) no-repeat left;
}
#menu a:hover,.active_main a,.active_main a:visited {
	color:#FF9900 !important;
}
#left_cont {
	width:216px;
	padding:20px 0 100px  10px;
	float:left;
	background:url(gfx/header_l_en.jpg) no-repeat;
}
#left_side {
	float:left;
	width:216px;
	background:url(gfx/lang_bg.jpg) repeat-y;
}
#lang {
	float:left;
	text-align:left;
	padding:20px 0 85px 15px;
	width:201px;
}
#lang img {
	width:15px;
	height:15px;
	float:left;
	margin:0 10px 0 0;
}
#lang a,#lang a:visited {
	float:left;
	color:white;
	text-decoration:none;
	display:block;
	margin:-2px 0 0 0;
}

/* middle */
#middle {
	float:left;
	width:780px;
	background:url(gfx/content_l.jpg) no-repeat left bottom;
}
/* left_menu */
#left_menu {
	width:210px;
	float:left;
	padding:0 0 0 6px;
}
#left_menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#left_menu ul a,#left_menu ul a:visited {
    color:#c;
    text-decoration:none;
    width:160px;
	padding:5px 0 5px 30px;
    display:block;
	background:url(gfx/left_menu_a.jpg) no-repeat 2px 5px;
	border-bottom:1px solid #609fc0;
}
#left_menu ul a:hover,.active_sub a, .active_sub a:visited {
	color:#f59324 !important;
}
#bron {
	float:left;
	width:209px;
	height:47px;
	padding:10px 0 100px 0;
	text-align:center;
	background:url(gfx/bron_button.jpg) no-repeat;
	margin:50px 0 0 0;
}
#bron a,#bron a:visited {
	width:209px;
	display:block;
	color:white;
	text-decoration:none;
}
#right_bottom {
	float:left;
	width:780px;
	background:url(gfx/content_r.jpg) no-repeat bottom right;
}
#content {
	float:right;
	width:514px;
	padding:125px 20px 0 20px;
	background:url(gfx/header_r.jpg) no-repeat;
}
.content {
	background-color:#e9f2f7 !important;
	background-image:none !important;
	padding:5px !important;
	float:left !important;
	border:none !important;
}
#content img {
	padding:5px;
	background:#0e6e9e;
	margin:10px;
}
#footer {
	width:780px;
	height:120px;
	float:left;
	background:url(gfx/footer.jpg) no-repeat;
	padding:80px 0 0 0;
	font-size:12px;
}
#footer a,#footer a:visited {
	color:#4EA701;
	text-decoration:none;
	padding:0 10px 8px 0;
	float:right;
}
#footer_info_1 {
	width:200px;
	float:left;
	color:white !important;
	padding:0 0 0 60px;
}
#footer_info_2 {
	width:250px;
	float:right;
	color:white;
}
a#copy,a#copy:visited {
	display:block;
	float:left;
	text-align:center;
	width:100%;
	text-decoration:none;
	font-size:10px;
	color:#7eb1cc;	
}
#ie6 {
	float:left;
	width:50px;
	font-size:9px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:90%;
	margin:-25px 0 0 0;
}
/* modules */

/* Order */
#order_form td {
	padding:2px 0 2px 0;
}
/* Gallery */
.thum_page td {
	padding:0 5px 5px 0;
}
.gallery_thum {
	padding:10px;
	text-align:center;
	border:1px solid #E2E2E2;
	margin:0 5px 5px 0 !important;	
}
.gallery_img {
	padding:10px;
	border:1px solid #E2E2E2;
}
a.ppilt:link, a.ppilt:visited {
	color: #003366;
}
a.ppilt:hover, a.ppilt:active {
	color: #FF9900;
	text-decoration: none;
	cursor:pointer;
	text-decoration: underline;
}
.ppilt {
	color: #003366;
	font-weight:bold;
	cursor:pointer;
}
.gallery2headlines {
	width:420px;
	height:400px;
	overflow:visible;
	float:left;
	background:url(../docs/image/galerii.jpg) no-repeat right 30px;
}
/* News */
.message h3 {
	width:400px;
	float:left;
	padding:0;
	margin:0;
}
.message-date {
	color:#ccc;
	width:100px;
	float:right;
	clear:right;
	text-align:right;
}
.message-body {
	text-align:justify;
	padding:5px 0 10px 0;
	margin:0 0 10px 0;
	width:100%;
	clear:both;
	border-bottom:1px solid #ccc;
}
/* Mailform */
#mailform {
	margin:-10px 0 10px 0;
}
#mailform input,#mailform textarea,#mailform select {
	width:400px;
	margin:0 0 2px 0;
}
.form_button {
	width:70px !important;
	float:left;
}
/* misc */
.highlight {
	color:#f59324;
	font-weight:bold;
}
.cont_table {
	width:100%;
}
.cont_table td {
	padding:6px 0 6px 0;
	vertical-align:top;
}
.cont_table th {
	font-size:12px;
	text-align:left;
    color:#0e6e9e;
    padding:2px 0 2px 1px;
	background:url(gfx/bg.jpg) 0 -20px;
	border-bottom:1px solid #d7e8f0;
	border-top:1px solid white;
}
.cont_table tr:hover td {
	color:#FF9900 !important;
}
#active_table td {
	font-size:12px !important;
}
#form_buttons {
	border-top:1px solid #cce0e9;
	padding:3px 0 0 0;
}
#form_buttons input {
	background:#0e6e9e;
	color:white;
}
.mailform_message {
	clear:both;
}
