*, html, body {
	margin: 0;
	padding: 0;
	border: 0 none;
}

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 76%;
	text-align: center;
	color: #46494F;
	background-color: #E3E5E8;
	background-image: url(background_content.gif);
	background-repeat: repeat-x;
}

a:link {
	text-decoration: none;
	color: #70B728;
}

a:visited {
	text-decoration: none;
	color: #AEB0B2;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
	color: #70B728;
}

img { border: 0 none; }

#wrapper {
	text-align: left;
	width: 64em;
	margin: auto;
	padding: 0;
}

#header {
	text-align: right;
	position: relative;
	height: 84px;
	width: 64em;
}

#header img { margin-top: 50px; }

#claim {
	height: 18px;
	width: 64em;
	background-image: url(senetec-claim.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* ///////////////////////////////////////////////////////////////////////// */
#topnavigation {
	position: relative;
	height: 116px;
	color: #FFF;
	font-weight: bold;
}

#topnavigation ul {
	position: absolute;
	top: 21px;
	list-style: none;
}

#topnavigation li {
	position: relative;
	width: 21.33em;
	height: 96px;
	float: left;
	background-image: url(navigation_marker.gif);
	background-repeat: no-repeat;
}

#topnavigation li:hover .topnav-marker,
#topnavigation li.over .topnav-marker {
	background-color: #7E7F81;
	display: block;
	visibility: visible;
}

#topnavigation li.active .topnav-marker {
	display: block;
	visibility: visible;
}

.topnav-marker {
	position: absolute;
	top: 24px;
	left: -6em;
	width: 27.3em;
	height: 71px;
	background-color: #E3E5E8;
	display: none;
	visibility: hidden;
}

#topnavigation li a {
	color: #FFF;
	text-decoration: none;
	margin-left: 1em;
	display: block;
}

#topnavigation li a:hover { color: #46494f; }

#impressum {
	font-weight: normal;
	text-align: right;
	position: absolute;
	top: 21px;
	right: -5.5em;
}

#language {
	font-weight: normal;
	text-align: right;
	position: absolute;
	top: 80px;
	right: -5.5em;
}

#impressum a,
#language a {
	color: #E3E5E8;
	text-decoration: none;
}

#impressum a:hover,
#language a:hover {
	color: #E3E5E8;
	text-decoration: underline;
}

/* ///////////////////////////////////////////////////////////////////////// */
#container {
	position: relative !important;
	margin-top: -3em;
	padding-bottom: 1em;
	z-index: 99;
}

/* ///////////////////////////////////////////////////////////////////////// */
#homecontainer {
	position: absolute;
	top: 0;
	left: 0em;
	width: 42em;
	margin: 0;
	padding: 0;
	z-index: 50;
}

#homecontent {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 1em 2em 1em 1em;
	background-color: #FFF;
	border-color: #B1B3B5;
	border-width: 1px 1px 1px 1em;
	border-style: solid;
}

#tickercontainer {
	color: #fff;
	position: relative;
	top: 0;
	left: 0;
	height: 1.4em;
	_height: 1.8em;
	_width: 43.5em;
	margin: 0.5em 0;
	padding: 0.2em 0;
	background-color: #B1B3B5;
	border-color: #B1B3B5;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	clip: auto;
}

.tickertext {
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0 none;
	white-space: nowrap;
	visibility: hidden;
}

#tickercontainer a {
	text-decoration: none;
	color: #FFF;
}
/* ///////////////////////////////////////////////////////////////////////// */
.newscontainer {
	position: absolute;
	top: 0;
	left: 44em;
	width: 20em;
	margin: 0;
	padding: 0;
	z-index: 50;
}

.newscontent {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 1em 2em 1em 1em;
	background-color: #FFF;
	border-color: #B1B3B5;
	border-width: 1px 1px 1px 1em;
	border-style: solid;
}

/* ///////////////////////////////////////////////////////////////////////// */
#pagenavigation {
	width: 19em;
	position: absolute;
	top: 3em;
	z-index: 100;
}

#pagenavigation ul {
	list-style: none;
	width: 19em;
}

#pagenavigation ul li { position: relative; }

#pagenavigation ul li a {
	xcolor: #46494F;
	color: #B1B3B5;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0 3px 0;
	display: block;
}

#pagenavigation li a.active {
	color: #46494F;
	xbackground-color: #B1B3B5;
	xborder-bottom: 1px solid #B1B3B5;
	border-top: 1px solid #B1B3B5;
}

