/* CSS Document */

/***********/
/* GENERAL */
/***********/


/* behavior: url("css/iepngfix.htc");*/

body, fieldset, form, ul, li, input, textarea  {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: url(/images/bg_body.jpg) top center no-repeat #FFFFFF;
	color: #1a2f4c;
	margin-bottom: 20px;
}



.bodyIntro {
	background: url(/images/bg_body_intro.jpg) top center no-repeat #FFFFFF;
}

.bodyError {
	background: url(/images/bg_body_error.jpg) top center no-repeat #FFFFFF;
}

.noMargin {
	margin: 0px;
}

.noDisplay {
	display: none;
}

input, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #1a2f4c;
}

legend {
	display: none;
}

.wrapper {
	width: 950px;
	
	margin: 0 auto;
	position: relative;
}

.header {
	height: 190px;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

.headerIntro {
	height: 286px;
}

.header a.home {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 261px;
	height: 137px;
	display: block;
	cursor: pointer;
	background: url(/images/bg_logo_home.png) top left no-repeat;
	behavior: url("css/iepngfix.htc");
}

.header a.home span {
	display: none;
}

.header ul.right {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 0px;
	right: 0px;
	
}

.header li {
	font-size: .69em;
	text-align: center;
	line-height: 2.7em;
	height: 31px;
	float: left;
	display: block;
	margin: 0px 0px 0px 13px;
}

.header form {
	position: relative;
	width: 230px;
}

.header form input.searchInput {
	border: 1px solid #00adef;
	width: 156px;
	height: 15px;
	font-size: 1em;
	position: absolute;
	top: 6px;
	left: 0px;
}

.header form input.searchBtn {
	cursor: pointer;
	border: none;
	width: 64px;
	height: 20px;
	background: url(/images/bg_btn_search.gif) top left no-repeat;
	color: #00adef;
	font-size: 1.09em;
	position: absolute;
	top: 5px;
	right: 0px;
}

.header a span {
	display: none;
}

.header li a {
	color: #1a2f4c;
	text-decoration: none;
}



.menu {
	position: absolute;
	bottom: 0px;
	height: 44px;
	color: #FFFFFF;
	width: 100%;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	width: 100%;
	height: 44px;
}

.menu li {
	padding-top: 16px;
	float: left;
	display: block;
	width: 182px;
	height: 28px;
	margin: 0px 8px 0px 0px;
	text-align: left;
}

.menu li a span {
	padding-left: 15px;
	display: block;
	width:182px;
	#width:165px;
}

.a {
	display: block;
	width: 182px;
	height: 28px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url(/images/bg_menu.gif) top left ;
}



.c {
	display: block;
	width: 182px;
	height: 28px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url(/images/bg_menu_roll.gif);


}


.menu li.rightFloat {
	float: right;
	margin: 0px;
	width: 343px;
}

.menu li.rightFloat a {
	display: block;
	width: 343px;
	height: 28px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url(/images/bg_menu_wide.gif) top left no-repeat;
}

.menu li.rightFloat a:hover {
	color: #FFFFFF;
	font-size: 1.2em;
	text-decoration: none;
	background: url(/images/bg_menu_wide_roll.gif) top left no-repeat;
}

.menu li.active {
	padding-top: 0px;
	height: 100%;
}

.menu li.active a {
	padding-top: 0px;
	height: 100%;
	background: url(/images/bg_menu_roll.gif) top left no-repeat;
}


.menu li.activeLong a {
	padding-top: 0px;
	height: 100%;
	background: url(/images/bg_menu_wide_roll.gif) top left no-repeat;

}
.menu li.activeLong {
	padding-top: 0px;
	height: 100%;
}






.menu li.active  ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: auto;
	padding-top: 0px;
	padding-bottom: 5px;
	width: 180px;
	text-align: left;
	position: absolute;
	background: #002962;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	z-index:1000;
}

.menu li.active li {
	height: auto;
	padding: 4px 0px 4px 0px;
	margin: 0px;
	width: 180px;
	text-align: left;
	background: none;
	float: none;
}

.menu li.active ul li a {
	line-height: 1em;
	width: 180px;
	float: none;
	text-transform: none;
	height: auto;
	display: block;
	padding: 0px 5px 0px 15px;
	margin: 0px;
	font-weight: normal;
	color: #798fad;
	font-size: 1.6em;
	text-decoration: none;
	background: none;
}

