@charset "utf-8";
/* CSS Document
 * Copyright 2009 Sanscript (www.sanscript.eu)
 */

* {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
	outline: none;
	border: 0px;
}

html, body {
	background-color: white;
	position: relative;
	height: 100%;
	width: 100%;
	min-height: 520px;
	min-width: 840px;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	font-weight: normal;
	color: deepskyblue;
}
a:hover {
	text-decoration: underline;
	color:#AEAEE3;
}

div.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
}

/* Main */

div.main {
	color: black;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -260px;
    margin-right: -425px;
    width: 850px;
    height: 520px;
    overflow: visible;
    /*border: solid thin black;*/
}

/* Intro */
div.intro {
	z-index: 100;
    text-align: center;
    background-color: black;
	color: white;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

div.intro div.introLogotype {
	z-index: 101;
	background-image: url(logotype/black.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}

div.intro img {
	z-index: 102;
    position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
}

div.intro div.introSkip {
	position: absolute;
	color: white;
	text-align: right;
	padding: 20px;
	z-index: 120;
	bottom: 0px;
	right: 0px;
	font-size: 12px;
	cursor: pointer;
}

div.introButton {
	position: fixed;
	color: white;
	text-align: right;
	padding: 20px;
	z-index: 40;
	bottom: 0px;
	right: 0px;
	font-size: 12px;
}

/* Menu */

div.menu {
	position: absolute;
	width: 580px;
	height: 50px;
	z-index: 30;
	overflow: hidden;
	top: 10px; 
	right: 20px;
}

div.menu table.menu {
	background-position: top;
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	z-index: 31;
}

div.menu table.menu td {
	vertical-align: top;
	text-align: center;
}

div.menu table.menu a:link, div.menu table.menu a:visited, div.menu table.menu a:active, div.menu table.menu a:hover {
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 14px;
	color: black;
	text-decoration: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
	padding-bottom: 2px;
}

div.menu table.menu a:hover, div.menu table.menu a.active {
	font-weight: bold;
	padding-top: 2px;
}

/* Submenu */

div.menu table.smenu {
	position: absolute;
	z-index: 30;
	visibility: hidden;
}

div.menu table.smenu a:link, div.menu table.smenu a:visited, div.menu table.smenu a:active, div.menu table.smenu a:hover {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 12px;
	text-decoration: none;
	display: block;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 2px;
	text-align: center;
	height: 16px;
}