/* Reset CSS - Eric Meyer - Troisième version - Janvier 2008) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* HTML Elements */
html {
	font-size: 100%;
}
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
}
h2 {
	line-height: 1.3em;
	font-size: 2.2em;
	font-weight: normal;
	color: #b3b3b3;
	margin-bottom: .1em;
}
h2 strong {
	color: #82868a;
	font-weight: normal;
}
h3 {
	color: #4c63a8;
	margin-top: 2em;
	margin-bottom: .1em;
}
h6 {
	font-size: .9em;
	font-weight: normal;
	color: #82868a;
	margin-bottom: 2em;
}
p {
	margin: .75em 0;
}
ul,ol,dl {
	margin: .75em 0;
}
li {

}
dt {
	font-weight: bold;
	color: #4c63a8;
}
dd {
	margin-bottom: .75em;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #4c63a8;
	text-decoration: none;
}
h6 a:link,
h6 a:visited,
h6 a:hover,
h6 a:active {
	color: #82868a;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
}
a.more {
	display: block;
	text-align: right;
}
input[type=text],
input[type=password],
textarea {
	border: 1px solid #b3b3b3;
	background: #e6e6e6;
	color: #666;
	vertical-align: 3px;
	padding: 2px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.1em;
	width: 100%;
}


/* General Classes */
div.inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
}
.col {
	width: 45%;
	padding-right: 5%;
	float: left;
}
.floatL {
	float: left;
	padding-right: 10px;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.clear {
	clear: both;
}


/* Header */
#header {
	background: #2f2f2f url(img/header.jpg) repeat-y;
}
#header-inner {
	background: url(img/header-inner.jpg) no-repeat;
	height: 209px;
}


/* Header > Logo */
#header h1 {
	position: absolute;
	top: 25px;
	left: 100px;
	width: 350px;
	height: 150px;
}
#header h1 a {
	display: block;
	height: 100%;
}
#logo {
	display: none;
}


/* Header > Search */
#search fieldset {
	position: absolute;
	bottom: -1px;
	right: 15px;
	width: 200px;
	height: 50px;
	padding: 15px 20px;
	background: #fff;
	text-align: right;
}
#search-text {
	width: 200px;
	padding: 4px;
}
#search-submit {
	height: 19px;
	margin-top: 10px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	color: transparent;
	font-size: 0;
	line-height: 0;
}
#search-submit.en {
	width: 57px;
	background: url(img/header-search-en.gif) no-repeat;
}
#search-submit.nl {
	width: 57px;
	background: url(img/header-search-nl.gif) no-repeat;
}
#search-submit.fr {
	width: 81px;
	background: url(img/header-search-fr.gif) no-repeat;
}
#search-submit.de {
	width: 57px;
	background: url(img/header-search-de.gif) no-repeat;
}


/* Header > Languages */
#languages {
	position: absolute;
	top: 20px;
	right: 20px;
}
#languages li {
	float: left;
}
#languages li a {
	display: block;
	width: 19px;
	height: 20px;
	margin: 0 5px;
	text-indent: -9999px;
}
#languages li.en a {
	background: url(img/header-languages-sprite.gif) no-repeat left top;
}
#languages li.en-current a {
	background: url(img/header-languages-sprite.gif) no-repeat -19px top;
}
#languages li.nl a {
	background: url(img/header-languages-sprite.gif) no-repeat -38px top;
}
#languages li.nl-current a {
	background: url(img/header-languages-sprite.gif) no-repeat -57px top;
}
#languages li.fr a {
	background: url(img/header-languages-sprite.gif) no-repeat -76px top;
}
#languages li.fr-current a {
	background: url(img/header-languages-sprite.gif) no-repeat -95px top;
}
#languages li.de a {
	background: url(img/header-languages-sprite.gif) no-repeat -114px top;
}
#languages li.de-current a {
	background: url(img/header-languages-sprite.gif) no-repeat -133px top;
}


/* Global */
#global {
	background: url(img/global.jpg) no-repeat center bottom;
}
#sidebar {
	float: left;
	width: 285px;
}
#page {
	padding: 30px 20px 100px 300px;
	font-size: .9em;
}
#page ul {
	list-style-type: disc;
	list-style-position: inside;
}