.menu li.active li a:hover {
	padding: 0px 5px 0px 15px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.6em;
	text-decoration: none;
	background: none;
}










/***********/
/* CONTENT */
/***********/

.leftColumn {
	float: left;
	width: 578px;
}

.news h2.title {
	padding: 0px 0px 0px 33px;
	color: #023780;
	background: url(/images/bg_title_triangle.gif) 0px 5px no-repeat;
	margin: 20px 0px 10px 0px;
	font-size: 1.13em;
}

.news ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}

.news ul li {
	border-top: 1px solid #d0dade;
	clear: both;
	margin: 0px;
	padding: 7px 0px 10px 0px;
	height: auto;
	width: 100%;
	float: left;
}

.news ul li img {
	behavior: url("css/iepngfix.htc");
}

.news div.text {
	float: left;
	margin-left: 7px;
	width: 470px;
	font-size: 0.75em;
	line-height:1.4;


}

.news div.text h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: #00adef;
}

.news div.text p {
	margin-top: 1.1em;
	text-align: justify;
	line-height:1.3;
}

.news div.text a {
	color: #00adef;
	text-decoration: none;
}

.news div.text a:hover {
	color: #00adef;
	text-decoration: underline;
}

a.triangle {
	padding-left: 8px;
	background: url(/images/bg_link_triangle.gif) 0px 7px no-repeat;
}

.news div.text a.more {
	display: block;
	float: right;
	font-weight: bold;
}

.news div.text img.thumb {
	margin-right: 7px;
}

.news div.archive {
	clear: both;
	background: url(/images/bg_news_archive.gif) top left repeat-x;
	height: 30px;
	padding-left: 100px;
	font-size: 0.75em;
	line-height: 2.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

.news div.archive a {
	color: #00adef;
	text-decoration: none;
}

.news div.archive a:hover {
	color: #00adef;
	text-decoration: underline;
}

.news div.date {
	float: left;
	margin-left: 7px;
}

.news div.icon {
	float: left;
}

.thumb {
	border: 1px solid #eeeeee;
	padding: 5px;
	background: #FFFFFF;
}

.icon {
	behavior: url("css/iepngfix.htc");
	width: 25px;
	height: 25px;
}

.date {
	background: url(/images/bg_date.png) top left no-repeat;
	behavior: url("css/iepngfix.htc");
	color: #FFFFFF;
	width: 63px;
	height: 73px;
}

.date span {
	display: block;
}

.date span.month {
	margin-top: 3px;
	float: left;
	width: 32px;
	text-align: center;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: capitalize;
}

.date span.day {
	float: right;
	width: 20px;
	margin: 10px 7px 0px 0px;
	text-align: center;
	font-size: 0.94em;
	font-weight: bold;
	text-transform: capitalize;
	color: #023780;
}

/* IE6 ONLY */
* html .date span.day {
	margin-right: 3px;
}

.date span.year {
	font-size: 0.69em;
	width: 32px;
	text-align: center;
}

.rightColumn {
	float: right;
	width: 351px;
}

.flyInfo {
	background: url(/images/bg_fly_info_middle.gif) top left repeat-y;
	
}

.flyInfo div.left {
	float: left;
}

.flyInfo div.right {
	float: right;
	width: 120px;
}
.flyInfo div.under {
	
	width: 290px;
	position:relative;
	
	
}

.flyInfo h2 {
	background: url(/images/bg_fly_info_top.gif) top left no-repeat;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	padding: 0px 0px 0px 13px;
	line-height: 2em;
	margin: 0px;
	height: 45px;
	z-index:10;
	display:block;
}

.flyInfo img.aip {
	margin: 5px 0px 0px 13px;
	behavior: url("css/iepngfix.htc");
}

.flyInfo h3 {
	clear: both;
	color: #023780;
	font-weight: bold;
	font-size: 0.88em;
	padding: 0px 0px 0px 13px;
	margin: 0px;
}

.flyInfo h3 a {
	color: #023780;
	text-decoration: none;
}

.flyInfo h3 a:hover {
	color: #023780;
	text-decoration: underline;
}

.flyInfo ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: none;
	width: 150px;
	float: right;
	padding: 0px 0px 0px 20px;
	background: url(/images/bg_fly_info_right.gif) top left no-repeat;
}
.under ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: none;
	width: 280px;
	float: right;
	padding: 0px 0px 0px 20px;
	background:none;
	}

