/* The mystic layout*/

html, body, #container{
	min-height:100%;
	width:100%;
	height:100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */
html>body, html>body #container{
	height:auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */
body{
	margin:0;
	padding:0;
	border-width:0;

	/* by me - basic text properties */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-color: #FFFFFF;
	font-weight: normal;
}

#menu{
	position:absolute;
/*  top:140px; /*ashes*/
	top:30px; /*flowers*/
	left:0;
/*	width:150px; /*ashes*/
	width: 150px; /*flowers*/
}

#container{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#header{
	background-color: rgb(255, 255, 255);
	/*height: 140px; /*ashes*/
	height:30px; /*flowers*/
	width: 100%;
	margin: 0;
}

#content{
	/* top, right, bottom, left */
	/*margin:30px 0px 35px 138px; /*ashes*/
	margin:30px 0px 35px 150px; /*flowers*/
	position:relative;
	height:auto;
}

#footer{
	background-color: #FFFFFF;
	background-image: url(/pictures/footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;

	position: absolute;
	width: 100%;
	height: 35px;
	margin: 0;
	bottom: 0;

	font-size: 12px;
}


/* OTHER */

/* stuff by me
body{
	margin:0;
	padding:0;
	border-width:0;


}

html, body{
	min-height:100%;
	width:100%;
	height:100%;
}

html>body{
	height:auto;
}*/

/* general */
.invisible{
	border-width:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-collapse:collapse;
	border-spacing:0px;
	width:100%;
}

div.center  { text-align:center;}

div.img_content_top_left{
	position:absolute;
	top: 0px;
	left: 0px;
}

div.img_content_top_right{
	position:absolute;
	top: 0px;
	right: 0px;
}

/* tables */

table.menu{
	border-width: 1px;
	border-color: rgb(0, 0, 0);
	border-style: solid;
	position:absolute;
	top: 115px;
	left: 10px;
	font-size:15px;
	/*background-color: #CCCCCC; /*ashes*/
/*	background-color: #E8DD84; /*flowers*/
	background-color: #E9DE85; /*flowers heller*/
}

table.footer{
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0, 0, 0);
	/*background-color: #CCCCCC; /*ashes*/
	background-color: #E8DD84;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

table.gb_frame {
	/*border: 1px solid rgb(128, 79, 86); /* ashes */
	border: 1px solid rgb(216, 199, 83);
	padding:0px;
	margin:0px;
}

td.gb_tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: rgb(204, 204, 204);
	color: #000000;
	text-align:left;
	padding:5px;
	margin:0px;
}

td.gb_tablebackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: rgb(204, 204, 204);
	color: #000000;
	text-align:left;
	margin:0px;
}

td.gb_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: rgb(230, 230, 230);
	color: rgb(51, 51, 51);
	text-align:left;
	padding:5px;
}

td.submenu{
	padding-left: 15px;
}

table.tle_screens {
	/*border: 1px solid rgb(128, 79, 86); /* ashes */
	border: 1px solid rgb(216, 199, 83);
	margin: 20px;
}

td.tle_screens_header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: rgb(204, 204, 204);
	color: #000000;
	text-align:left;
	padding:5px;
	margin:0px;
}

td.tle_screens_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: rgb(230, 230, 230);
	color: rgb(51, 51, 51);
	text-align: left;
	vertical-align: top;
	padding:5px;
}

td.tle_screens_line {
	background-color: rgb(255, 255, 255);
	padding: 5px;
	min-height: 10px;
}

/* links */

/* not visited */
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
/*	color: rgb(128, 46, 28); /*ashes*/
	color: #685A01; /*flowers*/
	text-decoration: none;
}

a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
/*	color: rgb(128, 79, 86); /*ashes*/
	color: #A6A17E; /*flowers, gray*/
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
/*	color: rgb(128, 79, 86); /*ashes*/
	color: #A6A17E; /*flowers, gray*/
	text-decoration: none;
}

/* mouse over */
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*color: rgb(180, 46, 28); /*ashes*/
/*	color: #A6A17E; /*flowers, gray*/
	color: #00A87E; /*flowers, green*/
	text-decoration: underline;
}

/* paragraphs */

/* normal text */
p{
	text-indent: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: rgb(0, 0, 0);
	padding-left: 20px;
	padding-right: 20px;
}

/* head lines */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: rgb(51, 51, 51);
	text-align: center;
	padding-top: 15px;
}

h1.general{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	color: rgb(51, 51, 51);
	padding-left: 15px;
}

h1.history{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	color: rgb(51, 51, 51);
	padding-left: 15px;
}

h2.general{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	color: rgb(51, 51, 51);
	padding-left: 12px;
}

/* lists */
ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: rgb(0, 0, 0);
}

li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: rgb(0, 0, 0);
}