/* Global > Nav */
#nav {
	position: relative;
	height: 290px;
	background: url(img/nav.png) no-repeat;
	margin-bottom: 30px;
	padding: 0 22px;
}
#nav ul {
	position: absolute;
	bottom: 0;
	margin: 0 0 15px 0;
	width: 242px;
}
#nav ul li {
	margin-bottom: 7px;
}
#nav ul li a:link,
#nav ul li a:visited,
#nav ul li a:hover,
#nav ul li a:active {
	padding-left: 50px;
	text-decoration: none;
	font-size: 1.15em;
	line-height: 1.4em;
	color: #eee;
}
#nav ul li.current a,
#nav ul li a:hover,
#nav ul li a:active,
#nav ul li a:focus {
	text-shadow: #fff 0px 0px 5px;
}
#nav ul ul {
	position: relative;
	padding: 5px 0;
	background: url(img/nav-highlight.png);
}
#nav ul ul li {
	margin: 0 0 0 10px;
}
#nav ul ul li a:link,
#nav ul ul li a:visited,
#nav ul ul li a:hover,
#nav ul ul li a:active {
	text-shadow: none !important;
	font-size: .9em;
	line-height: 1.5em;
}
#nav ul ul li.current a,
#nav ul ul li a:hover,
#nav ul ul li a:active,
#nav ul ul li a:focus {
	text-shadow: #fff 0px 0px 5px !important;
}


/* About us */
#about-us {
	float: left;
	margin: 25px 0 0 -225px;
	width: 380px;
}

#contact {
	margin: 50px 0 0 -225px;
}

/* Global > Focus */
#focus {

	color: #82868a;
	font-size: 0.9em;
	background: url(img/focus-top.png) no-repeat;
	padding-top: 70px;
}
#focus.wide {
	float: right;
	font-size: 0.9em;
	background: url(img/focus-wide-top.png) no-repeat;
	width: 455px;
}
#focus h2 {
	display: none;
}
#focus div {
	font-size: 0.9em;
}
#focus.wide div {
	font-size: 1em;
}
#focus div.focus-inner {
	overflow: hidden;
	background: url(img/focus-inner.png) repeat-y bottom;
	padding: 0 40px 20px 40px;
}
#focus.wide div.focus-inner {
	background: url(img/focus-wide-inner.png) repeat-y bottom;
}
#focus div.focus-bottom {
	overflow: hidden;
	background: url(img/focus-bottom.png) repeat-y bottom;
	padding: 0 40px 20px 40px;
}
#focus.wide div.focus-bottom {
	background: url(img/focus-wide-bottom.png) repeat-y bottom;
}
#focus h3 {
	color: #4c63a8;
}
#focus h4 {
	margin: 0 0 0.3em 0;
	color: #82868a;
}
#focus.wide img {
	margin-right: 0px;
}


/* Page > Products */
ul.product-row {
	background: url(img/products-row.jpg) no-repeat left 30px;
	height: auto !important;
	min-height: 11em;
	list-style-type: none !important;
}
ul.product-row li {
	float: left;
	width: 210px;
	text-align: center;
}
ul.product-row dl {
	position: relative;
	overflow: hidden;
}
ul.product-row dd.details {
	margin-top: 1.2em;
}
ul.product-row dd.details a:link,
ul.product-row dd.details a:visited,
ul.product-row dd.details a:hover,
ul.product-row dd.details a:active {
	background: url(img/products-details.gif) no-repeat left center;
	padding-left: 20px;
	color: #82868a;
	text-decoration: none;
}
ul.product-row dd.details a:hover,
ul.product-row dd.details a:active {
	color: #4c63a8;
}


/* Page > Teasers */
#teaser-image-homepage,
#teaser-image-erp,
#teaser-image-se,
#teaser-image-dev,
#teaser-image-icure,
#teaser-image-defiris,
#teaser-image-unicast,
#teaser-image-contact {
	width: 717px;
	height: 309px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background-repeat: no-repeat;
}
#teaser-image-homepage {
	background-image: url(img/Astaro.jpg);
}
#teaser-image-se {
	background-image: url(img/teaser-se.jpg);
}
#teaser-image-erp {
	background-image: url(img/teaser-erp.jpg);
}
#teaser-image-dev {
	background-image: url(img/teaser-dev.jpg);
}
#teaser-image-unicast {
	background-image: url(img/teaser-unicast.jpg);
}
#teaser-image-icure {
	background-image: url(img/teaser-icure.jpg);
}
#teaser-image-defiris {
	background-image: url(img/teaser-defiris.jpg);
}
#teaser-image-contact {
	background-image: url(img/teaser-contact.jpg);
}
#teaser {
	padding-left: 330px;
	padding-top: 60px;
	padding-right: 20px;
	height: 200px;
	color: #999;
}
#teaser.narrow {
	padding-top: 40px;
	padding-left: 410px;
	padding-right: 10px;
	margin-bottom: 62px;
}
#teaser h2 {
	font-size: 1.7em;
	margin-bottom: .5em;
}
#teaser h2 strong {
	font-weight: normal;
	color: #29aae1;
}
#teaser h2 em {
	display: block;
	padding-top: .5em;
	color: #999;
	font-style: normal;
	font-size: .65em;
}
#teaser p {
	margin-top: 0;
}
#teaser ul {
	list-style-type: square;
}
#teaser div.image {
	position: absolute;
	right: 390px;
	top: 65px
}


