@charset "utf-8";

html, body {
	width:100%;
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#726e73;
	background-color:#dcddde;
	line-height:17px;
}

p {
	margin-top:3px;
	margin-bottom:5px;
}

a {
	text-decoration:none;
	color:#726e73;
}

a:hover {
	text-decoration:underline;
}

.breaker {
	clear:both;
}

#adress {
	display:none;
}



/*********************************************************************** Vertical */

#verticalWrapper {
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	z-index:10;
}

#vertical {
	position:relative;
	width:948px;
	height:100%;
	margin:0 auto;
	text-align:left;
}



/************************************************************************ SkyRootMain */

#sky {
	position:relative;
	width:948px;
	height:104px;
}

#logo {
	position:absolute;
	left:372px;
	top:10px;
}

#langSwitch {
	position:absolute;
	left:762px;
	top:78px;
	width:186px;
	height:18px;
	text-align:right;
}



/************************************************************************ SkyRoot */

#rootBanner {
	position:relative;
	width:948px;
	height:344px;
	background-color:#FFF;
}

#rootBannerPicture {
	position:absolute;
	left:9px;
	top:9px;
	width:930px;
	height:327px;
	overflow:hidden;
	z-index:10;
}

#rootBannerFlash {
	position:absolute;
	left:9px;
	top:9px;
	width:930px;
	height:327px;
	overflow:hidden;
	z-index:20;
}

#rootBannerContent {
	position:absolute;
	left:9px;
	top:9px;
	width:930px;
	height:327px;
	overflow:hidden;
	z-index:30;
}

#rootBannerContent p:first-child {
	margin-top:0px;
}



/********************************************************************* EarthRoot */

#earthRoot {
	position:relative;
	width:948px;
	height:130px;
	background-color:#FFF;
}

#earthRootContent {
	position:absolute;
	left:9px;
	top:0px;
	width:930px;
	height:130px;
	/* background-color:#dcddde; */
	background-color:#ae9962;
	overflow:hidden;
}

#earthRootContent p:first-child {
	margin-top:0px;
}

#earthRootContent a {
	text-decoration:underline;
}



/********************************************************************* SkyMain */

#menuMainWrapper {
	position:relative;
	width:948px;
	height:43px;
	background-color:#FFF;
	z-index:9000;
}

#menuMain {
	position:absolute;
	left:9px;
	top:9px;
	width:770px;
	height:25px;
	background-color:#dcddde;
	z-index:120;
}

#searchWrapper {
	position:absolute;
	left:779px;
	top:9px;
	width:160px;
	height:21px;
	padding-top:4px;
	background-color:#dcddde;
}

#searchForm {
	display:inline;
}

.searchButton {
	width:50px;
	background:none;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#726e73;
}

.searchInput {
	width:100px;
	height:15px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:3px;
	background-color:#fff;
}

#menuMain ul {padding:0; margin:0; list-style:none;}
#menuMain table {border-collapse:collapse;border-spacing:0px;}
#menuMain table td {padding:0;}

#menuMain ul li {position:relative; float:left; background-color:#dcddde; margin:0px 1px 0px 0px;}
#menuMain ul li a {display:block; float:left; height:25px; line-height:24px; padding-left:20px; padding-right:20px; color:#726e73; text-decoration:none;}
#menuMain ul li ul {display: none;}

#menuMain ul li.active {background-color:#25408e;}
#menuMain ul li.active a {color:#fff;}

/* other */
#menuMain ul li:hover a {background-color:#25408e; color:#fff;}
#menuMain ul li:hover ul {display:block; position:absolute; top:25px; left:0; width:150px;}
#menuMain ul li:hover ul li ul {display: none;}

#menuMain ul li:hover ul li a {display:block; background-color:#dcddde; color:#726e73; width:150px;}
#menuMain ul li:hover ul li.hasChildren a {background-color:#dcddde; color:#726e73; background-image:url(../images/hasChildren.gif); background-position:right; background-repeat:no-repeat;}
#menuMain ul li:hover ul li:hover a,
#menuMain ul li:hover ul li.active a {background-color:#25408e; color:#fff;}

#menuMain ul li:hover ul li:hover ul {display:block; position:absolute; left:190px; top:0px;}
#menuMain ul li:hover ul li:hover ul li a {display:block; background-color:#dcddde; color:#726e73; width:150px; background-image:none}
#menuMain ul li:hover ul li:hover ul li:hover a,
#menuMain ul li:hover ul li:hover ul li.active a {background-color:#25408e; color:#fff}

/* ie6 */
#menuMain ul li a:hover {background-color:#25408e; color:#fff;}
#menuMain ul li a:hover ul {display:block; position:absolute; top:25px; left:0; width:150px;}
#menuMain ul li a:hover ul li a ul {visibility:hidden;}

#menuMain ul li a:hover ul li a {display:block; background-color:#dcddde; color:#726e73; width:150px;}
#menuMain ul li a:hover ul li.hasChildren a {background-color:#dcddde; color:#726e73; background-image:url(../images/hasChildren.gif); background-position:right; background-repeat:no-repeat;}
#menuMain ul li a:hover ul li a:hover,
#menuMain ul li a:hover ul li.active a {background-color:#25408e; color:#fff;}

#menuMain ul li a:hover ul li a:hover ul {visibility:visible; position:absolute; left:190px; top:0px;}
#menuMain ul li a:hover ul li a:hover ul li a {display:block; background-color:#dcddde; color:#726e73; width:150px; background-image:none;}
#menuMain ul li a:hover ul li a:hover ul li a:hover,
#menuMain ul li a:hover ul li a:hover ul li.active a {background-color:#25408e; color:#fff;}

