/* Suggested order (by http://www.mozilla.org/css/base/content.css):
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/* general */

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

html, body {
	width: 100%;
	height: 100%;
}
body {
	font-size: 16px;
}

img {
	border: none;
}

a {
	outline: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

/* Layout */

#container {
	position: relative;
	width: 909px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	background: url(/img/phaenovum/bg_border_long.jpg);
}

#header {
	position: relative;
	width: 100%;
	height: 116px;
	padding-top: 20px;
	background: #ffffff url(/img/phaenovum/bg_header.jpg) no-repeat 0 20px;
}

#logo {
	position: absolute;
	left: 30px;
	width: 210px;
	height: 108px;
	margin-top: 1px;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/img/phaenovum/phaenovum_logo.png) no-repeat;
	text-indent: -9000px;
}

#legal {
	position: absolute;
	right: 26px;
	margin-top: 1px;
}

#menu {
	position: relative;
	width: 100%;
	min-height: 3.6em;
	margin-top: -6px;
	background: transparent url(/img/phaenovum/bg_border_short.jpg) no-repeat 0 6px;
}

#content {
	position: relative;
	width: 100%;
	background: transparent url(/img/phaenovum/bg_content_0.jpg) no-repeat;
	width: 100%;
	min-height: 450px;
}

#center {
	position: relative;
	float: left;
	padding: 36px 0 10px 0;
	margin-left: 175px;
	width: 475px;
}

#footer-pre {
	position: relative;
	width: 100%;
	height: 13px;
	background: transparent url(/img/phaenovum/bg_footer_pre.jpg) no-repeat;
}

#footer {
	position: relative;
	width: 100%;
	min-height: 1.3em;
	margin-top: -6px;
	background: transparent url(/img/phaenovum/bg_border_short.jpg) no-repeat 0 6px;
}

#footer-post {
	position: relative;
	width: 100%;
	height: 16px;
	background: transparent url(/img/phaenovum/bg_footer_post.jpg) no-repeat;
}

#right {
	position: relative;
	float: right;
	top: 6px;
	right: 5px;
	width: 217px;
	border-left: 1px solid #000;
	min-height: 200px;
	margin-bottom: 2em;
	padding-bottom: 1em;
}
#right-post {
	position: absolute;
	bottom: -6px;
	width: 100%;
	height: 7px;
	background: url(/img/phaenovum/bg_right_post.jpg) no-repeat center bottom;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}




#legal ul {
	list-style: none;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
#legal li {
	float: left;
	margin-left: -1px;
	background: #fff;
	color: #555555;
	padding: 0.2em 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	overflow: hidden;
}
#legal li a {
	color: #555555;
	text-decoration: none;
	padding: 0.4em 0.6em;
}


#menu {
	min-height: 3.4em;
}
#menu ul {
	position: absolute;
	min-height: 1.7em;
	left: 14px;
	top: 0;
	width: 881px;
	background: #81868a;
	color: #fff;
	list-style: none;
}
#menu ul ul {
	position: absolute;
	left: 0;
	top: 1.7em;
	min-height: 1.7em;
	margin-left: 0;
}

#menu li {
	float: left;
	padding: 0.3em 0 0.2em 0;
	overflow: hidden;
}
#menu li li {
	padding-left: 0;
	padding-right: 0;
}
#menu li a {
	color: #fff;
	text-decoration: none;
	padding: 0.4em 2em;
}
#menu li li a {
	padding: 0.4em 0.7em;
}
#menu li ul {
	display: none;
}
#menu li.active ul {
	display: block;
}
#menu li a:hover,
#legal li a:hover {
	color: #81868a !important;
	background-color: #e5e5e5 !important;
}
#menu li a.active,
#legal li a.active,
#menu li.active ul,
#menu li.active a {
	color: #81868a;
	background-color: #fff;
}
#legal li.active a,
#menu li.active li.active a {
	color: #FF6700;
}
#menu li.active li.active a:hover {
	color: #FF6700 !important;
	background-color: #fff !important;
}


#footer div {
	width: 861px;
	margin-left: 14px;
	padding: .25em 0 .25em 20px;
	background: #81868A;
	color: #fff;
}
#footer a,
#footer a:visited,
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#footer ul {
	float: right;
	list-style: none;
}
#footer ul li {
	float: left;
	margin-right: 1.2em;
}
#footer ul li span {
	background-image: url(/img/phaenovum/flags.png);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	float: left;
	width: 16px;
	height: 8px;
	border: 1px solid #fff;
	margin: 0.2em 0.3em 0 0;
}