.flyInfo ul li {
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 100%;
	height: 15px;
}

.flyInfo ul li.archive {
	padding-top: 10px;
}

.flyInfo ul li a {
	font-size: 0.75em;
	color: #00adef;
	text-decoration: none;
}

.flyInfo ul li a:hover {
	color: #00adef;
	text-decoration: underline;
}

.flyInfo div.warning {
	border: 2px solid #ffbc3b;
	background: #ddeef8;
	color: #5b5b5b;
	font-size: 0.65em;
	width: 88%;
	padding: 3px;
	margin-left: 13px;
	margin-top: 5px;
}

.flyInfo div.warning div.icon {
	float: left;
	width: 30px;
}

.flyInfo div.warning img {
	behavior: url("css/iepngfix.htc");
}

.flyInfo div.warning h4 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 260px;
	padding-top: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	font-size: 1em;
}

.flyInfo div.warning p {
	margin-top: 0px;
	padding-right: 5px;
	float: right;
	width: 290px;
	text-align: justify;
}

.flyInfoBottom {
	background: url(/images/bg_fly_info_bottom.gif) top left no-repeat;
	clear: both;
	height: 32px;
	padding-left: 13px;
	line-height: 1.2em;
}

.flyInfoBottom a {
	font-weight: bold;
	font-size: 0.75em;
	color: #00adef;
	text-decoration: none;
}

.flyInfoBottom a:hover {
	color: #00adef;
	text-decoration: underline;
}

.indexModule h2.white {
            margin-right: 0px;
            padding: 0px 0px 0px 13px;
            font-size: 0.8em;
            color: #00adef;
            font-weight: normal;
            background: url(/images/white_square_middle.png) 3px 0px repeat-y;
            behavior: url("/css/iepngfix.htc");
			width:324px;
			text-align:center;
}

*html .indexModule h2.white {
	margin-left:3px;
}

.indexModule {
	margin: 10px 0px 0px 0px;
	width: 344px;
	height: 117px;
	background: url(../images/bg_index_module.gif) top left no-repeat;
	position: relative;
	padding-top:10px;
	
}

.indexModule a {
	font-size: 0.75em;
	color: #00adef;
	text-decoration: none;
}

.indexModule a:hover {
	color: #00adef;
	text-decoration: underline;
}


.indexModule h2 a {
	font-size: 1em;
	color: #00adef;
	text-decoration: none;
	
}

.indexModule h2 a:hover {
	color: #00adef;
	text-decoration: underline;
}

.indexModule img {
	margin-left: 3px;
	behavior: url("css/iepngfix.htc");
}

.indexModule img.videoIcon {
	position: absolute;
	right: 20px;
	top: -10px;
	behavior: url("css/iepngfix.htc")
}


.content div.date {
	float: left;
	margin-left: 7px;
	padding-right:10px;
}

.content div.icon {
	float: left;
}

.novicaNaslov {
	padding: 0px 0px 0px 0px;
	float: left;
	width: 470px;
	color: #023780;
	margin: 7px 0px 0px 0px;
	font-size: 1.13em;
}

.vsebinaNaslov {
	padding: 0px 0px 15px 0px;
	width: 470px;
	color: #023780;
	margin: 7px 0px 0px 0px;
	font-size: 1.13em;
}

.content div.text {
	clear: both;
	color: #5b5b5b;
	font-size: 0.75em;
	text-align: justify;
	padding-bottom: 20px;
}

.content div.text h2 {
	clear: both;
	color: #023780;
	font-size: 1.17em;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	clear: both;
}

.content div.text h3 {
	clear: both;
	color: #023780;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	clear: both;
}
.content div.text h6 {
	clear: both;
	color: #A00;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	clear: both;
}
.content div.text h4 {
	clear: both;
	color: #023780;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	clear: both;
}
.content div.text h5 {
	clear: both;
	color: #023780;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	clear: both;
}

