/* DESIGNABLE Stylesheet (Screen,Projection)
ggs-winterscheid (www.ggs-winterscheid.de)
*/

/*
Copyright: Oliver Eibl
Erstellt: 18.01.2009
Letzte Aenderung: 22.01.2010
*/



/* Allgemein
===============================================*/

@charset "utf-8"

/* Kritische Werte */
* {
   margin: 0;
   padding: 0;
   vertical-align: top;
   }
   
/* Bilder */
img {
   vertical-align: bottom;
   }

   
/* Allgemeine Elemente
===============================================*/

body {
	background-color: #fff;
	color: #fff;
	font-family: "Comic Sans MS", verdana, tahoma, arial, sans-serif;
   font-size: 83%;
   text-align: center;            /* IE6 zentrieren */
   line-height: 1.5em;
   }

h1 {
	font-size: 1.4em;
	margin-top: 5px;
	margin-bottom: 7px;
}

h2 {
	font-size: 1.1em;
	margin-bottom: 8px;
}

h3 {
	font-size: 1.1em;
}

p {
	font-size: 1em;
}

table {
	font-size: 1em;
}

/* Besondere Bereiche
===============================================*/

div#screen {
	position: relative;
   width: 989px;
   margin: auto;
	padding-top: 35px;
}

* html div#screen {            /* Korrektur Abstand oben IE */
   padding-top: 30px;
}

div#links {
	float: left;
	width: 58px;
	height: 582px;
	background-image: url(images/tafel_l_58-582_t.gif);
}

div#rechts {
	position: relative;
	left: -9px;
	float: right;
	width: 67px;
	height: 582px;
	text-align: right;
	background-image: url(images/tafel_r_67-582_t.gif);
}

div#content {
	position: relative;
	float: left;
	width: 855px;
	height: 432px;
	background-image: url(images/tafeldreh.gif);
}

div#content_n {
	position: relative;
	float: left;
	width: 855px;
	height: 432px;
	background-image: url(images/tafel.gif);
}

div#content_index {
	position: relative;
	float: left;
	width: 855px;
	height: 432px;
	background-image: url(images/tafelbild.gif);
}

div#text {
	position: absolute;
	left: 40px;
	top: 40px;
	width: 782px;
	height: 359px;
	text-align: left;
	overflow: auto;
}

div#text_index {
	position: absolute;
	left: 40px;
	top: 40px;
	width: 782px;
	height: 359px;
	text-align: center;
	overflow: auto;
}

div#text_s1 {
	position: absolute;
	left: 40px;
	top: 40px;
	width: 782px;
	height: 359px;
	text-align: left;
	overflow: auto;
 	visibility: hidden;
}

div#navigation {
	clear: both;
	position: absolute;
	top: 467px;
	left: 58px;
	width: 855px;
	height: 150px;
	background-image: url(images/tafel_u_855-150_t.gif);
	background-repeat: no-repeat;
}

* html div#navigation {
	top: 462px;
	padding-top: 103px;
}

#navigation ul {
	margin-top: 105px;
	margin-left: -14px;
   list-style-type: none;
   overflow: hidden;
}

* html #navigation ul {
	margin-left: 23px;
}

#navigation li {
   float: left;
}

div#footernavi {
	position: absolute;
	top: 608px;
	left: 284px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	color: #ac8177;
}
* html div#footernavi {
	top: 614px;
	left: 282px;
}
#footernavi ul {
   list-style-type: none;
	line-height: 1.3em;
}

div#footernavi2 {
	position: absolute;
	top: 608px;
	left: 399px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	color: #ac8177;
}
* html div#footernavi2 {
	top: 614px;
	left: 397px;
}
#footernavi2 ul {
   list-style-type: none;
	line-height: 1.3em;
}


/* Links und Anker
=============================================== */

a:link {
   color: #b1fd97;
   text-decoration: none;
   }
a:visited {
   color: #b1fd97;
   text-decoration: none;
   }
a:hover,
a:focus {
   color: #5afa22;
   text-decoration: none;
   }
a:active {
   color: #F3EFD9;
   }
a:link.img,
a:visited.img,
a:hover.img,
a:focus.img,
a:active.img {
   color: transparent;
   background-color: transparent;
   text-decoration: none;
   border: none;
   }
#navigation a:link,
#navigation a:visited {
	color: #645e27;
	text-decoration: none;
}
#navigation strong {
	color: #6b8c6b;
	font-weight: normal;
}
#footernavi a:link,
#footernavi a:visited {
	color: #ac8177;
}
#footernavi a:hover {
	color: #645e27;
}
#footernavi strong {
	color: #828282;
	font-weight: normal;
}
#footernavi2 a:link,
#footernavi2 a:visited {
	color: #ac8177;
}
#footernavi2 a:hover {
	color: #645e27;
}
#footernavi2 strong {
	color: #828282;
	font-weight: normal;
}
