html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	background-color: #000;
	overflow: hidden;	/* Scrollbalken im Fenster unterbinden */
}
#oben_links {
	position: absolute;
	top: 0;			/* Abstand zum oberen Fensterrand */
	left: 0;		/* Abstand zum linken Fensterrand */
	right: 50%;		/* Abstand zum rechten Fensterrand */
	height: 55px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #f2d0a4;
	background-image:url(../images/header-amira-braun.gif);
	background-repeat:repeat-x;
	overflow: hidden;	/* Scrollbalken unterbinden */
	z-index: 5;		/* höchste z-Ebene! */
}
#oben_links_unterricht {
	position: absolute;
	top: 0;			/* Abstand zum oberen Fensterrand */
	left: 0;		/* Abstand zum linken Fensterrand */
	right: 0;		/* Abstand zum rechten Fensterrand */
	height: 55px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #000;
	background-image:url(../images/header-amira.gif);
	background-repeat:repeat-x;
	overflow: hidden;	/* Scrollbalken unterbinden */
	z-index: 5;		/* höchste z-Ebene! */
}
* html #oben_links {
	width: 50%;
	height: 55px;
}
#oben_links .inhaltDiv {
	margin: 10px;		/* Abstand des Inhalts zum Blockrand */
}
#oben_rechts {
	position: absolute;
	top: 0;			/* Abstand zum oberen Fensterrand */
	left: 50%;		/* Abstand zum linken Fensterrand */
	right: 0;		/* Abstand zum rechten Fensterrand */
	height: 55px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #000;
	background-image:url(../images/header-amira.gif);
	background-repeat:repeat-x;
	overflow: hidden;	/* Scrollbalken unterbinden */
	z-index: 6;		/* höchste z-Ebene! */
}
#oben_rechts_tanz {
	position: absolute;
	top: 0;			/* Abstand zum oberen Fensterrand */
	left: 0;		/* Abstand zum linken Fensterrand */
	right: 0;		/* Abstand zum rechten Fensterrand */
	height: 55px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #f2d0a4;
	background-image:url(../images/header-amira-braun.gif);
	background-repeat:repeat-x;
	overflow: hidden;	/* Scrollbalken unterbinden */
	z-index: 6;		/* höchste z-Ebene! */
}
* html #oben_rechts {
	width: 50%;
	height: 55px;
}
#oben_rechts .inhaltDiv {
	margin: 10px;		/* Abstand des Inhalts zum Blockrand */
}
#links {
	position: absolute;
	top: 55px;		/* Abstand zum oberen Fensterrand */
	left: 0;		/* Abstand zum linken Fensterrand */
	bottom: 55px;		/* Abstand zum unteren Fensterrand */
	width: 50%;		/* Blockbreite */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #f2d0a4;
	overflow: hidden;	/* Scrollbalken unterbinden */
	z-index: 2;
}
#links_unterricht {
	position: absolute;
	top: 55px;		/* Abstand zum oberen Fensterrand */
	left: 0;		/* Abstand zum linken Fensterrand */
	bottom: 55px;		/* Abstand zum unteren Fensterrand */
	width: 50%;		/* Blockbreite */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #000;
	overflow: hidden;	/* Scrollbalken unterbinden */
	z-index: 2;
}
* html #links {
	top: 0;
	width: 50%;
	height: 100%;
	border-top-width: 55px;	/* = Kopfzeilenhöhe */
	border-left-width: 0;
	border-bottom-width: 55px;
	border-right-width: 0;
	border-style: solid;
}
#links .inhaltDiv {
	margin: 5px;		/* Abstand des Inhalts zum Blockrand */
	text-align: right;
	color: #000;
}
#links_unterricht .inhaltDiv {
	margin: 5px;		/* Abstand des Inhalts zum Blockrand */
	text-align: right;
	color: #f2d0a4;
}
#unten_links {
	position: absolute;
	left: 0;		/* Abstand zum linken Fensterrand */
	bottom: 0;		/* Abstand zum unteren Fensterrand */
	right: 50%;		/* Abstand zum rechten Fensterrand */
	height: 55px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #f2d0a4;
	background-image:url(../images/footer-amira-braun.gif);
	background-repeat:repeat-x;
	overflow: hidden;	/* Scrollbalken unterbinden */
	z-index: 3;
}
#unten_links_unterricht {
	position: absolute;
	left: 0;		/* Abstand zum linken Fensterrand */
	bottom: 0;		/* Abstand zum unteren Fensterrand */
	right: 0;		/* Abstand zum rechten Fensterrand */
	height: 55px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #000;
	background-image:url(../images/footer-amira.gif);
	background-repeat:repeat-x;
	overflow: hidden;	/* Scrollbalken unterbinden */
	z-index: 3;
}
* html #unten_links {
	left: 0;
	width: 50%;
	height: 55px;
	border-top-width: 0;
	border-left-width: 50%;	/* = Spaltenbreite links */
	border-bottom-width: 0;
	border-right-width: 0;
	border-style: solid;
}
#unten_links .inhaltDiv {
	margin: 10px;		/* Abstand des Inhalts zum Blockrand */
}
#unten_rechts {
	position: absolute;
	left: 50%;		/* Abstand zum linken Fensterrand */
	bottom: 0;		/* Abstand zum unteren Fensterrand */
	right: 0;		/* Abstand zum rechten Fensterrand */
	height: 55px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #000;
	background-image:url(../images/footer-amira.gif);
	background-repeat:repeat-x;
	overflow: hidden;	/* Scrollbalken unterbinden */
	z-index: 4;
}
#unten_rechts_tanz {
	position: absolute;
	left: 0;		/* Abstand zum linken Fensterrand */
	bottom: 0;		/* Abstand zum unteren Fensterrand */
	right: 0;		/* Abstand zum rechten Fensterrand */
	height: 55px;		/* Blockhöhe */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #f2d0a4;
	background-image:url(../images/footer-amira-braun.gif);
	background-repeat:repeat-x;
	overflow: hidden;	/* Scrollbalken unterbinden */
	z-index: 4;
}
* html #unten_rechts {
	left: 0;
	width: 100%;
	height: 55px;
	border-top-width: 0;
	border-left-width: 200px;	/* = Spaltenbreite links */
	border-bottom-width: 0;
	border-right-width: 0;
	border-style: solid;
}
#unten_rechts .inhaltDiv {
	margin: 10px;		/* Abstand des Inhalts zum Blockrand */
}
#rechts {
	position: absolute;
	top: 55px;		/* Abstand zum oberen Fensterrand */
	bottom: 55px;		/* Abstand zum unteren Fensterrand */
	right: 0;		/* Abstand zum rechten Fensterrand */
	width: 50%;		/* Blockbreite */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #000;
	overflow: hidden;	/* Scrollbalken unterbinden */
	z-index: 1;
}
#rechts_tanz {
	position: absolute;
	top: 55px;		/* Abstand zum oberen Fensterrand */
	bottom: 55px;		/* Abstand zum unteren Fensterrand */
	right: 0;		/* Abstand zum rechten Fensterrand */
	width: 50%;		/* Blockbreite */
	padding: 0;		/* Interpretation Boxmodell! */
	background-color: #f2d0a4;
	overflow: hidden;	/* Scrollbalken unterbinden */
	z-index: 1;
}
* html #rechts {
	top: 0;
	width: 50%;
	height: 100%;
	border-top-width: 55px;	/* = Kopfzeilenhöhe */
	border-left-width: 0;
	border-bottom-width: 55px;	/* = Fußzeilenhöhe */
	border-right-width: 0;
	border-style: solid;
}
#rechts .inhaltDiv {
	margin: 5px;		/* Abstand des Inhalts zum Blockrand */
	text-align: left;
	color: #f2d0a4;
}
#rechts_tanz .inhaltDiv {
	margin: 5px;		/* Abstand des Inhalts zum Blockrand */
	text-align: left;
	color: #000;
}
/* Links */
#links a {
	font-size:1.1em;
	font-family:cursive;
	font-style:italic;
	text-decoration:none;
	color:#876329;
}
#links a:hover {
	font-size:1.1em;
	font-family:cursive;
	font-style:italic;
	text-decoration:underline;
	color:#876329;
}
#links_unterricht a {
	font-size:1.1em;
	font-family:cursive;
	font-style:italic;
	text-decoration:none;
	color:#27e4f1;
}
#links_unterricht a:hover {
	font-size:1.1em;
	font-family:cursive;
	font-style:italic;
	text-decoration:underline;
	color:#27e4f1;
}
#rechts a {
	font-size:1.1em;
	font-family:cursive;
	font-style:italic;
	text-decoration:none;
	color:#27e4f1;
}
#rechts a:hover {
	font-size:1.1em;
	font-family:cursive;
	font-style:italic;
	text-decoration:underline;
	color:#27e4f1;
}
#rechts_tanz a {
	font-size:1.1em;
	font-family:cursive;
	font-style:italic;
	text-decoration:none;
	color:#876329;
}
#rechts_tanz a:hover {
	font-size:1.1em;
	font-family:cursive;
	font-style:italic;
	text-decoration:underline;
	color:#876329;
}
/* ENDE Links */
/* Ueberschriften */
#links h2 {
	top:10%;
	font-size:20pt;
	font-style:normal;
	font-weight:bold;
	color:#000;
}
#links_unterricht h2 {
	top:10%;
	font-size:20pt;
	font-style:normal;
	font-weight:bold;
	color:#f2d0a4;
}
#rechts h2 {
	top:10%;
	font-size:20pt;
	font-style:normal;
	font-weight:bold;
	color:#f2d0a4;
}
#rechts_tanz h2 {
	top:10%;
	font-size:20pt;
	font-style:normal;
	font-weight:bold;
	color:#000;
}
/* Ende Ueberschriften */
/* CSS Startseite CSS */
.box1_links {
text-align:right;
position:absolute;
top:15%; right:0%;
/* border:1px solid #008899; */
width:190px;
}
.box1_rechts {
text-align:left;
position:absolute;
top:15%; left:0%;
/* border:1px solid #008899; */
width:190px;
}
.box2 {
text-align:center;
position:absolute;
top:22%; left:20%;
/* border:1px solid #008899; */
width:190px;
}
.box3 {
text-align:center;
position:absolute;
top:35%; left:40%;
/* border:1px solid #008899; */
width:190px;
}
.box4 {
text-align:center;
position:absolute;
top:50%; left:45%;
/* border:1px solid #008899; */
width:190px;
}
.box5 {
text-align:center;
position:absolute;
top:65%; left:40%;
/* border:1px solid #008899; */
width:190px;
}
.box6 {
text-align:center;
position:absolute;
top:78%; left:20%;
/* border:1px solid #008899; */
width:190px;
}
.box7_rechts {
text-align:left;
position:absolute;
top:85%; left:0%;
/* border:1px solid #008899; */
width:190px;
}
.box7_links {
text-align:right;
position:absolute;
top:85%; right:0%;
/* border:1px solid #008899; */
width:190px;
}
.box8 {
text-align:center;
position:absolute;
top:78%; right:20%;
/* border:1px solid #008899; */
width:190px;
}
.box9 {
text-align:center;
position:absolute;
top:65%; right:40%;
/* border:1px solid #008899; */
width:190px;
}
.box10 {
text-align:center;
position:absolute;
top:50%; right:45%;
/* border:1px solid #008899; */
width:190px;
}
.box11 {
text-align:center;
position:absolute;
top:35%; right:40%;
/* border:1px solid #008899; */
width:190px;
}
.box12 {
text-align:center;
position:absolute;
top:22%; right:20%;
/* border:1px solid #008899; */
width:190px;
}
.box_tanz {
text-align:left;
position:absolute;
top:12%; left:3%;
/* border:1px solid #876329; */
width:250px;
font-size:0.8em;
}
.box_unterricht {
text-align:right;
position:absolute;
top:12%; right:3%;
/* border:1px solid #27e4f1;*/
width:250px;
font-size:0.8em;
}
.amira_start {
position:absolute;
top:25%; left:0;
background-image:url(../images/amira01a.gif);
background-repeat:no-repeat;
height:384px;
width:288px;
}
.amira_tanz_start {
position:absolute;
top:25%; right:0;
background-image:url(../images/amira03a.gif);
background-repeat:no-repeat;
height:380px;
width:288px;
}
.amira_links {
position:absolute;
top:25%; right:-144px;
background-image:url(../images/amira01a.gif);
background-repeat:no-repeat;
height:384px;
width:288px;
}
.amira_rechts {
position:absolute;
top:25%; left:-144px;
background-image:url(../images/amira01a.gif);
background-repeat:no-repeat;
height:384px;
width:288px;
}
.amira_tanz_links {
position:absolute;
top:25%; right:-144px;
background-image:url(../images/amira03a.gif);
background-repeat:no-repeat;
height:380px;
width:288px;
}
.amira_tanz_rechts {
position:absolute;
top:25%; left:-144px;
background-image:url(../images/amira03a.gif);
background-repeat:no-repeat;
height:380px;
width:288px;
}
.vote1 {
position:absolute;
top:5%; left:3%;
}
.vote2 {
position:absolute;
top:5%; right:3%;
}
.banner_html {
position:absolute;
top:85%; left:3%;
}
.hinweis {
text-align:center;
position:absolute;
top:85%; right:3%;
font-size:8pt;
font-style:normal;
font-weight:normal;
/* border:1px solid #f2d0a4; */
width:100px;
}
.hinweis_tanz {
text-align:center;
position:absolute;
top:85%; right:3%;
font-size:8pt;
font-style:normal;
font-weight:normal;
/* border:1px solid #f2d0a4; */
width:100px;
color:#000;
}