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

#container
{
	position: absolute;
	width: 100%;
	overflow: hidden;
	/* top:50%;
	margin-top: -289px; */
}

#flashPhotogalleryContainer
{
	position: absolute;
	width: 100%;
	/* top:50%; */
	margin-top: 120px;
	z-index: 40;
	left: 50%;
	margin-left: -210px;
	width: 700px;
	height: 450px;
}

#splashLanguageSelector
{
	text-align: center;
	width: 100%;
	padding-bottom: 250px;
}

#splashLanguageSelector a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 16px;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration:none;
	font-weight: bold;
}

#splashLanguageSelector a:hover
{
	color: #47b1b1;
}

/* ============== FULLSCREEN ALERT BOX MASK ============== */
#alertBoxContainer
{
	z-index: 50;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
}

#alertBoxBackground
{
	background-position: center;
	background-repeat:no-repeat;
	background-color: black;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;

	z-index: 55;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
}

#alertBox
{
	position: absolute;
	width: 500px;
	height: 350px;
	top: 50%;
	left: 50%;
	margin-top: -175px;
	margin-left: -250px;
	
	padding: 15px;
	overflow: auto;
	z-index: 60;
	background:white;
	border: #000000 3px solid;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#alertBoxClose
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: 259px;
	width: 42px;
	height: 42px;
	z-index: 70;
}

#alertBoxLogo
{
	position: absolute;
	background-image: url('../images/zudeklogo.png');
	background-repeat:no-repeat;
	top: 50%;
	left: 50%;
	margin-top: 175px;
	margin-left: -278px;
	width: 56px;
	height: 56px;
	z-index: 70;
}

#alertBoxLoading
{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	
	z-index: 60;
	background-image: url('../images/loading.gif');
}

/* =================================================== */

#mainTable
{
	position: relative;
	z-index: 10;
	left: 50%;
	margin-left: -490px;
}


#topMenu
{
	height: 26px;
	background-color: #47b1b1;
	text-align: center;
}

#topMenu a
{
	color: white;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#topMenu td.ieHover, #topMenu td:hover
{
	background-color: #339999;
}

#topMenu td#current
{
	background-color: #339999;
}
 
.menuLanguage, .menuLanguage a
{
	text-align: left;
	text-decoration: none;
	/* position: relative; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: white;
	overflow: visible;
	width: 10%;
}

.menuLanguage a:hover
{
	color: #339999;
}

#lateralMenuContainer
{
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(../images/sfondomenu2a.jpg);
	background-repeat: repeat-y;
}

#lateralMenuContainerNoPic
{
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#lateralMenu
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-position: outside;
}

#lateralMenu li
{
	padding-top: 20px;
}

#lateralMenu li a
{
	color: #999999;
	text-decoration: none;
}

#lateralMenu li a:hover
{
	color: black;
}

.menuLeftHighlight
{
	font-weight: bold;
}

/* ========== MAIN PAGE STRUCTURE =========== */
#pageContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 25px;
	padding-top: 70px;
}

#pageContent ul
{
	list-style-type: square;
	list-style-position: outside;
}

#pageContent a
{
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

#pageContent a:hover
{
	text-decoration: underline;
}
	
	
.pageTitle
{
	color: #339999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#downloadBox
{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	color: #666666;
	border:#CCCCCC thin solid;
}

#downloadBox a
{
	color: #666666;
	text-decoration: none;
}

#downloadBox .subtitle
{
	font-size: 14px;
	font-weight: normal;
}

#photoBox
{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	color: #666666;
	border:#CCCCCC thin solid;
}

#photoBox a
{
	color: #666666;
	text-decoration: none;
}

#photoBox .subtitle
{
	font-size: 14px;
	font-weight: normal;
}

/* ====================================== */

.mainBodySubmenuContainer
{
	padding-left: 15px;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	visibility: hidden;
}

#newsBodyContainer
{
	padding: 25px;
	padding-top: 50px;
}

.newsBody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 20px;
}

.newsBody a
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.newsTitle, .newsTitle a
{
	color: #47b1b1;
	font-weight: normal;
	text-decoration: none;
}

.loginMenu
{
	font-size: 12px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

.loginMenu a
{
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

.loginMenu a:hover
{
	text-decoration: underline;
}