@CHARSET "UTF-8";

/* styles                                 */
/*                                        */
/* media:	screen                        */
/* use:		on every page                 */
/* author:	click solutions GmbH          */
/*          Enrico Biermann	              */
/*                                        */


/*
 **************************
 *
 * general html elements
 *
 **************************
 */
html, body {
	height: 100%;
	width: 100%;
	font-family: 'UniversLTW02-57Condense 726300', 'Arial', 'Helvetica', 'sans-serif';
}

html {
	overflow: scroll; }

a {
	text-decoration: none;
}

h1, h2, h3, b, strong {
	font-family: 'UniversLTW02-67BoldCn', 'Arial', 'Helvetica', 'sans-serif';
}



/*
 **************************
 *
 * wrapper
 *
 **************************
 */
.main-wrapper {
	width: 1240px;
	margin: 0 auto 40px auto;
	position: relative;
}

.content-wrapper {
	width: 1080px;
	margin: 0 auto;
}

.opacity-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0.5;       /* modern browser */  
    -moz-opacity: 0.5;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=50); /* IE5.x -7.0 */  
	background-color: #FFFFFF;
}

/*
 **************************
 *
 * header
 *
 **************************
 */
.header-container {
	position: relative;
} 
 
.logo {
	width: 320px;
	height: 90px;
	margin: 40px 0 0 0;
}

div.header-container ul {
	width: 75%;
	height: 25px;
	padding: 20px 0 10px 0;
	margin: 0 0 0 0;
	float: left;
	border-bottom: 10px solid #333;
	list-style: none;
}

div.header-container ul li {
	height: 25px;
	line-height: 25px;
	border-right: 1px solid #333;
	float: left;
	padding: 0 20px;
	color: #666;
	font-size: 22px;
	font-family: 'UniversLTW02-67BoldCn', 'Arial', 'Helvetica', 'sans-serif';
	text-transform: uppercase;
}

div.header-container ul li a {
	color: #666;
}

div.header-container ul li.selected a, div.header-container ul li:hover a {
	color: #006487;
}

div.header-container ul li:first-child {
	border-left: 1px solid #333;
}



/*
 **************************
 *
 * footer
 *
 **************************
 */
.footer-container {
	border-top: 10px solid #999;
	padding: 10px 0 15px 0;
}

 .footer-list {
 	width: 80%;
 	float: left;
 	padding: 0;
 	margin: 0;
 	list-style: none;
 }
 
.footer-list-item {
	border-left: 1px solid #666;
	float: left;
	color: #666;
	font-size: 17px;
	line-height: 12.5px;
	padding: 0 10px 0 10px;
}

.footer-list-item a {
	color: #666;
}

.footer-list-item:first-child {
	border-left: 0;
	padding-left: 0;
}

.footer-link {
	padding: 0;
 	margin: 0;
	width: 20%;
	float: right;
	font-size: 17px;
	line-height: 12.5px;
	text-align: right;
	color: #000;
}



/*
 **************************
 *
 * content
 *
 **************************
 */
.content-container {
	position: relative;
} 

h1 {
	margin: 10px 0 25px 0;
	color: #333;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 35px;
}