#pagenavigation li.solution a.active {
	color: #46494F;
	xbackground-color: #E3E5E8;
	xborder-bottom: 1px solid #B1B3B5;
	border: 0 none;
}

#pagenavigation li a:hover { color: #B1B3B5; }

#pagenavigation li ul {
	xposition: absolute;
	left: 9em;
	width: 20em !important;
	width: 20.04em;
	text-align: right;
	font-weight: normal;
	xfloat: right;
	z-index: 10;
}

#pagenavigation li a.active ul {
	border-bottom: 1px solid #B1B3B5;
	xborder: 1px solid green;
}

#pagenavigation li ul a {
	color: #46494F;
	font-weight: normal;
	border-color: #B1B3B5;
	border-width: 0 12px 0 0;
	border-style: solid;
	padding-right: 6px;
	display: block;
}

#pagenavigation li ul a.active {
	border-width: 0 12px 0 0;
	border-color: #7E7F81;
}

/* ///////////////////////////////////////////////////////////////////////// */
#contentborder {
	position: absolute;
	top: 0;
	left: 14em;
	width: 45em;
	margin: 0;
	padding: 0;
	z-index: 50;
}

/* Hide from IE Mac \*/
#contentborder {
	position: relative;
	left: 19em;
}

/* End */
#content {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 1em 2em 1em 1em;
	background-color: #FFF;
	border-color: #B1B3B5;
	border-width: 1px 1px 1px 1em;
	border-style: solid;
}

#content p {
	margin-bottom: 0.5em;
	line-height: 1.4em;
}

#content hr {
	border-top: 1px solid #B1B3B5;
	margin-bottom: 0.5em;
}

#content ul {
	margin-left: 2em;
	margin-bottom: 0.5em;
	line-height: 1.4em;
	list-style-type: disc;
	list-style-position: outside;
}

#content ol {
	margin-left: 2em;
	line-height: 1.4em;
	list-style-position: outside;
}

#content dl {
	margin-bottom: 0.5em;
}

#content dt, #content dd {
	margin-left: 2em;
	line-height: 1.4em;
}

#content blockquote {
	margin: 0.5em 0 0.5em 1em;
	line-height: 1.4em;
}

/* ///////////////////////////////////////////////////////////////////////// */
h1, h2 {
	display: none;
	visibility: hidden;
}

h3 {
	color: #50C800;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	float: none;
	clear: left;
}

#content h3 {
	margin-top: 2.4em;
	margin-bottom: 1em;
}

#content h4 {
	margin-top: 1em;
	font-size: 1.2em;
	font-weight: bold;
}

#content h5 {
	font-size: 1.1em;
	font-weight: bold;
}

#content h6 {
	font-size: 1em;
	font-weight: bold;
}

#content h4, #content h5, #content h6 {
	margin-bottom: 0.5em;
	float: none;
	clear: left;
}

hr {
	height: 1px;
	border-top: 1px solid #B1B3B5;
	margin-bottom: 0.5em;
	float: none;
	clear: both;
}

#content table { margin-bottom: 0.5em; }

#content td {
	padding-right: 0.5em;
}

/* ///////////////////////////////////////////////////////////////////////// */
#form-module,
#form-module form { position: relative; }
#form-module legend { display: none; }

#form-module label {
	width: 10em;
	display: block;
	float: left;
}

#form-module input,
#form-module textarea {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
	position: relative;
	width: 28em;
	padding: 0.1em;
	border: 1px solid #B1B3B5;
	float: left;
}

.formelement {
	position: relative;
	display: block;
	margin: 0 0 0.5em 0;
	clear: both;
}

.submit {
	position: relative;
	width: 10em;
	margin-left: 10em;
}

/* ///////////////////////////////////////////////////////////////////////// */
.boxborder {
	position: absolute;
	right: -8.2em;
	width: 10em;
	background-color: #FFF;
}

.boxcontent {
	font-size: 90%;
	line-height: 1.3em;
	border-color: #B1B3B5;
	border-width: 1px 1px 1px 1em;
	border-style: solid;
	padding: 0.5em;
}

/* ///////////////////////////////////////////////////////////////////////// */
#footer {
	font-size: 90%;
	margin-bottom: 1em;
}

#footer hr {
	border-top: 1px solid #B1B3B5;
	padding: 0.2em;
}

/* ///////////////////////////////////////////////////////////////////////// */
.hidden {
	display: none;
	visibility: hidden;
}

.fleft {
	position: relative;
	float: left;
}

.fright {
	position: relative;
	float: right;
}