.header,
#footer p,
#footer ul,
#menu,
#legal,
#right h1 {
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Lucida Console", "Monaco", "Bitstream Vera Sans Mono", monospace;
}

#legal li ul {
	border: none;
	height: 1em;
	display: block;
	overflow: hidden;
	padding: 0em 0em 0.2em 0.5em;
}
#legal li ul li {
	margin: 0;
	border: none;
}
#legal li ul li a {
	padding: 0em;
	margin: 0;
}
#legal li.languages li a {
	display: block;
	width: 16px;
	height: 8px;
	overflow: hidden;
	background-image: url(/img/phaenovum/flags.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	line-height: 18px;
	border: 1px solid #000;
	margin: 0 0.5em 0 0;
}
#legal li.languages li.de a,
#footer ul li.de a span {
	background-position: 0px 0px;
}
#legal li.languages li.en a,
#footer ul li.en a span {
	background-position: -16px 0px;
}
#legal li.languages li.fr a,
#footer ul li.fr a span {
	background-position: -32px 0px;
}

.registered {
	margin-left:0.1em;
	font-size:0.9em;
	position:relative;
	top:-0.05em;
}

.content {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "Bitstream Vera Sans", sans-serif;
/* 	font-family: Verdana, Helvetica, Arial, sans-serif; */
	color: #555555;
}
.content h1 {
	margin-bottom: 1.1em;
	font-size: 0.9em;
	line-height: 1em;
	color: #000;
}
.content h2 {
	margin-bottom: 0.2em;
	font-size: 0.85em;
	line-height: 1.7em;
	color: #ff6700;
}
.content h2 .date {
	font-size: 0.8em;
	display: block;
	font-weight: normal;
	color: #555555;
}
.content h3 {
	margin-bottom: 1.4em;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #555555;
}
.content p,
.content ul,
.content ol,
.content dl,
.content table {
	margin-bottom: 1.2em;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #555555;
}
.content li {
	margin-left: 1.5em;
	margin-bottom: 0.4em;
}
.content ol li {
	margin-left: 1.8em;
}
.content li li {
	margin-bottom: 0em;
}
.content li p,
.content li ul,
.content li ol,
.content li dl {
	font-size: 1em;
	list-style-type: disc;
	margin-bottom: 0;
}
.content td {
	vertical-align: top;
	padding: 0 .5em 0 0;
}
.content dd,
.content dt {
	margin-bottom: 0.2em;
}

.content address {
	margin-top: 1em;
	margin-bottom: 1em;
}

.content hr {
	height: 4px;
	border-top: 1px dashed #81868a;
	border-bottom: 1px dashed #81868a;
	border-left: none;
	border-right: none;
	margin-bottom: 1.2em;
}

.content fieldset {
	border: none;
	margin-bottom: 2em;
}

fieldset ol {
	list-style: none;
}
.content fieldset li {
	margin-left: 0.2em;
	float: left;
	width: 40%;
	margin-right: 5%;
}
.content fieldset li.textarea {
	clear: both;
	width: 95%;
}
fieldset label {
	display: block;
}
fieldset input,
fieldset select,
fieldset textarea {
	background: #fff;
	border: 1px solid #2D4980;
	width: 100%;
	outline: none;
	padding: .3em .5em .2em .5em;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "Bitstream Vera Sans", sans-serif;
}
fieldset select {
	padding: .3em 0 0 0;
}
fieldset textarea {
	width: 90%;
	height: 10em;
}
fieldset option {
	padding: .3em .2em 0em .5em;
	outline: none;
}
fieldset input:focus,
fieldset textarea:focus {
	border: 1px solid #ff6700;
	background-color: #fff !important;
}
fieldset .form-error {
	background-color: #FFC8A2;
	border-color: #ff6700;
}
fieldset li.long {
	width: 89% !important;
}

.content p.error {
	color: #ff6700;
	font-weight: bold;
}

.content a,
.content a:visited {
	color: #ff6700;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.content h2 a:hover {
	text-decoration: none;
}