.content div.text p {
	margin-top: 1.1em;
	padding: 0px 0px 15px 0px;
	line-height:1.4;
}

.content div.text ul {
	margin: 0px;
	padding: 0px 0px 10px 20px;
	line-height:1.4;
}

.content div.text ul li {
	clear: both;
	margin: 0px;
}

.content div.text a {
	font-weight: bold;
	color: #00adef;
	text-decoration: none;
}

.content div.text a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #00adef;
}

.content div.text img.picture {
	border: 1px solid #eeeeee;
	padding: 5px;
	background: #FFFFFF;
}

.content div.text img.pictureLeft {
	border: 1px solid #eeeeee;
	padding: 5px;
	background: #FFFFFF;
	float: left;
	margin: 0px 5px 5px 0px;
}

.content div.text img.pictureRight {
	border: 1px solid #eeeeee;
	padding: 5px;
	background: #FFFFFF;
	float: right;
	margin: 0px 0px 5px 5px;
}

.content div.text img.pictureLeftNoBorder {
	float: left;
	margin: 0px 5px 5px 0px;
}

.content div.text img.pictureRightNoBorder {
	float: right;
	margin: 0px 0px 5px 5px;
}

.content div.text table {
	border: 2px solid #c7e2f1;
}

.content div.text table th {
	background: #c7e2f1;
	text-align: left;
	padding: 10px 3px 3px 3px;
}

.content div.text table td {
	padding: 3px;
}

.attachments {
	background: url(/images/bg_attachments.gif) bottom left repeat-y;
	
}

.attachments h2 {
	background: url(/images/bg_attachments_top.gif) top left no-repeat;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	padding: 0px 0px 0px 13px;
	line-height: 2em;
	margin: 0px;
	height: 34px;
	display:block;
}

.attachments ul {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	list-style: none;
	padding: 0px;
}

.attachments ul li {
	background: url(/images/bg_attachments_icon.gif) top left no-repeat;
	clear: both;
	margin: 0px;
	padding: 5px 0px 10px 35px;
	font-size: 0.75em;
	color: #536885;
	width:270px;
}

.attachments ul li a {
	color: #536885;
	text-decoration: none;
}

.attachments ul li a:hover {
	color: #536885;
	text-decoration: underline;
}

.photogallery {
	clear: both;
	background: url(/images/bg_photogallery.gif) top left repeat-x;
}

.photogallery h2 {
	background: url(/images/bg_photogallery_icon.png) 6px 8px no-repeat;
	behavior: url("css/iepngfix.htc");
	font-size: 0.88em;
	color: #023780;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	line-height: 3em;
	height: 41px;

}

.photogallery h2 span {
	font-weight: bold;
	font-size: 1.29em;
}

.photogallery img {
	display: block;
}

.photogallery ul {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	list-style: none;
}

.photogallery ul li {
	margin: 0px;
	padding: 0px;
	font-size: 0.69em;
	color: #536885;
	width: 24%;
	float: left;
}

.photogallery ul li span {
	display: block;
	width: 161px;
	margin: 5px 2px 5px 2px;
}

.photogallery ul li a {
	color: #536885;
	text-decoration: none;
}

.photogallery ul li a:hover {
	color: #536885;
	text-decoration: underline;
}

.photogallery li.seperator {
	clear: both;
	height: 20px;
	background: url(/images/bg_seperator.gif) top left repeat-x;
	width: 100%;
}

.photogallery div.pagination {
	float: right;
	margin-right: 30px;
}

.pagination {
	clear: both;
}

.pagination a {
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1.7em;
	float: left;
	margin-left: 2px;
	display: block;
	width: 19px;
	height: 21px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	background: url(/images/bg_pagination.gif) top left no-repeat;
}

.pagination a:hover, .pagination a.active {
	color: #FFFFFF;
	text-decoration: none;
	background: url(/images/bg_pagination_active.gif) top left repeat-x #002962;
}

.pagination a.prev, .pagination a.next {
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1.7em;
	width: 70px;
	height: 19px;
	text-align: left;
	color: #a6a6a6;
	text-decoration: none;
	border: 1px solid #a6a6a6;
	background: none;
	padding: 0px 3px 0px 3px;
}

