/* general styles*/
body {
font-size:100.1%;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}

h1 { 
font-family: Arial;
font-size: 1.5em;
font-weight: bold;
margin-top: 0.5em;
}

h2 {
font-family: Arial;
font-size: 1em;
font-weight: bold;
}

a {
font-size: 1 em;
font-weight: normal;
text-decoration: none;
}

P {
font-weight: normal;
font-size: 0.8em;
}

rotating {
color: white;
font-size: 1.5em;
}

table {
border-collapse: collapse;
}

td {
padding: 5px;
}

td.top {
background-color: white;
width: 260px;
}

A IMG {
	border: none;
}

/*link specification in the top navigation*/
a.menu {
color: #990100;
margin-left: 2.25em;
}

/* table cell properties for top navigation */
td.navigation {
text-align: left;
}

DIV#navigation {
margin-top: 40px;
}

/* font-size top navigation */
DIV#navigation A {
font-size: 1.2em;
}

/* link hover in the top navigation */
DIV#navigation a:hover {
color: #660000;
}

/* link hover in the left-side navigation */
DIV#context a:hover {
color: #999999;
}

/* Left-Navigation */
DIV#context A {
font-size: 1em;
font-weight: bold;
}

/* text specification for slogan: Customers love it,... */
td.slogan span {
font-size: 1 em;
text-align: left;
}

/* link specification for slogan: Customers love it,... */
td.slogan span a {
color: white;
font-size: 1.6em;
}

/* link hover for slogan: Customers love it,... */
td.slogan span a:hover {
color: #EDEDED;
}

/* grey divider in top of the left navigation */
td.dummy {
background-color: #001e51;
border-right: 1px solid white;
}

/* cell properties for left navigation*/
td.context {
border-right: 1px solid #001e51;
border-bottom: 1px solid #001e51;
text-align: right;
padding-right: 1em;
}

/* cell properties for content-area*/
td.content {
border: 1px solid #001e51;
}

/* footer alignment */
TD.barc {
text-align: center;
font-size: 0.6em;
}

/* footer link specification */
TD.barc A {
color: #666666;
font-size: 0.75em;
text-decoration: none;
}

/* content area */
DIV#content {
padding-left: 1.5em;
}

/* Behaviour of Paragraphs in the content area */
DIV#content p {
font-size: 0.75em;
color: black;
}

/* Behavior of links in the content area*/
DIV#content a {
color: #990100;
}

DIV#navigation li a:hover {
color: #181818;	
border-bottom: 1px solid #ee6a53;
}

/* cell properties for slogan: Customers love it,... */
td.slogan {
background-color: #e0a600;
padding: 10px;
text-align: center;
height: 140px;
}

/* alignment logo */
td.logo {
background-color: #e0a600;
border-right: 1px solid white;
padding: 10px;
width: 260px;;
text-align: center;
}

/* cell properties for page title*/
td.category {
background-color: #002051;
text-align: right;
padding-right: 1em;
}

/* link specification in the left-side navigation */
a.contextmenu {
color: #002051;
}

/* specification page title*/
td.category span {
font-size: 0.8em;
color: #e0a600;
font-weight: bold;
}