/* Copyright (c) 2005 Veit Schiele (Kontakt@Veit-Schiele.de */

a
{
    text-decoration: none;
}

a:link
{
    color: #ff9900;
}

a:visited
{
    color: #ff9900;
}

a:hover
{
    color: #0033bb;
}

a:active
{
    color: #0033bb;
}

body
{
    background-color: #ff9900;
    margin: 0;
}

dd {
    margin: 0 0 0 2.1em;
    line-height: 1.3em;
    text-align: left;
    font-family: Trebuchet MS, "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif;
    color: #0033bb;
    font-size: 1.0em;
    font-weight: normal;
}

dl {
    margin: 0 0 1.3em 0;
    padding: 0;
}

dt {
    line-height: 1.3em;
    text-align: left;
    font-family: Trebuchet MS, "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif;
    color: #0033bb;
    font-size: 1.0em;
    font-weight: normal;
}

em {
    font-style: italic;
}

h1, h2
{
	margin: 0.8em 0 0.4em 0;
	text-align: left;
	white-space: nowrap;
    font-family: Trebuchet MS, "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif;
	color: #0033bb;
	font-weight: bold;
	font-style: italic;
}

h1
{
    font-size: 1.6em;
    line-height: 2.1em;
}

h2
{
    font-size: 1.3em;
    line-height: 1.6em;
}

h3
{
	margin-top: 1.3em;
	text-align: left;
	white-space: nowrap;
    font-family: Trebuchet MS, "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif;
	color: #0033bb;
	font-weight: normal;
    font-size: 1.3em;
    line-height: 1.6em;
}

hr
{
	width: 100%;
	height: 1px;
	background-color: #0033bb;
	border-style: none;
}

html
{
    height: 100%;
}

img {
    border: none;
    margin: 0.3em 1.0em 0.3em 0;
}

input
{
	margin: 0;
	background-color: white;
	border-color: #0033bb;
	border-style: dotted;
	padding: 0 0.3em 0 0;
	vertical-align: baseline;
    font-family: Trebuchet MS, "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif;
	color: #0033bb;
	font-size: 1em;
	line-height: 1.3em;
	border-width: 1px;
}

input:focus, 
textarea:focus {
    border-color: #85cccc;
}

li {
    margin-top: 0;
    line-height: 1.3em;
    text-align: left;
    font-family: Trebuchet MS, "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif;
    color: #0033bb;
    font-size: 1.0em;
    font-weight: normal;
}

p
{
    margin: 0 2.1em 1.3em 0;
    font-size: 1.0em;
    line-height: 1.3em;
    text-align: left;
    font-family: Trebuchet MS, "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif;
    color: #0033bb;
}

strong {
    font-weight: bold;
}

table
{
    margin: 0 0 1.3em 0;
	border-style: none;
	border-width: 0;
    font-family: Trebuchet MS, "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans-serif;
    color: #0033bb;
}

td
{
	margin: 0;
	border-style: none;
	padding: 0 0.3em 0 0;
	vertical-align: text-top;
	white-space: nowrap;
}

th
{
	font-weight: normal;
}

ul {
    list-style-type: circle;
    margin: -1.3em 0 1.3em 0;
    padding-left: 1em;
}

#Frame
{
    margin: 32px;
    width: 760px;
    height: 560px;
    background-color: #ffe5c5;
}

#Top
{
    width: 760px;
    height: 106px;
    margin: 0;
}

#Navigation
{
    width: 11.0em;
    height: 454px;
    padding: 0 1.0em 0 1.0em;
    float: left;
}

#Navigation p.MainNav a
{
    text-decoration: none;
}

#Navigation p
{
    margin: 0.4em 0 0 1.0em;
}

#Navigation p#MainActual
{
    
}

p.MainActualDown
{
    
}

#Navigation p.SubNav a
{
    text-decoration: none;
    margin-left: 1.0em;
}

#Navigation p#SubActual
{
    text-decoration: none;
    margin-left: 2.0em;
}


/* Content */

#Content
{
    height: 450px;
    overflow: auto;
    margin: 0;
    padding: 0;
}

#ImageNav
{
    
}

.NavImage
{
    margin: 1.0em 0.6em 0 0; 
}

#Content p img {
    float: left;
}

#Content a.pdf
{
    background-image: url(../Images/pdf.gif);
    background-repeat: no-repeat;
    background-position: 0;
    padding: 0 0 0 20px;
}

/* misc */

.clear 
{
    clear: both; 
    visibility: hidden;
    height: 0;
}


