/* basic elements */
html {
	height: 100%;
	width: 100%
	overflow: hidden;
	}
	
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font: 11px/16px Helvetica, Arial, sans-serif;
	color: #000000;
	}
	
a:link, a:visited {
	text-decoration: underline;
	color: #000000;
	}
a:hover, a:active {
	text-decoration: none;
	color: #000000;
	}

/* specific divs */
#global {
    height: 100%;
    width: 100%;
	overflow: hidden;
     }
     
#main_container { 
	position: absolute;
    width: 100%;
    height: 100%;
	}
	
#flashcontent {
	width: 100%;
    height: 100%;
    background: url(../images/bg_body.gif) repeat-x center left;
    color: #ffffff;
}

#sorry_container {
	position: absolute;
    left: 50%; 
    top: 50%;
    width: 980px;
	height: 600px;
    margin-top: -300px; /* half of the height */
    margin-left: -490px; /* half of the width */
    background: url(../images/img_noflash.jpg) no-repeat top left;
    font: 12px/18px Arial, sans-serif;
}

/* pop ups */
#popup_container {
	position: absolute;
    left: 50%; 
    top: 0;
    width: 500px;
    height: 100%;
    margin-top: 0; /* half of the height */
    margin-left: -250px; /* half of the width */
}

#popup {
	position: relative;
	width: 490px;
	border: solid 5px black;
	background: url(../images/bg_con.gif) repeat-y top left;
}

#popup_menu1, #popup_menu2 {
	padding: 5px 25px;
	background: #000000;
	color: #ffffff;
}

.popup_text {
	padding: 0 25px;
	font: 11px/14px Helvetica, Arial, sans-serif;
}



#logo {
	margin: 0;
	padding: 0;
}

#logo_V {
	position: absolute;
	bottom: 30px;
	right: 0;
	margin: 0;
	padding: 0;
}

#close_window {
	margin: 0;
	padding: 0;
	text-align: right;
}

.header {
	margin: 0 0 20px 0;
	padding: 8px 0 6px 25px;
	font:  13px/13px Helvetica, Arial, sans-serif;
	color: #ffffff;
	letter-spacing: 1px;
	background: #6d6846;
}
.subheader {
	margin: 0 0 10px 0;
	padding: 10px 0 2px 0;
	font: 13px/15px Helvetica, Arial, sans-serif;
	color: #6d6846;
	border-bottom: dashed 1px #6d6846;
}

.backtotop {
	margin: 0;
	padding: 10px 0 20px;
}

ul {
	margin: 10px 0 0 15px;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0 0 2px 0;
	list-style: disc;
}

ul.list1 li {
	margin: 0;
	padding: 0 0 2px 0;
	list-style: decimal;
}

ul.list2 li {
	margin: 0;
	padding: 0 0 2px 0;
	list-style: disc;
}

.popup_menu:link, .popup_menu:visited {
	text-decoration: none;
	color: #ffffff;
	}
.popup_menu:hover, .popup_menu:active {
	text-decoration: underline;
	color: #ffffff;
	}
	
.backtotop:link, .backtotop:visited {
	text-decoration: none;
	color: #6d6846;
	}
.backtotop:hover, .backtotop:active {
	text-decoration: none;
	color: #000000;
	}
	
.white:link, .white:visited {
	text-decoration: underline;
	color: #ffffff;
	}
.white:hover, .white:active {
	text-decoration: none;
	color: #ffffff;
	}