@CHARSET "UTF-8";

body {
	background: #000033;
}

body > div.body {
	height: 680px;
}

div.bg2 {
	position: absolute;
	height: 680px;
	width: 100%;
	top: 0;
	z-index: -999;
}

div.bg2 div.left {
	width: 50%;
	height: 100%;
	float: left;
}

div.bg2 div.left div.bg {
	background: transparent url(../img/sk_bg_start_left.png) repeat-x scroll 0 0;
	height: 100%;
	padding-right: 5px;
}

div.bg2 div.left div.bgg {
	background: transparent url(../img/sk_bg_left_pytagoras.png) repeat-x scroll top right;
	height: 100%;
	padding-right: 177px;
}

div.bg2 div.left div.bggg {
	background: transparent url(../img/sk_bg_left_zivilisation.png) repeat-x scroll top right;
	height: 100%;
}

div.bg2 div.right {
	background: transparent url(../img/sk_bg_start_right.png) repeat-x scroll 0 0;
	width: 50%;
	height: 100%;
	float: right;
}

div.bg2 div.right div.bg {
	background: transparent url(../img/sk_bg_right_pytagoras.png) repeat-x scroll 8px 0;
	height: 100%;
}

div.body2 {
	background: transparent url(../img/sk_bg_start.png) no-repeat scroll center 0;
	height: 100%;
}

div.btns {
	position: absolute;
	left: 400px;
	top: 620px;
}

div.btns a.btn {
	width: 86px;
	height: 86px;
	margin-right: 48px;
}

a.btn {
	display: block;
	float: left;
	margin-left: 1px;
}

a.btn.svenundkati {
	width: 87px;
	height: 86px;
	background: transparent url(../img/start_btn_svenundkati.png) no-repeat scroll 0 0;
}

a.btn.info {
	width: 68px;
	height: 68px;
	background: transparent url(../img/start_btn_info.png) no-repeat scroll 0 0;
}

a.btn.zusatzmaterialien {
	width: 68px;
	height: 68px;
	background: transparent url(../img/start_btn_zusatzmaterialien.png) no-repeat scroll 0 0;
}

a.btn.fotostory {
	width: 86px;
	height: 86px;
	background: transparent url(../img/start_btn_fotostory.png) no-repeat scroll 0 0;
}

a.fragezeichen {
	display: block;
	position: absolute;
	left: 515px;
	top: 265px;
	width: 195px;
	height: 123px;
	background: transparent url(../img/start_btn_fragezeichen.png) no-repeat scroll 0 0;
}

div.note {
	position: absolute;
	left: 770px;
	top: 380px;
	width: 200px;
	height: 200px;
	background: transparent url(../img/start_note.png) no-repeat scroll right bottom;
	padding: 4px 6px;
	font-size: 12px;
	font-family: sans-serif;
}

div.note div.spacer {
	width: 50px;
	height: 50px;
	float: right;
}

div.note p {
	margin: 0;
}

div.note li {
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 16px;
}

div.note div.title {
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 1px solid #000;
	text-align: center;
}

div.footer_text {
	color: #FFF;
	font-family: "Komika";
	font-size: 36px;
	position: absolute;
	left: 0px;
	top: 640px;
}