/* Page > Success stories */
div#success-stories div {
	overflow: hidden;
	float: left;
	margin: 10px 6px 10px 0;
	padding: 20px;
	color: #fff;
}
div#success-stories h3 {
	margin-top: 0;
	margin-bottom: .75em;
	color: #fff;
	font-size: 1.7em;
	font-weight: normal;
}
div#success-stories a:hover,
div#success-stories a:active,
div#success-stories a:focus {
	text-decoration: none;
	color: #fff !important;
}
div#case-1 {
	background: url(img/casestudy-gray.jpg) no-repeat;
	width: 282px;
	height: 131px;
}
div#case-1 a:link,
div#case-1 a:visited {
	color: #cccccc;
}
div#case-2 {
	background: url(img/casestudy-orange.jpg) no-repeat;
	width: 285px;
	height: 131px;
}
div#case-2 a:link,
div#case-2 a:visited {
	color: #ffcc66;
}
div#case-3 {
	background: url(img/casestudy-green.jpg) no-repeat;
	width: 282px;
	height: 131px;
}
div#case-3 a:link,
div#case-3 a:visited {
	color: #00965a;
}
div#case-4 {
	background: url(img/casestudy-blue.jpg) no-repeat;
	width: 285px;
	height: 131px;
}
div#case-4 a:link,
div#case-4 a:visited {
	color: #B8E7E4;
}


/* Contact & Jira */
#jira tr td input {
	margin: .2em;
}

#contact input,
#contact textarea {
	margin: .5em 0;
}
#contact-submit {
	height: 26px;
	margin-top: 20px !important;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	color: transparent;
	font-size: 0;
	line-height: 0;
}
#contact-submit.en {
	width: 109px;
	background: url(img/contact-send-en.gif) no-repeat;
}
#contact-submit.nl {
	width: 127px;
	background: url(img/contact-send-nl.gif) no-repeat;
}
#contact-submit.fr {
	width: 136px;
	background: url(img/contact-send-fr.gif) no-repeat;
}
#contact-submit.de {
	width: 128px;
	background: url(img/contact-send-de.gif) no-repeat;
}


/* Footer */
#footer {
	background: url(img/footer.png) repeat-x;
	clear: both;
	overflow: hidden;
	height: 37px;
}
#footer-inner {
	background: url(img/footer-inner.jpg) no-repeat;
	margin-top: 13px;
	height: 24px;
	line-height: 24px;
	
	color: #fff;
	font-size: .9em;
}
#footer-inner p {
	margin: 0;
	padding: 0 25px;
}
#footer-inner a:link,
#footer-inner a:visited,
#footer-inner a:hover,
#footer-inner a:active {
	text-decoration: none;
	color: #bbb;
}
#footer-inner a:hover,
#footer-inner a:active,
#footer-inner a:focus {
	color: #fff;
<<<<<<< .mine
}
=======
}

/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border:			1px solid #393939;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			10px Tahoma, Verdana, Arial, sans-serif;
	color:			#fff;
	background:		#333439;
	text-align:     center !important; 
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #aaa;
	background: 	#ffffff;
	cursor:			hand;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}
/* ©2008 MagicToolbox.com. To use this code on your own site, visit http://www.magictoolbox.com */

/* CSS class for thumbnail link <A> */
.MagicThumb {
    cursor: url(cursor/zoomin.cur), pointer;
    outline: none;
}

/* CSS class for the thumbnail link <A> when the big image is zoomed */
.MagicThumb-zoomed { cursor: default; }

/* CSS class for span inside the thumbnail <A> */
.MagicThumb span { display: none; }

/* CSS class for the thumbnail image */
.MagicThumb img { border: 1px solid #808080; outline: none; }

/* CSS class for the big image while zooming */
.MagicThumb-image { border: 1px solid #cccccc; outline: none; }

/* CSS class for the zoomed big image */
.MagicThumb-image-zoomed { cursor: url(cursor/zoomout.cur), pointer; }

/* CSS class for the caption under the big zoomed image */
.MagicThumb-caption {
    color: #333333;
    background-color: #d4d4d4;
    border: 1px solid #CCCCCC;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    padding: 8px 16px;
}

/* CSS class for the control bar */
.MagicThumb-controlbar {
	display: block;
	height: 18px;
}

.MagicThumb-controlbar a {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px 1px;
	outline: none;
	float: left;
	overflow: hidden;
}

.MagicThumb-controlbar a span {
	display: block;
	width: 1000px;
	height: 1000px;
	background: transparent url(graphics/controlbar.png) no-repeat 0 0;
	outline: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* CSS class for the loading message box */
.MagicThumb-loading {
	border: 1px solid #000000;
	background: #ffffff url(graphics/loader.gif) no-repeat 2px 50%;
	padding: 2px 2px 2px 22px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
}>>>>>>> .r8476
