/* Important colors
Acqua      = #3399ff
Background = #1b1b1b
*/

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Tahoma, Helvetica, Arial, sans-serif;
   font-size: small;
}

html {
   font-size: 100%;
   background-color: transparent;
   color: #3399ff;
}

td.bluline {
	background-image: url('images/system/system_aquabackground.gif');
}

a {
	padding: 1px 1px 1px 1px;
}

a:link {
   color: #3399ff;
   text-decoration: underline;
   background-color: transparent;
}

a:hover {
   color: #95B9C7;
   text-decoration: underline;
   background-color: transparent;
}

a:active {
   color: #95B9C7;   
   text-decoration: underline;
   background-color: transparent;
}

strong {
   font-weight: bold;
}

img {
   border: 0px none;
}

.xbig {
	font-size: xx-large;
}

.news {
	color: #ff6607;
	background-color: transparent;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;}

h1 {
	font-size: large;
	color: #31fbf1;
	background-color: transparent;
	margin-bottom: 7px;
}

h2 {
	font-size: small;
	color: #ff0000;
	background-color: transparent;
	margin-top: 10px;
	margin-bottom: 3px;
}

p {
	padding-top: 3px;
	padding-bottom: 7px;
	line-height: 1.5em;
	color: #3399ff;
	text-align: left;
}

.small {
	font-size: x-small;
	line-height: 1em;
}

.description {
	font-size: x-small;
	line-height: 1em;
	color: #00cdcd;
}

#review a {
	color: #ff6607;
	padding-top: 10px;
}

/* BEGIN Vertical Navigation */

#navlist {
	padding: 0;
	margin-left: 0;
	width: 85px;
	float: left;
	line-height: 0.75em;
}

#navlist li {
	margin: 0;
	text-align: left;
}

#navlist li a {
	display: block;
	padding: 4px 0.5em 6px 0.5em;
	border-left: 3px solid #1b1b1b;
	background: #1b1b1b;
	color: #3399ff;
	text-decoration: none;
}

#navlist li a:link {
	color: #3399ff;
	background-color: transparent;
}

#navlist li a:visited { 
	color: #3399ff;
	background-color: transparent;
}

#navlist li a:hover {
	border-color: #95B9C7;
	color: #FFF;
	background: #3399ff;
}

/* ENDE Vertical Navigation */


/* BEGIN Navigation Foot*/

#navfoot {
	background-color: transparent;
	color:   #3399ff;
}

#navfoot a {
	background-color: transparent;
	color:  #3399ff;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}

#navfoot a:hover {
	background-color: #3399ff;
	color: #ffffff;
}

/* ENDE Navigation Foot */