/*
Author: Reno Schafranek
*/

/*--------------------------------------------------------------------------*/
/* Basic Elements */

a:link {
	text-decoration: none;
	color: #003399;
	background-color: transparent;
}

a:visited {
	text-decoration: none;
	color: #003399;
	background-color: transparent;
}

a:hover {
	color: red;
	background-color: #eeffdd;
}

a:active {
	color: red;
	background-color: transparent;
}

body {
	color: #000000;
	background-color: #9abfd2;
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: 400;
	width: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 400;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	text-align: center;
	line-height: normal;
	color: blue;
	background-color: transparent;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: blue;
	background-color: transparent;
	text-align: center;
}

i {
	color: brown;
	font-weight: 600;
	white-space: nowrap;
}

pre {
	padding: 4px;
	border-style: dotted;
	border-color: #0088bb;
	border-width: 1px;
}

address {
	font-size: 75%;
}

/*--------------------------------------------------------------------------*/

#container {
	min-height: 500px;
	width: 100%;
}

/*--------------------------------------------------------------------------*/

#head {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	height: 200px;
	color: #ffeeee;
	font: 18pt Arial, Helvetica, sans-serif small-caps bold;
	letter-spacing: 2pt;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;	/* top right bottom left */
	padding: 90px 0px 0px 210px;	/* top right bottom left */
	background-color: #9abfd2;
	background-image: url(/images/bg/bg7/bg_head.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------------------*/

#foot {
	position: fixed;
	color: #EEEEEE;
	font: 7pt Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: right;
	margin-left: 0px;
	margin-right: 0px;
	top: auto;
	right: 0;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #226699;
}

/*--------------------------------------------------------------------------*/
/* Navigation Menu */

#navi {
	position: absolute;
	z-index: 3;
	top: 132px;
	left: 0px;
	width: 200px;
	height: auto;
	text-align: left;
	color: #003399;
	background-color: #9abfd2;
	font: 8pt Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 1.8;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 2px;
	border: 0px dotted;
}

#navi ul {
	margin-left: 18px;
	padding-left: 0px;
}

#navi li {
	line-height: 2.5ex;
	margin: 0px 8px 0px 8px;	/* top right bottom left */
	list-style-type: square;
	padding: 4px 0px 4px 2px;	/* top right bottom left */
	background-color: transparent;
}

#navi a:link {
	text-decoration: none;
	color: #003399;
	background-color: transparent;
}

#navi a:visited {
	text-decoration: none;
	color: #003399;
	background-color: transparent;
}

#navi a:hover {
	color: red;
	font-weight: 600;
	background-color: #eeffdd;
}

#navi a:active {
	font-weight: 600;
	color: #660000;
	background-color: transparent;
}

/*--------------------------------------------------------------------------*/
/* Main Window */

#content {
	position: relative;
	z-index: 3;
	margin-top: 132px;
	left: 0px;
	margin-left: 200px;
	min-height: 700px;
	color: #000000;
	font: 9pt Arial, Helvetica, sans-serif;
	font-weight: 400;
	background-color: #ffff99;
	padding: 20px 10px 10px 20px;	/* top right bottom left */
}

#content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#content td.newstab {
	font-family: arial, helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
}

#content tr.newstab {
	background-color: inherit;
}

#content .emph1 {
	color: #cc0033;
}

#content .emph2 {
	color: #006633;
}

#content h4 {
	font: 12pt Arial, Helvetica, sans-serif;
	background-color: transparent;
	letter-spacing: -1px;
}

#content .list1 {
	font: 10pt Arial, Helvetica, sans-serif;
	background-color: transparent;
	line-height: 140%;
}

/*--------------------------------------------------------------------------*/

#paragraph1 {
	color: #336666;
}

/*--------------------------------------------------------------------------*/

/* Various Borders */

/* Shadow Border */
.border_shadow {
	border-style: solid;
	border-color: #0088BB;
	border-width: thin;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid #806040;
	border-bottom: 1px solid #806040;
}

/* Border with full Background*/
.border_fb {
	background-color: #9ca5ae;
}

/* Plain Border */
.border_plain {
	border-style: solid;
	border-color: #0088BB;
	border-width: thin;
}

/*--------------------------------------------------------------------------*/

.little_8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: transparent;
}

/*--------------------------------------------------------------------------*/

#copyright {
	font: 7pt Arial, Helvetica, sans-serif;
	background-color: transparent;
	text-align: right;
	color: #006633;
}
