/*
gray: #3f4946;
light grey: #848987;
*/
* {
	margin: 0;
	padding: 0;
	outline: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

body {
	text-align: center;
}

fieldset,img {
	border: 0;
}

label {
	display: block;
	float: left;
	width: 120px;
	padding-right: 20px;
	clear: both;
}

a,p,h1,h2,h3 {
	color: #3f4946;
	text-decoration: none;
}

a:hover, a.active {
	color: #3F4946;
}

li, li a {
	color: #848987;
	font-weight: bold;
}

h2 {
	margin: 20px 0 10px 0;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

h3 {
	font-family: serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
	line-height: 20px;
}

p {
	padding: 10px 0 10px 0;
}

ul {
	padding-left: 20px;
}

/** headlines */
h2.italic {
	font-family: serif;
	font-weight: normal;
	font-size: 25px;
	font-style: italic;
	line-height: 30px;
	text-decoration: underline;
	letter-spacing: 1px;
}

.c1,.c2,.c3,.c4 {
	display: block;
	width: 320px;
	float: left;
	position: relative;
}

.c2 {
	width: 640px;
}

.c3 {
	width: 960px;
}

.c {
	margin-left: 20px;
}

.b {
	border-top: 16px solid #3f4946;
}

.l {
	border-bottom: 1px solid #848987;
	padding-bottom: 20px;
}

/* serif */
.s {
	font-weight: normal;
	font-family: serif;
}

.u {
	text-decoration: underline;
}

.p {
	line-height: 25px;
	padding-top: 2px;
}

.spcr {
	width: 960px;
	float: left;
	height: 100px;
}

.hide {
	display: none !important;
}

.clear {
	clear: both;
}

.top, .more {
	font-size: 11px;
	display: block;
	text-align: right;
	width: 30px;
	height: 20px;
	position: absolute;
	bottom: 10px;
	right: 25px;
	color: #848987;
	background: url(../img/top.gif) 0 6px no-repeat;
}

.more {
	background: url(../img/next.gif) 0 6px no-repeat;
	width: 43px;
}

.pagination {
	list-style: none;
	height: 40px;
	line-height: 40px;
	clear: both;
	float: none;
}
.pagination li, .pagination .nxt a, .pagination .prv a {
	display: block;
	line-height: 40px;
}

.pagination .prv {
	float: left;
	width: 10%;
	text-align: right;
}

.pagination .prv a {
	background:url(../img/prev.gif) 0 15px no-repeat;
	color: #FFF;
}

.pagination .nmbrs {
	float: left;
	width: 80%;
	text-align: center;
	color: #3F4946;
	text-indent: 0;
}

.pagination .nxt {
	float: right;
	width: 10%;
}

.pagination .nxt a {
	background: url(../img/next.gif) right 15px no-repeat;
	color: #FFF;
}

.sub {
	padding-top: 15px;
	padding-bottom: 100px;
}

.date {
	font-weight: bold;
	padding: 0;
}

.abstract {
	font-weight: bold;
}

.breadcrumbs {
	font-size: 11px;
	height: 40px;
	line-height: 45px;
	display: block;
	overflow: hidden;
	margin-bottom: -11px;
	color: #3f4946;
}

.inline {
	clear: both;
}

.cite {
	text-transform: uppercase;
	font-size: 25px;
	line-height: 30px;
	font-family: serif;
	text-decoration: underline;
}

.designer .c {
	border-bottom: 1px solid #848987;
	height: 175px;
}

.designer p {
	display: block;
	float: right;
	text-align: left;
	width: 140px;
	padding-top: 20px;
	font-size: 11px;
}

.details .designer p {
	width: 460px;
}

.designer img {
	width: 140px;
	height: 140px;
	margin-top: 25px;
}

.product .c {
	padding: 15px 0;
	border-bottom: 1px solid #3f4946;
}

.product p, .pressFile p {
	display: block;
	float: right;
	text-align: left;
	width: 140px;
}

.product p {
	padding-top: 1px;
}

.product img, .pressFile img {
	width: 140px;
	height: 140px;
}

.pressFile .c {
	padding: 0 0 15px 0;
}

.pressFile a {
	font-weight: bold;
	color: #848987;
}

.pressFile a:hover {
	color: #3f4946;
}

.work, .post, .article {
	position: relative;
}

.work .c, .post .c, .article .c, .exhibition .c {
	border-bottom: 1px solid #848987;
	height: 175px;
}

.work img {
	margin-top: 25px;
	width: 220px;
	height: 140px;
}

.work h3, .post h3, .article h3, .exhibition h3, .post h3 {
	padding: 30px 0 5px 0;
	text-decoration: none;
}

.work h3, .work h3 a, .post h3, .post h3 a, .post h3 span, .exhibition h3, .exhibition h3 a {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
}

.work h3 {
	font-weight: bold;
}

.work p {
	padding-top: 0;
	padding-left: 1px;
}

.work p strong {
	padding-left: 1px;
}

.post h3 a, .exhibition h3 a {
	font-family: serif;
}

.post .c, .article .c, .exhibition .c {
	height: auto;
}

.article .pdf, .article .doc {
	height: 60px;
	background: url(../img/pdf.gif) top right no-repeat;
}

.article .pdf a, .article .doc a {
	line-height: 50px;
	display: block;
}

.article .doc {
	background: url(../img/doc.gif) top right no-repeat;
}

.article h3, .article h3 span, .exhibition h3 span, .post h3, .post h3 span, .s {
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-family: serif;
}

.article h3 span, .exhibition h3 span, .post h3 span {
	text-decoration: underline;
}

.post .preview {
	width: 240px;
	float: left;
	padding: 10px 0;
}

.post ul {
	list-style: none;
}

.post .preview img {
	width: 220px;
	height: 140px;
}

.post .preview .description {
	font-size: 11px !important;
	line-height: 15px;
	padding: 5px 0;
	display: block;
}
.registration .c {
	border-bottom: 1px solid #848987;
	padding-bottom: 20px;
}

.registration .error-message {
	margin-left: 145px;
	color: #ED1A3B;
	font-weight: bold;
}

.registration .text input {
	width: 400px;
	margin: 5px;
}

.registration .submit input {
	margin-left: 145px;
}

.gallery-related h3 {
	border-top: 1px solid #e1e7e4;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	text-transform: none;
	margin-top: 10px;
	padding-top: 10px;
}

.works-related .work {
	border-bottom: 1px solid #848987;
	height: 180px;
}

.works-detail {
	height: 373px !important;
}

.works-detail img {
	margin-top: 10px;
	height: 320px !important;
	width: auto !important;
}

#page,#header,#content,#footer,#slogan {
	position: relative;
}

#page {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 45px;
}

