/********************************************
   LAYOUT
********************************************/ 

#container {
}
.top {
	height:186px;
	background-image: url(/img/anika.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-width: 990px;
}
.bottom {
	height: 300px;
	background-image: url(/img/vavic.gif);
	background-repeat:  no-repeat;
	background-position: right top;
	min-width: 990px;
}
#header {
	width: 990px;
	margin: 0 auto;
}
#path {
	margin: 0;
	padding: 5px;
	background-color: #e0e6e0;
}
#main {
	width: 990px;
	padding:0;
	margin: 0 auto;
	min-height:450px;
	height:auto !important;
	height:450px;
}
#columnLeft {
	float:left;
	display: none;
}
#content {
	width: 630px;
	float:left;
	position:relative
}
#columnRight {
	width:320px;
	float:right;
}
#footer {
	height:40px;
	margin:0 auto;
	padding:40px 0 0;
	width:990px;
}
/* -------------------  COLUMN LEFT elements -------------------- */

.columnLeft_top {
	display:block;
	height:20px;
}
.columnLeft_main {
	display:block;
	padding:0 3px;
	width:194px;
}
.columnLeft_bottom {
	display:block;
	height:50px;
	background-color: inherit;
	background-image: url(/img/columnLeft_bgBottom.png);
	background-repeat: no-repeat;
}
/* -------------------  CONTENT elements -------------------- */

.content_top {
	display:block;
	height:20px;
	background-color: inherit;
	background-image: url(/img/content_bgTop.png);
	background-repeat: no-repeat;
	display: none;
}
.content_main {
	display:block;
	width:710px;
	background-color: none;
	/*background-image: url(/img/content_bgMain.png);
	background-repeat: repeat-y;*/
	padding-left:23px;
	padding-right:23px;
}
.content_bottom {
	display:block;
	height:50px;
	background-color: inherit;
	background-image: url(/img/content_bgBottom.png);
	background-repeat: no-repeat;
	display: none;
}
/* -------------------  COLUMN RIGHT elements -------------------- */

.columnRight_top {
	display:block;
	height:20px;
	background-color: inherit;
	background-image: url(/img/columnRight_bgTop.png);
	background-repeat: no-repeat;
}
.columnRight_main {
	display:block;
	background-color: inherit;
	background-image: url(/img/columnRight_bgMain.png);
	background-repeat: repeat-y;
	padding:0 23px;
	width:280px;
}
.columnRight_bottom {
	display:block;
	height:50px;
	background-color: inherit;
	background-image: url(/img/columnRight_bgBottom.png);
	background-repeat: no-repeat;
}
/* -------------------  LOGO elements -------------------- */

.logo a {
	display:block;
	height:60px;
	width:113px;
	background-image: url(/img/logo.png);
	background-repeat: no-repeat;
	text-indent: -2000px;
}
/* -------------------  HEADER elements -------------------- */

.languages {

}
.external .buttonExternal {
	position:relative;
	margin-left:5px
}
.search {
	background-image:url(/img/search_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:40px;
	padding:9px 0 0 12px;
	width:238px;
	margin-left:30px;
}
#loginout {
	margin: 10px 10px 0 0;
}
/* -------------------  SEARCH elements -------------------- */

.search form {
	margin:0 auto;
}
.search input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:140%;
}
.search form input.searchInput {
	background-color:transparent;
	background-image:url(/img/searchInput_bg.png);
	background-repeat:no-repeat;
	border:none;
	display:inline;
	float:left;
	height:18px;
	margin-right:5px;
	padding:2px 5px 0;
	width:190px;
}
/* -------------------  PATH elements -------------------- */

#path a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
/* -------------------  FOOTER elements -------------------- */

#footer p.copy {
	color: #909D7F;
	float: right;
	font-size: 10px;
	width: 340px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer p.power {
	color:#053973;
	float:left;
	font-size:12px;
	width:340px;
}
