/*
(c) algaCom AG

algaCom dark blue  : #003966
algaCom light blue	 : #007AC0 / #BBE5FD
algaCom yellow     : #F6BB00

light grey         : #EEEEEE
dark grey          : #DDDDDD
*/

/* ----- main styles ----------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	font: 12px Arial, Helvetica,  Sans-Serif;
	color: black;
}

body {
	background: url('../images/3.png') repeat-x;
	background-color: white;
	text-align: left;
}

/* ----- div styles -----------------------------------------------*/
#main_about, #main_services, #main_aaps, #main_downloads, #main_misc, #main_products {
	margin: auto;
	width: 798px;
	background-color: white;
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
	min-height: 599px;
}

#main_about, #main_misc  {
	background: url('../images/16.jpg') no-repeat;
}

#main_aaps {
	background: url('../images/12.jpg') no-repeat;
}

#main_products {
	background: url('../images/12.jpg') no-repeat;
}


#main_services {
	background: url('../images/15.jpg') no-repeat;
}

#main_downloads {
	background: url('../images/17.jpg') no-repeat;
}

#header_top {
	height: 0px;
}

#header {
	background: url('../images/2.jpg') no-repeat;
	background-position: top center;
	background-color: #003966;
	height: 75px;
}

#navigation_top {
	padding-left: 200px;
	width: 598px;
	height: 25px;
}

#navigation_left {
	float: left;
	padding-top: 25px;
	width: 200px;
}

#content {
	margin-left: 200px;
	padding: 24px 25px 25px 24px;
	border-left: solid #003966 1px;
	border-top: solid #003966 1px;
	width: 548px;
	min-height: 524px;
}

#footer {
	font-size: 10px;
	color:black;
	text-align: center;
	padding: 5px;
}

#event {
	border: solid #007AC0 1px;
	padding: 12px;
	margin-bottom: 25px;
	background-color: #BBE5FD;
}

.header {
	cursor: hand;
}
/* ----- menu styles ----------------------------------------------*/

#navigation_top ul {
	clear:both;
	padding: 0;
	height: 12px;
	line-height: 12px;
}

#navigation_top li {
	float:left;
	text-align: left;
	white-space: nowrap;
	text-indent: 5px;
	height: 25px;
	line-height: 25px;
	list-style-type: none;
}

#navigation_top a, #navigation_top a:visited, #navigation_top a:active {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
	font-size: 11px;
	padding: 6px 25px 5px 4px;
	display: block;
	border-left: solid white 1px;
}

#navigation_top li.active a, #navigation_top a:hover {
	color: #007AC0;
	border-left: solid #003966 1px;
}

#navigation_left li {
	list-style-type: none;
	text-indent: 0px; 
	list-style-position: outside;
}

#navigation_left a, #navigation_left a:visited, #navigation_left a:active {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	color: black;
	font-size: 11px;
	padding-left: 25px;
	padding-right: 5px;
	border-bottom: solid white 1px;
	line-height: 25px;
	display: block;
}

#navigation_left li.active a, #navigation_left a:hover {
	color: #007AC0;
	border-bottom: solid #003966 1px;
}

/* ----- used tags ------------------------------------------------*/
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #003966;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 12px;
	line-height: 25px;
	/*clear:both;*/
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #003966;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 25px;
	/*clear:both;*/
}

h3 {
	font-size: 10px;
	font-weight: bold;
	color: #003966;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 25px;	
	/*clear:both;*/
}

p {
	text-align: justify;
	padding-bottom: 12px;
}

.file {
	border-bottom: solid #DDDDDD 1px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

.download_count {
	font-size: 10px;
	color: #DDDDDD;
	text-align: right;
}

a, a:visited {
	font-weight: bold;
	text-decoration: none;
	color : #007AC0;
}

a:hover, a:active {
	color : #F6BB00;
}

#footer a, #footer a:visited {
	font-weight: normal;
	font-size: 10px;
}
 
#header a:hover, #header a:active {
	color : #0080FF;
}

#content ul {
	list-style-position: outside;
	list-style-type: square;
	padding-bottom: 6px;
	margin-left: 25px;
}

#content ol {
	list-style-position: outside;
	list-style-type: decimal;
	padding-bottom: 6px;
	margin-left: 25px;
}

#content li {
	padding-bottom: 6px;
}

b, strong {
	font-weight: bold;
}

img 
{
	margin: 12px 0px 12px 0px;
	border: 0px;
}

img.b {
	margin: 12px 0px 12px 0px;
	border: 1px solid black;
}

img.float
{
	float: left;
	margin: 0px 25px 25px 0px;
	border: 0px;
}

img.floatb
{
	float: left;
	margin: 0px 25px 25px 0px;
	border: 1px solid black;
}

img.floatr
{
	float: right;
	margin: 0px 0px 25px 25px;
	border: 0px;
}

img.floatbr
{
	float: right;
	margin: 0px 0px 25px 25px;
	border: 1px solid black;
}

em {
	display: block;
	font-style: italic;
	margin-left: 274px;
	border-left: 5px solid #F6BB00;
	border-bottom: 1px solid #F6BB00;
	padding: 12px 12px 12px 12px;
}

hr {
	color: #DDDDDD;
	height: 1px;
	width: 100%;
	margin-bottom: 0px;
}

/* ----- form tags ------------------------------------------------*/
input, textarea {
	background: #EEEEEE;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	width: 250px
}

input.submit, .zemSubmit {
	background: #DDDDDD;
	width:125px;
	text-align: center;
	font-weight: bold;
}

input.radio, input[type=checkbox] {
	background: #EEEEEE;
	border-color: white white white white;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
	width: 25px;
	margin-right: 10px;
}

select.zemSelect {
	background: #EEEEEE;
	border-color: white white white white;
	border-style: solid;
	border-width: 1px;
}

fieldset {
	border: 0px;
}

label.zemRequired {
	font-weight: bold;
}

.zemRequirederrorElement, .zemThanks {
	font-weight: bold;
	color: #F6BB00;
}