#slogan {
	left: 342px;
	top: 12px;
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 13px;
	color: #3f4946;
	word-spacing: 2px;
}

#meta {
	position: absolute;
	top: 12px;
	right: 20px;
}

#meta a {
	font-size: 11px;
}

#logo {
	z-index: 2;
	position: absolute;
	top: -12px;
	left: 20px;
	width: 300px;
	height: 58px;
	text-indent: -10000px;
	background: url(../img/co.gif) no-repeat;;
	position: absolute;
}

#logo a {
	display: block;
	height: 58px;
	width: 300px;
	outline: 0;
}

#nav {
	padding: 190px 0 0 0;
	height: 210px;
	list-style: none;
	background: url(../img/de/menu.gif) 0 190px no-repeat;
}

#nav a {
	display: block;
	font-size: 18px;
	line-height: 18px;
	height: 25px;
	overflow: hidden;
	width: 300px;
	text-indent: -10000px;
}

#nav a {
	background: url(../img/de/menu.gif) -142px 190px no-repeat;
}

#nav .exhibitions a:hover, #nav .exhibitions .active {
	background-position: 0px -221px;
}

#nav .works a:hover, #nav .works .active {
	background-position: 0px -246px;
}

#nav .documents a:hover, #nav .documents .active {
	background-position: 0px -271px;
}

#nav .designers a:hover, #nav .designers .active {
	background-position: 0px -296px;
}

#nav .articles a:hover, #nav .articles .active {
	background-position: 0px -321px;
}

#nav .products a:hover, #nav .products .active {
	background-position: 0px -346px;
}

#nav .posts a:hover, #nav .posts .active {
	background-position: 0px -371px;
}

#content {
	clear: both;
}

#slideshow {
	height: 400px;
	overflow: hidden;
}

#slideshow a, #slideshow span {
	display: block;
	height: 40px;
	line-height: 40px;
	float: left;
	padding: 0 4px;
	font-size: 11px;
}

#slideshow img, #slideshow .img, #slideshow-container {
	width: 620px;
	height: 360px;
	background: #CCC;
	overflow: hidden;
	padding: 0;
}

#slideshow .activeSlide {
	font-weight: bold;
}

#google-maps {
	width: 620px;
	height: 320px;
	border: 0;
	margin: 0;
	padding: 0;
}

#ReceiverAddPlugin label {
	display: none;
}

#ReceiverAddPlugin .input input {
	width: 292px;
	padding: 1px;
	font-weight: bold;
	color: #848987;
	line-height: 16px;
}

#ReceiverAddPlugin div {
	padding-bottom: 10px;
}

#footer {
	height: 85px;
	width: 940px;
	border-top: 1px solid #848987;
	border-bottom: 1px solid #848987;
	background: url(../img/ctg.gif) 3px 16px no-repeat;
	padding-top: 55px;
	margin-left: 20px;
	margin-bottom: 50px;
	clear: both;
	float: none;
}

#footer p {
	margin-left: 320px;
	padding: 0;
}

#footer p,#footer a {
	color: #848987;
	font-size: 11px;
}


#footer a:hover {
	color: #3F4946;
}


#footer .top {
	position: absolute;
	top: 2px;
	right: 27px;
}

/* video popup */
#co-video-overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #000;
	opacity: .8;
	filter: alpha(opacity=80);
	height: 100%;
	width: 100%;
	display: none;
}

#co-video-container {
	position:absolute;
	z-index: 1001;
	background: #FFF;
	display: none;
    padding: 10px;
    width: 630px;
	height: 426px;
	top: 125px;
	left: 195px;
}

#co-video-container div {
    width: 630px;
	height: 426px;
	z-index: 1002;
}

#co-video-close {
	background:white none repeat scroll 0 0;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:16px;
	line-height:16px;
	position:absolute;
	right:-1px;
	text-align:center;
	text-decoration:none;
	top:-17px;
	width:20px;
}

#co-video-container object {
    width: 100% !important;
    height: 100% !important;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}