.pagination a.AAA, .pagination a.AAA{
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1.7em;
	width: 70px;
	height: 19px;
	text-align: left;
	color: #a6a6a6;
	text-decoration: none;
	border: 1px solid #a6a6a6;
	background: none;
	padding: 0px 3px 0px 3px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(/images/bg_pagination_active.gif) top left repeat-x #002962;
}

.newsArchive h1 {
	color: #023780;
	clear: both;
	font-size: 1.13em;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

.newsArchive h2 {
	color: #023780;
	clear: both;
	background: url(/images/bg_news_archive.gif) top left repeat-x;
	height: 35px;
	font-size: 1.13em;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}

.newsArchive h3 {
	color: #023780;
	clear: both;
	font-size: 1.23em;
	margin: 0px;
	padding: 0px 0px 0px 35px;
}

.newsArchive h2 a {
	color: #023780;
	text-decoration: none;
	display: block;
	width: 97%;
	background: url(/images/bg_title_triangle.gif) 13px 10px no-repeat;
	padding: 0px 0px 0px 13px;
}

.newsArchive h2 a:hover {
	color: #023780;
	text-decoration: underline;
}

.newsArchive h2 a span {
	padding-left: 23px;
}

.newsArchive div.collapsableItem {
	font-size: 0.69em;
	color: #313e50;
	text-decoration: none;
}

.newsArchive div.collapsableItem ul {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	list-style: none;
}

.newsArchive div.collapsableItem ul li {
	margin: 0px;
	padding: 0px 0px 3px 20px;
}

.newsArchive div.collapsableItem ul li a {
	font-size: 1.09em;
	color: #00adef;
	text-decoration: none;
	padding-left: 15px;
}

.newsArchive div.collapsableItem ul li a:hover {
	color: #FFFFFF;
	background: #00adef;
	text-decoration: none;
}

.newsArchive div.seperator {
	clear: both;
	height: 20px;
	background: url(/images/bg_seperator_archive.gif) top left repeat-x;
	width: 100%;
}

.rightColumn div.search {
	margin-top: 20px;
}

.search {
	background: url(/images/bg_search.gif) top left no-repeat;
	height: 67px;
	position: relative;
	width: 343px;
}

.search h2 {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	padding: 0px 0px 0px 13px;
	line-height: 2em;
	margin: 0px;
}

.search input.searchField {
	position: absolute;
	left: 13px;
	bottom: 15px;
	background: #FFFFFF;
	border: 1px solid #00adef;
	height: 18px;
	width: 210px;
	padding: 0px;
}

.search input.log {
	
	left: 13px;
	bottom: 15px;
	background: #FFFFFF;
	border: 1px solid #00adef;
	height: 18px;
	width: 110px;
	padding: 0px;
}

.logfi {
	
	left: 13px;
	bottom: 15px;
	background: #FFFFFF;
	border: 1px solid #00adef;
	height: 16px;
	width: 120px;
	padding: 0px;
	margin-top:3px;
	padding:1px;
}

.search input.searchBtn {
	position: absolute;
	right: 10px;
	bottom: 15px;
	background: url(/images/bg_search_btn.gif) top left no-repeat;
	margin: 0px;
	color: #64b7ed;
	font-weight: bold;
	font-size: 0.75em;
	text-align: center;
	width: 106px;
	height: 20px;
	line-height: 1.7em;
	cursor: pointer;
	border: none;
}

.sb {
	position: relative;
	background: url(/images/bg_search_btn.gif) top left no-repeat;
	margin: 0px;
	color: #64b7ed;
	font-weight: bold;
	font-size: 0.95em;
	text-align: center;
	width: 106px;
	height: 20px;
	line-height: 1.5em;
	cursor: pointer;
	border: none;
	margin-top:5px;
	padding-bottom:2px;
}

.error {
	padding-top: 20px;
}

.error h1 {
	background: url(/images/bg_error_warning.png) top left no-repeat;
	height: 71px;
	position: relative;
	color: #023780;
	font-size: 1em;
	font-weight: normal;
}

.logh1 {
	background: url(/images/bg_log.gif) top left no-repeat;
	height: 38px;
	position: relative;
	color: #023780;
	font-size: 13px;;
	font-weight: normal;
	padding:10px 10px 0px 10px;
}

.logh1_short {
	background: url(/images/bg_log_short.gif) top left no-repeat;
	height: 38px;
	position: relative;
	color: #023780;
	font-size: 13px;;
	font-weight: normal;
	padding:10px 10px 0px 10px;
}


.loga{
	text-decoration:none; 
	color:#0099FF; 
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
.loga:hover{
	text-decoration: underline; 
	color:#0099FF; 
	font-weight:bold;
	font-size:12px;
}

.login {
	background: url(/images/bg_log2.gif) top left no-repeat;
	height: 138px;
	position: relative;
}
.login h1 {
	height: 16px;
	position: relative;
	color: #023780;
	font-size: 1em;
	font-weight: normal;
	padding:15px 20px 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
}




.error h1 span {
	display: block;
	padding: 25px 10px 0px 80px;
}

.error h2 {
	color: #023780;
	font-size: 1em;
	padding: 0px 0px 0px 80px;
}

.error div.search {
	margin: 0px 0px 0px 80px;
}

.error a {
	color: #0cace8;
	text-decoration: none;
}

.error a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #11b2f0;
}

.contact {
	background: url(/images/bg_contact.gif) top left no-repeat;
	width: 586px;
	height: 404px;
	font-size: 0.75em;
	color: #536885;
}

.contact h1 {
	color: #023780;
	font-size: 1.5em;
	margin: 0px;
	padding: 10px 0px 0px 13px;
}

.contact p {
	padding: 10px 0px 0px 13px;
	clear: both;
	margin: 0px;
}

.contact label {
	width: 110px;
	display: block;
	float: left;
}

.contact input, .contact textarea {
	float: left;
	background: #FFFFFF;
	border: 1px solid #00adef;
	width: 430px;
	padding: 0px;
}

.contact p.captcha {
	padding-top: 20px;
	padding-bottom: 20px;
}

.contact p.captcha input {
	width: 130px;
}

.contact p.captcha img {
	vertical-align: middle;
	float: left;
	padding-left: 10px;
}

.contact input.submitBtn {
	background: url(/images/bg_search_btn.gif) top left no-repeat;
	margin: 0px;
	color: #64b7ed;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	width: 106px;
	height: 20px;
	line-height: 1.7em;
	cursor: pointer;
	border: none;
}



/**********/
/* FOOTER */
/**********/

.footerWrapper {
	clear: both;
	border-top: 1px solid #d0dade;
	border-bottom: 1px solid #d0dade;
	padding: 4px 0px 4px 0px;
}

.footerWrapper .wrapper {
	border-left: 1px solid #d0dade;
	border-right: 1px solid #d0dade;
}

.footerWrapper ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	width: 100%;
	height: 54px;
}

