@charset "utf-8";
body {
	background-color:#000000;
	font-family:"Lucida Grande","Helvetica","Arial","sans-serif";
	color:#ffffff;
	text-align:center;
	background-repeat: repeat-x;
	background-position: center;
	background-attachment: fixed;

}

td {
  vertical-align:top;
  vertical-align:center;
  font-size:12px;
}

/*insight2001 Animation in JS*/


canvas {
	margin:auto;
	margin-top:30;
}

h1, h2 ,h3 {
	color:#ffffff;
	font-weight:normal;		
	margin-bottom:-10px;
	text-align:center;
}

h1 {
	font-family:"Garamond";
	font-size:18px;
	text-align:center;
}

h2 {
	font-size:12px;
	text-align:center;
}
h3 {
	font-family:"Garamond";
	font-size:11px;
	color:#555555;
	}

a {
	color:#777777;
	text-decoration:none;
}

a:visited {
	color:#555555;
}

a:hover {
	color:#ffffff;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}


.landing_menu {
	height: 10%;
	width: 100%;
}

.landing_impressum {
	color: #444;
	text-align: justify;
	position: absolute;
	width: 86%;
	left: 5%;
	top: 5%;
	background-image: url(../parts/transparent_grey.png);
	padding-left: 2%;
	padding-right: 2%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	display: none;
    height : 90%;
    overflow : auto;
}
.landing_impressum_close {
	position: relative;
	height: 11px;
	width: 11px;
	top: 0px;
	right: 0px;
	float: right;
	padding-top: 20px;
}

.landing_text_small {
	font-size: 10px;
}

.landing_text_bigger {
	font-size: 16px;
}

.landing_button {
	width: 79px;
	height: 17px;
}

.landing_spacer {
	width: 5px;
	height: 17px;
}



.landing_umgezogen {
	color: #444;
	text-align: center;
	position: absolute;
	width: 270px;
	height : 170px;
	left: 50%;
	top: 265px;
	margin-top: -85px;
	margin-left: -150px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	background-image: url(../parts/transparent_grey.png);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
    overflow : auto;
}
.landing_umgezogen_close {
	position: relative;
	height: 11px;
	width: 11px;
	top: 0px;
	right: 0px;
	float: right;
	padding-top: 0px;
}