.content .template.simple_photo a.img {
	display: block;
	line-height: 1px;
}
.content .template.simple_photo div.img {
	float: right;
	margin: 0em 0 .3em 1em;
	border: 1px solid #81868a;
}
.content .template.simple_photo p {
	text-align: justify;
}

.content ul.gallery {
	list-style: none;
	margin-right: -20px;
}
.content ul.gallery li {
	float: left;
	display: block;
	line-height: 1px;
	margin: 0 20px 10px 0;
}
.content ul.gallery img {
	border: 1px solid #81868a;
}

#right h1 {
	width: 100%;
	margin-top: 25px;
	overflow: hidden;
	text-align: center;
	background: #81868a;
	color: #fff;
}
#right h1.sub {
	margin-top: 0;
	text-align: left;
}
#right h1 a,
#right h1 a:visited {
	display: block;
	width: 100%;
	padding: .25em 0;
	color: #fff;
	text-decoration: none;
}
#right h1 a:hover,
#right h1 a.active {
	background: #81868a;
	text-decoration: none;
}
#right h1.sub a {
	color: #81868a !important;
	background: #e5e5e5 !important;
	padding-left: .7em;
}

#right .news {
	position: relative;
	padding: 0.5em 0 0.6em 0;
}
#right .news.start {
	padding-bottom: 0;
}
#right hr {
	height: 4px;
	border-top: 1px dashed #81868a;
	border-bottom: 1px dashed #81868a;
	border-left: none;
	border-right: none;
}

.news h2,
.news p,
.news ul,
.news ol,
.news dl {
	font-size: 0.7em !important;
	line-height: 1.2em !important;
	margin-bottom: 0.5em  !important;
}
.news h2 {
	padding: 0 10px 0em 10px;
	margin-bottom: 0.2em !important;
}
.news.start h2 {
	margin-bottom: 1em !important;
}
.news p,
.news ul,
.news ol,
.news dl {
	padding: 0 10px;
}
.news p.more {
	display: block;
	position: absolute;
	right: -1px;
	bottom: 0.7em;
	height: 11px;
	width: 21px;
	border: 1px solid #000;
	padding: 0;
}
.news p.more a,
.news p.more a:visited {
	display: block;
	height: 11px;
	width: 21px;
	overflow: hidden;
	text-indent: -9000px;
	background: url(/img/phaenovum/more.png);
}
.news p.more a:hover {
	background: url(/img/phaenovum/more.png) 0 11px;
}

#right #downloads {
	position: relative;
	padding: 1.3em 0 0 0;
}
#right #downloads a {
	position: relative;
	left: 50%;
	margin-left: -56px;
	display: block;
	width: 112px;
	height: 33px;
	overflow: hidden;
	text-indent: -9000px;
	background: url(/img/phaenovum/downloads.png);
}

#nemata-logo {
	display: block;
	position: relative;
	width: 141px;
	height: 45px;
	margin-top: 5px;
	text-indent: -9000px;
	background: url(/img/phaenovum/nemata_logo.png);
}

#innocel-logo {
	display: block;
	position: relative;
	float: left;
	width: 121px;
	height: 91px;
	margin-top: 5px;
	margin-right: 10px;
	text-indent: -9000px;
	background: url(/img/phaenovum/innocel_logo.jpg);
}

/* Lightbox */

#lightbox-overlay-text-close,
#lightbox-caption {
	display: none;
}
#lightbox-imageBox {
	border: none !important;
}
#lightbox-imageContainer {
	padding: 0 !important;
	cursor: pointer;
}
.preload_largeLink, #prevLink:hover, #prevLink:visited:hover {
	background:url("/img/phaenovum/prev.gif") left 45% no-repeat !important;
}
.preload_nextLink, #nextLink:hover, #nextLink:visited:hover {
	background:url("/img/phaenovum/next.gif") right 45% no-repeat !important;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	background:transparent url("/img/lightbox/blank.gif") no-repeat; 
}
#lightbox-infoFooter {
	color: #555555 !important;
}
#lightbox-infoBox {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 0.7em !important;
}
#lightbox a, #lightbox a:link, #lightbox a:visited, #lightbox a:hover {
	text-decoration: none !important;
	color: #ff6700 !important;
}

div#offline-warning {
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	padding: 2px;
	border: 1px solid #E32118;
	background: #f8c5c5;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	z-index: 20;
}


/* Hacks */
/* http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