body.start h1 {
	font-size: 17px; 
	font-family: 'UniversLTW02-57Condense 726300', 'Arial', 'Helvetica', 'sans-serif' !important; font-weight: normal;
	text-transform: none; 
	color: #333 !important; }

table {
	font-size: 17px; 
}

table td {
	padding: 5px 30px 5px 0px; 
}

.content-container p, .content-container td {
	font-size: 17px;
	color: #333;
}

.content-container a {
	color: #006487;
	text-decoration: underline;
}

div.content-container > a {
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-family: 'UniversLTW02-67BoldCn', 'Arial', 'Helvetica', 'sans-serif';
	border: 1px solid #333;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	position: absolute;
	top: 70px;
	right: 0;
}

.content-container > p {
	width: 760px;
}

.content-container > ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

.content-container > ul > li > img {
	float: left;
}

.content-container > ul > li > img.thumb-img {
	cursor: pointer;
}

.content-container > ul > li > img.open-gallery-image-button {
	width: 20px;
	height: 20px;
	float: left;
	border: none;
	display: block;
	cursor: pointer;
}

.content-container > ul > li > div {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #999;
	width: 840px;
	float: left;
	margin: 0 0 0 20px;
}

.content-container > ul > li > div > p {
	line-height: 20px;
	font-size: 17px;
	text-transform: uppercase;
	color: #666;
	margin: 0;
	padding: 0;
}

.content-container > ul > li > div > p:first-child {
	color: #333;
}

.content-container > ul > li > ul {
	list-style: none;
	width: 840px;
	margin: 10px 0 0 40px;
	padding: 0;
	float: left;
}



/*
 **************************
 *
 * content-mod-contact
 *
 **************************
 */
body.kontakt .content-container form {
	border-top: 1px solid #999999;
	margin-top: 15px;
}

body.kontakt .content-container form > div {
	padding: 10px 0;
}

body.kontakt .content-container form > div:first-child {
	border-bottom: 10px solid #999;
}

body.kontakt .content-container form div.left-column {
	width: 440px;
	float: left;
}

body.kontakt .content-container form div.right-column {
	width: 640px;
	float: right;
}

body.kontakt .content-container form label {
	width: 140px;
	height: 20px;
	line-height: 20px;
	margin: 10px 0;
	display: block;
	float: left;
}

body.kontakt .content-container form label.error {
	width: 440px;
	float: right;
	position: relative;
	left: 140px;
	margin: -5px 0 10px 0;
}

body.kontakt .content-container form input[type="text"],
body.kontakt .content-container form input[type="email"] {
	width: 200px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #000000;
	margin: 10px 0;
	display: block;
	float: left;
}

body.kontakt .content-container form input.required {
	background: url("../../images/ELKI_marked_required.png") no-repeat left center;
	padding-left: 12px;
	width: 188px;
}

body.kontakt .content-container form input.required.error {
	border-color: #990000;
}

body.kontakt .content-container form div.right-column label {
	width: inherit;
	float: none;
	display: inline;
	margin: 10px 0;
}

body.kontakt .content-container form input[type="checkbox"] {
	margin: 10px 15px 10px 0;
}

body.kontakt .content-container .optional-data > p {
	margin: 5px 0 20px 0;
}

body.kontakt .content-container .optional-data .right-column label {
	display: block;
}

body.kontakt .content-container .optional-data .right-column textarea {
	width: 634px;
	margin-top: 10px;
	height: 102px;
	line-height: 25.5px;
	border: 1px solid #000000;
}

body.kontakt .content-container input[type="submit"] {
	width: 342px;
	line-height: 22px;
	height: 22px;
	font-family: inherit;
	margin: 20px 0;
	background: #006487 url("../../images/ELKI_pfeile.png") no-repeat right center;
	display: block;
	padding: 0 7px;
	border: none;
	color: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
}
 

/*
 **************************
 *
 * content-mod-start
 *
 **************************
 */
body.start h1 {
	color: #006487;
	margin: 0px;
	height: 60px;
	line-height: 60px;
}

body.start .content-container > p {
	width: 775px;
	margin: 0 0 24px 0;
	font-size: 17px;
	color: #666;
	line-height: 23px;
}

body.start .content-container > p:last-child {
	width: 775px;
	margin: 0 0 18px 0;
	font-size: 17px;
	color: #000;
	line-height: 23px;
}

body.start .content-start {
	width: 800px;
}

.start-image-container {
	position: relative;
	width: 1080px;
	height: 500px;
}

.start-image-container > img.hidden,
.start-image-container > div.hidden{
	display: none;
}

.start-image-container > img {
	width: 1080px;
	height: 490px;
	display: block;
	border-bottom: 10px solid #333;
	position: absolute;
}

.start-image-container > div  {
	width: 240px;
	margin: 17px 0 0 0;
	position: absolute;
	top: 500px;
	right: 0;
}

.start-image-container > div > p{
	margin: 0;
	font-size: 22px;
	font-family: 'UniversLTW02-67BoldCn', 'Arial', 'Helvetica', 'sans-serif';
	color: #006487;
}

body.start .start-image-container + a{
	width: 222px;
	height: 20px;
	line-height: 20px;
	font-family: inherit;
	border: none;
	text-align: left;
	text-transform: uppercase;
	padding: 0 0 0 18px;
	position: absolute;
	bottom: 0;
	top: inherit;
	right: 0;
	background-color: #006487;
	color: #fff;
}



/*
 **************************
 *
 * content-mod-landing
 *
 **************************
 */
body.start .landing-conatainer {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 100;
	background-color: #FFFFFF;
}

.landing-conatainer .landing-image-container {
	height: 535px;
	width: 700px;
	margin: 0 auto;
}

.landing-conatainer .landing-image-container img {
	width: 260px;
	height: 236px;
	margin: 0 auto;
	display: block;
	padding-top: 190px;
}

.landing-conatainer a {
	display: block;
	margin: 15px auto 0 auto;
	text-transform: uppercase;
	font-family: 'UniversLTW02-67BoldCn', 'Arial', 'Helvetica', 'sans-serif';
	width: 700px;
	text-align: center;
	color: #333333;
}



/*
 **************************
 *
 * content-mod-works
 *
 **************************
 */
body.erster_eindruck .content-container .search-field,
body.login .content-container .search-field {
	text-transform: uppercase;
	line-height: 22px;
	font-size: 15px; 
	color: #666666;
} 

body.erster_eindruck .content-container > ul,
body.login .content-container > ul {
	margin: 0;
	margin-top: 20px;
}

body.erster_eindruck .content-container > ul > li,
body.login .content-container > ul > li {
	padding: 20px 0 0 0;
	width: 100%;
	border-bottom: 10px solid #999;
}

body.erster_eindruck .content-container > ul > li:last-child,
body.login .content-container > ul > li:last-child {
	border-bottom: 0;
}

body.erster_eindruck .content-container > ul > li > ul,
body.login .content-container > ul > li > ul {
	list-style: none;
	width: 840px;
	margin: 0 0 0 30px;
	padding: 0;
}

body.erster_eindruck .content-container > ul > li > ul > li,
body.login .content-container > ul > li > ul > li {
	float: left;
	border-right: 1px solid #333;
	font-size: 14px;
	line-height: 10px;
	color: #999;
	text-transform: uppercase;
	padding: 0 10px;
	margin-top: 10px;
}

body.erster_eindruck .content-container > ul > li > ul > li:last-child,
body.login .content-container > ul > li > ul > li:last-child {
	border-right: none;
}

.content-container .img-year {
	float: left;
}

.content-container .img-measures {
	float: left;
	padding-left: 7px;
	margin-left: 7px;
	margin-top: 2px;
	border-left: solid 1px #666;
	line-height: 15px;
}

.open-gallery-image-container {
	display: none;
	position: relative;
	z-index: 2;
	min-width: 550px;
}

.open-gallery-image-container img {
	display: block;
}

.open-gallery-image-container .image-data {
	float: left;
	height: 40px;
	line-height: 40px;
}

.open-gallery-image-container .image-data span {
	text-transform: uppercase;
	border-left: 2px solid #666666;
	font-family: 'UniversLTW02-67BoldCn', 'Arial', 'Helvetica', 'sans-serif';
	color: #666666;
	line-height: 12px;
	display: inline-block;
	padding: 0 7px 0 10px;
}

.open-gallery-image-container .image-data span:first-child {
	border: none;
	padding-left: 0px;
}

.open-gallery-image-container .close-button {
	float: right;
	height: 40px;
	cursor: pointer;
	width: 134px;
}

.open-gallery-image-container .close-button span {
	color: #666666;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	display: block;
	float: left;
}

.open-gallery-image-container .close-button button {
	border: none;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 40px;
	background-color: #666666;
	font-family: 'UniversLTW02-67BoldCn', 'Arial', 'Helvetica', 'sans-serif';
	float: right;
}

/*
 **************************
 *
 * content-mod-vita
 *
 **************************
 */
body.vita table {
	width: 760px;
	margin: 0 0 40px 0;
	padding: 0;
	float: left;
}

body.vita table tr td {
	width: 650px;
}

body.vita table tr td:first-child {
	width: 105px;
}

body.vita p.pic-vita {
	width: 320px;
	float: right;
	text-align: right;
	margin: 0;
	padding-bottom: 10px;
}

body.vita p.pic-vita img {
	display: block;
	float: right;
}



/*
 **************************
 *
 * content-mod-ausstellungen
 *
 **************************
 */
body.ausstellungen table {
	width: 100%; 
	color: #ccc; 
}

body.ausstellungen table tr{
	height: 60px;
	border-top: 1px solid #333;
}

body.ausstellungen table td {
	line-height: 20px;
	height: 40px;
	padding: 10px 0 10px 20px;
	width: 911px;
}

body.ausstellungen table td p {
	padding: 0;
	margin: 0;
}

body.ausstellungen table td strong {	
	text-transform: uppercase; 
	font-family: 'UniversLTW02-57Condense 726300', 'Arial', 'Helvetica', 'sans-serif';
}

body.ausstellungen table td:first-child {
	width: 145px;
	border-right: 4px solid #006487;
	padding: 0;
	display: inline-block;
	margin: 10px 0 10px 0;
} 



/*
 **************************
 *
 * login-overlay
 *
 **************************
 */
.login-nav-element {
	width: 25%;
	height: 25px;
	padding: 20px 0 10px 0;
	border-bottom: 10px solid #333;
	float: right;
	font-size: 22px;
	font-family: 'UniversLTW02-67BoldCn', 'Arial', 'Helvetica', 'sans-serif';
	text-transform: uppercase;
	text-align: right;
	line-height: 25px;
	color: #999;	
}

.login-overlay {
	width: 220px;
	height: 154px;
	position: absolute;
	right: 0;
	top: 185px;
	background-color: #F4F4F4;
	border: 1px solid #000000;
	z-index: 1;
	display: none;
}

.login-overlay.display {
	display: block;
}

.login-overlay.logged-in {
	height: 145px;
}

.login-overlay.reset-password {
	height: 190px;
}

.login-overlay.forgot-password {
	height: 88px;
}

.login-overlay.error {
	height: 72px;
}

.login-overlay p {
	margin: 7px 7px 0 7px;
}

.login-overlay label {
	margin: 7px 7px 0 7px;
	display: block;
}

.login-overlay input {
	display: block;
	margin: 7px;
	padding: 0 6px;
	line-height: 22px;
	width: 192px;
	border: 1px solid #BABABA;
	font-size: 15px;
	color: #666666;
}

.login-overlay label+input {
	margin: 0 7px 7px 7px;
}

.login-overlay .button {
	width: 192px;
	border: none;
	background: #006487 url("../../images/ELKI_pfeile.png") no-repeat right center;
	text-transform: uppercase;
	text-align: left;
	color: #FFFFFF;
	display: block;
	padding: 0 7px;
	margin: 0 7px;
	line-height: 22px;
}

.login-overlay input.button {
	width: 206px;
}

.login-overlay a.button {
	margin-top: 14px;
}

.login-overlay .link {
	color: #3C88A2;
	padding: 0 7px;
	font-size: 14px;
	line-height: 16px;
}



/*
 **************************
 *
 * buttons
 *
 **************************
 */
body.login a.link_button {
	width: 100px;
	line-height: 22px;
	height: 22px;
	font-family: inherit;
	background: #006487 url("../../images/ELKI_pfeile.png") no-repeat right center;
	display: block;
	padding: 0 7px;
	border: none;
	color: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
	position: inherit;
	top: inherit;
	right: inherit;
}
 
 

/*
 **************************
 *
 * mod-landing
 *
 **************************
 */
.content-wrapper-mod-index {
	width: 700px;
	margin: 0 auto;
}

.image-container-mod-index {
	width: 100%;
	height: 395px;
	padding: 240px 0 0 0;
}

.content-container-mod-index {
	border-top: 10px solid #333;
	width: 100%;
	text-align: center;
	padding: 15px 0 0 0;
}

.image-mod-index {
	width: 360px;
	height: 330px;
	margin: 0 auto;
	display: block;
}

.forward-mod-index {
	text-align: center;
	color: #666666;
	font-size: 17px;
	text-transform: uppercase;
}



/*
 **************************
 *
 * general classes
 *
 **************************
 */


/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
  	display:table;
}
 
.cf:after {
	clear:both;
}
 
/* For IE 6/7 (triggers hasLayout) */
.cf {
  	*zoom:1;
}
 
#landing-container {
	cursor: pointer; }