.footerWrapper li {
	padding: 0px 15px 0px 15px;
	float: left;
	display: block;
	text-align: left;
	border-right: 1px solid #d0dade;
	color: #1a2f4c;
	font-size: 0.75em;
	height: 54px;
}

.footerWrapper li a {
	color: #1a2f4c;
	text-decoration: none;
}

.footerWrapper li a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #11b2f0;
}

.footerWrapper li.noBorder {
	border: none;
}

.footerWrapper li span {
	padding-top: 27px;
	display: block;
}

.footerWrapper li.noBorder span {
	padding-top: 30px;
}

.spanErr {
	display:none;
	color:#990000;
	padding-left:112px;
	clear:both;
}



.menu li  ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: auto;
	padding-top: 0px;
	padding-bottom: 5px;
	width: 180px;
	text-align: left;
	position: absolute;
	background: #002962;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	z-index:1000;
}

.menu li li {
	height: auto;
	padding: 4px 0px 4px 0px;
	margin: 0px;
	width: 180px;
	text-align: left;
	background: none;
	float: none;
}


.menu li ul li a {
	line-height: 1em;
	width: 150px;
	float: none;
	text-transform: none;
	height: auto;
	display: block;
	padding: 0px 5px 0px 15px;
	margin: 0px;
	font-weight: normal;
	color: #798fad;
	font-size: 1.6em;
	text-decoration: none;
	background: none;
}

.menu li li a:hover {
	padding: 0px 5px 0px 15px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.6em;
	text-decoration: none;
	background: none;
}








/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
 .redTitle {
	 color: #E00; 
 }



