﻿html {
	height: 100%;
}
body {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	background-color: #495677;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
}
img { 
	border: 0; 
}

h1 {
	margin:15px 0px; 
	color: black;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration:none
}
h2 {
	margin:15px 0px; 
	color: black;
	/*color: #627ee1;*/
	font-size: 1.0em;
	font-weight: bold;
	text-decoration:none
}
h3 {
	margin:15px 0px; 
	color: black;
	/*color: #627ee1;*/
	font-size: 0.9em;
	font-weight: bold;
	text-decoration:none
}
a {
	text-decoration: underline;
	color: #495677;
}
a:hover {
	color: #667AA3;
	text-decoration:underline;
}
input,textarea,select{
	color: #3D5373; 
	font-family: arial; 
	font-size: 13px; 
	font-weight: bold;
    border: 2px solid #3D5373; 
    background-color: #FFFB9C;
    margin: 3px;
}
input.login{
	width: 120px;
}
/*------------------------------------------------------------*
**  Containers
**------------------------------------------------------------*/
#container_outer {
	width: 1012px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin: 5px auto 0px auto;
	overflow: hidden;
	padding-left: -292px;
	padding-right: -292px;
}
#container_inner {
	width: 850px;
	/*background-color: white;*/
	background-image: url(../images/border.gif);
	background-repeat: repeat-y;
	float:left;
}
#background_left {
	width: 81px;
	height: 425px;
	background-image: url(../images/ludia3.jpg);
		float:left;
}
#background_right {
	width: 81px;
		height: 425px;
	background-image: url(../images/region3.jpg);
		float:left;
}
/*------------------------------------------------------------*
**  Head
**------------------------------------------------------------*/
#head {
	width:  850px;
	height: 150px;
	margin: 0px;
	background-color: #000000;
	background-image: url(../images/grafika.jpg);
}
#title {
	width:  846px;
	height: 29px;
	margin: 0px;
	background-color: #ffffff;
	background-image: url(../images/arr_title.gif);
	border: 2px solid #495677;
}
#logo {
	width:  150px;
	height: 75px;
	margin: 17px 0px 17px 0px;
}
#login {
	width:  150px;
	height: 65px;
	margin: 22px 0px 22px 0px;
	overflow: hidden;
}
/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/