#mainBanner {
	position:relative;
	width:948px;
	height:301px;
	background-color:#FFF;
	z-index:10;
}

#mainBannerPicture {
	position:absolute;
	left:9px;
	top:0px;
	width:930px;
	height:293px;
	overflow:hidden;
	z-index:20;
}

#mainBannerContent {
	position:absolute;
	left:9px;
	top:0px;
	width:930px;
	height:293px;
	overflow:hidden;
	z-index:40;
}

#mainBannerFlash {
	position:absolute;
	left:9px;
	top:0px;
	width:930px;
	height:293px;
	overflow:hidden;
	z-index:30;
}

#mainBannerContent p:first-child {
	margin-top:0px;
}



/********************************************************************* earthFog */

#earthFog {
	position:relative;
	width:948px;
	background-image:url(../images/backVertikal.gif);
	background-repeat:repeat-y;
}

#earthFogRoot {
	position:relative;
	width:948px;
	background-image:url(../images/backVertikalRoot.gif);
	background-repeat:repeat-y;
}



/********************************************************************* EarthMain */

#earthMain {
	position:relative;
	width:948px;
	background-image:url(../images/backVertikal.gif);
	background-repeat:repeat-y;
}

#colA {
	position:relative;
	float:left;
	width:17px;
	min-height:1px;
}

#colContentLeft {
	position:relative;
	float:left;
	width:195px;
	text-align:right;
	min-height:1px;
}

#colContentLeft p:first-child,
#colContentLeft h1:first-child,
#colContentLeft h2:first-child,
#colContentLeft h3:first-child {
	margin-top:0px;
}

#colContentLeft a {
	text-decoration:underline;
}

#colB {
	position:relative;
	float:left;
	width:22px;
	min-height:1px;
}

#colContentRight {
	position:relative;
	float:left;
	width:692px;
	text-align:left;
	min-height:1px;
}

#colContentRight p:first-child,
#colContentRight h1:first-child,
#colContentRight h2:first-child,
#colContentRight h3:first-child,
#colContentRight ul:first-child {
	margin-top:0px;
}

#colContentRight a {
	text-decoration:underline;
}




/********************************************************************* EarthMainWide */

#earthMainWide {
	position:relative;
	width:948px;
	background-image:url(../images/backVertikal.gif);
	background-repeat:repeat-y;
	padding-top:7px;
}

#colAa {
	position:relative;
	float:left;
	width:9px;
	height:1px;
}

#colContentWide {
	position:relative;
	float:left;
	width:930px;
}

#colContentWide a {
	text-decoration:underline;
}



/* ****************************************************************** concert */

.concertRow {
	position:relative;
	width:930px;
	border-top:1px solid #fff;
	padding-top:10px;
	padding-bottom:20px;
}

.concertRowWithoutBorder {
	position:relative;
	width:930px;
}

.colWA {
	position:relative;
	float:left;
	width:8px;
	height:1px;
}

.concertColA {
	position:relative;
	float:left;
	width:195px;
	text-align:right;
	color:#4f5b9e;
}

.concertColA p:first-child,
.concertColA h1:first-child,
.concertColA h2:first-child,
.concertColA h3:first-child {
	margin-top:0px;
}

.concertColA a {
	text-decoration:underline;
	color:#4f5b9e;
}

.colWB {
	position:relative;
	float:left;
	width:22px;
	height:1px;
}

.concertColB {
	position:relative;
	float:left;
	width:692px;
}

.concertColB p:first-child,
.concertColB h1:first-child,
.concertColB h2:first-child,
.concertColB h3:first-child {
	margin-top:0px;
}

.concertColB a {
	text-decoration:underline;
}

.concertColB h3 {
	font-size:12px;
	color:#b89e82;
	margin:0;
}





/********************************************************************  footer */

#footerFog {
	position:relative;
	width:948px;
	height:9px;
	background-color:#FFF;
}

#footer {
	position:relative;
	width:948px;
	height:50px;
}

#copyRight {
	position:absolute;
	left:0px;
	top:3px;
	width:600px;
	height:20px;
}

#sponsor {
	position:absolute;
	left:762px;
	top:8px;
	width:186px;
	height:33px;
	text-align:right;
	overflow:hidden;
}



/* **************************************************************** article */

.articleRow {
	margin-bottom:10px;
}




/* **************************************************************** Search */

.cleardefault {
	width:150px;
	height:16px;
	border:1px solid #aaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:3px;
	background-color:#fff;
}

.ajaxSearch_highlight {
	color:#a33;
	font-weight:bold;
}

.ajaxSearch_result {
	margin-top:14px;
	margin-bottom:0px;
}

.ajaxSearch_resultLink {
	font-weight:bold;
}




/* **************************************************************** Form Fleyer */

#form {
	width:473px;
}

#form td.colA {
	padding-top:4px;
	vertical-align:top;
	width:100px;
}

#form td.colA2 {
	padding-top:0px;
	vertical-align:top;
	width:22px;
}

#form legend {
	font-weight:bold;
	padding:2px 2px 0px 5px;
	margin-left:0px;
	background-color:#e5e5e5;
}

#form fieldset {
	margin-top:15px;
	margin-left:0px;
	border:1px solid #CCC;
	padding:3px 3px 3px 6px;
	background-color:#e5e5e5;
}

#form .inputText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:16px;
	padding-left:2px;
	background-color:#fff;
	border:1px solid #CCC;
}

#form .inputText2 {
	display:none;
}

#form .inputTextLong {
	width:320px;
}

#form .inputTextShort {
	width:80px;
}

#form .inputTextarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:320px;
	background-color:#fff;
	padding-left:2px;
	height:120px;
	border:1px solid #CCC;
}

.error {
	color:#F00;
	font-weight:bold;
}
