/*
(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-color: white;
	text-align: left;
}

/* ----- divs -----------------------------------------------------*/

#navigation_top , #navigation_left {
	display: none;
}

#header {
	width: 100%;
	text-align: center;
}

#content {
	padding: 25px 25px 25px 25px;
}

#footer {
	font-size: 10px;
	color:black;
	text-align: center;
	padding: 5px;
}

#event {
	border: solid #007AC0 1px;
	padding: 12px;
	margin-bottom: 25px;
	background-color: #BBE5FD;
}

/* ----- 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;
}

#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;
}

img.header
{
	margin: 0px;
}

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;
}