#body_container {
	width: 846px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
	background-color: white;   
	border: 2px solid #495677;
	border-left-style: solid; 
	border-left-width: 2px; 
	border-right-style: solid;     
	border-right-width: 2px;     
	border-top-width: 0px;     
	border-bottom-style: solid;    
	border-bottom-width: 2px; 
}
#body_content {
	width: 542px;
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	border: 2px solid #495677;
	border-left-style: solid; 
	border-left-width: 2px; 
	border-right-style: solid;     
	border-right-width: 2px;     
	border-top-width: 0px;     
	border-bottom-width: 0px;
	overflow: hidden;
}
#message{
	color: red;
}
/*------------------------------------------------------------*
**  Menu
**------------------------------------------------------------*/
#menu_container {	
	margin-bottom: 10px;
	background-image: url('../images/menu_back.gif');
	background-repeat: repeat-x;
	background-color: #ffffff;    
	background-position: 0px 0px; 
}
#menu_container.left{
	float: left;
}
#menu_container.right{
	float: right;
}
#menu_button {
	background-color: #667AB3;
	border: 2px solid #495677;
	border-top-style: solid; 
	border-top-width: 1px; 
	border-bottom-style: solid;     
	border-bottom-width: 1px;     
	border-left-width: 0px;     
	border-right-width: 0px;
	width: 150px;
	height: 18px;
	margin-bottom: 5px;
	background-image: url('../images/arr_button_yellow.gif');
	cursor: default;
}
#sub_menu_button {
	background-color: #495677;
	color: #ffffff;
	border: 2px solid #495677;
	border-top-style: solid; 
	border-top-width: 1px; 
	border-bottom-style: solid;     
	border-bottom-width: 1px;     
	border-left-width: 0px;     
	border-right-width: 0px;
	width: 150px;
	height: 18px;
	margin-bottom: 5px;
	cursor: default;
}
#menu_button_admin {
	background-color: #667AB3;
	border: 2px solid #495677; 
	border-top-width: 0px; 
	border-bottom-style: solid;     
	border-bottom-width: 1px;     
	border-left-width: 0px;     
	border-right-width: 0px;
	/*border: 2px solid #495677;   */
	width: 150px;
	height: 10px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	cursor: default;
	color: #fff;
	font-family: "Arial";
	font-size: 9px;
	font-weight: bold;
	
}
#menu_button.sub_add {
/*	background-color: #495677; */
  background-color: #E97359;
	color: #ffffff;
	background-image: none;
	cursor: default;
}
#mb_mouseover.sub_add{
	background-color: #667AA3;
	color: #ffffff;
	cursor: pointer;
}
#mb_mouseover{
	background-color: #FFD233;
	border: 2px solid #495677;
	border-top-style: solid; 
	border-top-width: 1px; 
	border-bottom-style: solid;     
	border-bottom-width: 1px;     
	border-left-width: 0px;     
	border-right-width: 0px;
	width: 150px;
	height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	cursor: pointer;
}
#sub_mb_mouseover{
	background-color: #667AA3;
	color: #ffffff;
	border: 2px solid #495677;
	border-top-style: solid; 
	border-top-width: 1px; 
	border-bottom-style: solid;     
	border-bottom-width: 1px;     
	border-left-width: 0px;     
	border-right-width: 0px;
	width: 150px;
	height: 18px;
	margin-bottom: 5px;
	cursor: pointer;
}
/*
#menu_button.sub {
	background-color: #495677;
	color: #ffffff;
	background-image: none;
	cursor: default;
}
#mb_mouseover.sub{
	background-color: #667AA3;
	color: #ffffff;
	cursor: pointer;
}*/
.submenu {
	display: none;
}
#menu_text {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;	
	margin-top: 2px;
	
}
#menu_container a {
	font-family: "Arial";
	font-size: 9px;
	font-weight: bold;
	margin-left: 2px;	
	color: #000000;
	text-decoration: none;
}
#menu_container a:hover {
	font-family: "Arial";
	font-size: 9px;
	font-weight: bold;
	margin-left: 2px;	
	color: #000000;
	text-decoration: none;
}
#menu_left {
	background-color: #495677;
	border: 2px solid #495677;
	border-top-style: solid; 
	border-top-width: 1px; 
	border-bottom-style: solid;     
	border-bottom-width: 1px;     
	border-left-width: 0px;     
	border-right-width: 0px;
	/*border: 2px solid #495677;   */
	color: white;
	width: 150px;
	height: 18px;
	cursor: default;
}
#news_container a{
    font-size: 11px;
    color: #495677;
}

#news_container a:hover{
    font-size: 11px;
    color: #667AA3;
}

#motiongallery{
  padding: 3px;
}

#motiongallery ul{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  list-style-position: inside;

}

#motiongallery li{
  list-style-type: none;
  margin: 0px;
  padding-bottom: 5px;
  list-style-position: inside;
}
#news-separator{
  margin: 5px 0px 3px 0px;
	background-color: #495677;
	width: 150px;
	height: 2px;
}
/*------------------------------------------------------------*
**  Status bar
**------------------------------------------------------------*/
#status_bar{
	width: 400px;
	margin-top: 0px;
	float: right;
	margin-top: 3px;
	padding-right: 10px;
	color: black;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
#status_bar a{
	color: #495677;
	font-weight: bold;
	text-decoration: none;
}
#status_bar a:hover{
	color: #667AA3;
}
#status_bar span{

}
#text_wrapper{
  margin: 10px 10px 10px 10px;
}
/*
#white{
	height: 20px;
	width: 150px;
	background-color: #fff;
}
*/
/*------------------------------------------------------------*
**  footer
**------------------------------------------------------------*/
#footer{
	color: white;
	font-family: Arial;
	font-size: 12px;
}
/*------------------------------------------------------------*
**  language
**------------------------------------------------------------*/
#language_bar {
	float: right; 
	width: 110px; 
	color: white; 
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px; 
	margin-right: 5px;
	cursor: default;
}
#language_bar_mouseover {
	float: right; 
	width: 110px; 
	color: white; 
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px; 
	margin-right: 5px;
	cursor: pointer;
	background-color: #DDC222;
}
#language_bar a{
 	color: white; 
 	font-weight: bold;
	text-decoration: none;
}
#language_bar a:hover{
	color: white; 
	text-decoration: none;
	font-weight: bold;
}


/*------------------------------------------------------------*
**  right menu
**------------------------------------------------------------*/

#news_container{
	height: 300px;
	width: 150px;
	background-color: #fff;
	overflow: hidden;
}
#news{
	color: #495677;
    font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 7px;
	}
#events_container{
	height: 300px;
	width: 150px;
	background-color: #fff;
}
#events{
	color: #495677;
    font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 7px;
	}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}

