
/* --- RESET --- */

* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
a:focus {
	border: none;
	outline: none;
	}
	
	
/* --- HTML/BODY --- */

html {
	height: 100%;
	}

body {
	background-color: #3e3e42;
	text-align: center;
	color: #fff;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 100%;
	}


/* --- LAYERS --- */

#main {
	width: 960px;
	border-top: 2px solid #ff0000;
	margin-right: auto;
	margin-left: auto;
	}

#nav {
	height: 58px;
	background: url(../images/nav_bg.gif) no-repeat 0 38px;
	}
	
#header-start, #header {
	height: 50px;
	background-color: white;
	}
	
#header {
	background: white url(../images/header_line.gif) no-repeat 0 bottom;
	}
	
#logo-start, #logo {
	background: url(../images/header_logo.gif) no-repeat center;
	height: 50px;
	}
	
#logo {
	float: right;
	width: 400px;
	}
	
#content {
	min-height: 480px;
	height: auto !important;
	height: 480px;
	background-color: white;
	color: black;
	clear: both;
	width: 960px;
	}

#content-intro {
	background-color: #3e3e42;
	}
	
#content-padding {
	padding: 30px 40px 50px;
	}
	
#lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	z-index: 100;
	/*
	background-color: red;
	opacity: 0.5;*/
	}
	
*html #lightbox {
	position: absolute;
	}
	

#footer {
	background: url(../images/impressum_pfeil.gif) no-repeat center top;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
.clear {
	clear: both;
	}


/* --- ELEMENTE --- */

a {
	color: #ff0033;
	cursor:pointer;
	}


/* --- NAVIGATION --- */

#nav table {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 47px;
	}
	
#nav td {
	padding-top: 13px;
	vertical-align: top;
	}
	
#nav td.active {
	background: url(../images/nav_arrow.gif) no-repeat center bottom;
	}
	
#nav a {
	margin-right: 8px;
	margin-left: 8px;
	}
	
	
/* --- HEADER --- */

#logo a {
	display: block;
	width: 240px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	}

h1 {
	float: left;
	padding-left: 40px;
	margin-top: 10px;
	font-size: 28px;
	color: #ff0033;
	z-index: 10;
	}

/* wenn gerendert
.headline {	
	text-indent: -3000px;
	background-repeat: no-repeat;
	behavior: url(../css/iepngfix.htc);
	color: #ff0033;
	background-position: 40px 12px;
	padding-top: 15px;
	}
*/

/* --- CONTENT: STATSEITE --- */


	

/* --- CONTENT: NEWS --- */

.news-nav {
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	}

.news-text {
	padding-top: 20px;
	width: 60%;
	padding-bottom: 10px;
	line-height: 1.5em;
	margin-right: auto;
	margin-left: auto;
	}
	
.news-text a {
	color: #ff0033;
	}
	
	
/* --- CONTENT: PORTFOLIO --- */

.portfolio-nav {
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	}
	
.portfolio .thumbnail {
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 1px;
	}

.portfolio .thumbnail:hover, .portfolio a:hover .thumbnail {
	cursor: pointer;
	-khtml-opacity:.80;
	-moz-opacity:.80;
	-ms-filter:”alpha(opacity=80)”;
	filter:alpha(opacity=80);
	opacity:.80;
	}

	
/* --- CONTENT: BÜCHER, KUNST & ARCHITEKTUR, AUSSTELLUNGEN & PLAKATE --- */

table.thumbnails-row {
	margin-left: auto;
	margin-right: auto;
	}

td.thumbnails-box {
	vertical-align: top;
	}
	
td.thumbnails-box img {
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	}
	
td.thumbnails-box p {
	padding-top: 10px;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	color: #444;
	}
	
.buecher .thumbnail-link:hover img, 
.kunst-architektur .thumbnail-link:hover img,
.ausstellungen-plakate .thumbnail-link:hover img {
	cursor: pointer;
	cursor: hand;
	border: 1px solid #ff0033;
	-khtml-opacity:.90;
	-moz-opacity:.90;
	-ms-filter:”alpha(opacity=90)”;
	filter:alpha(opacity=90);
	opacity:.90;
	}
	
.separator {
	height: 36px;
	background: url(../images/buecher-separator.gif) no-repeat 0 15px;
	}


/* --- CONTENT: PRESSE --- */

.presse {
	text-align: left;
	line-height: 1.5em;
	}

.multicol {
	column-count: 3;
	column-gap: 20px;
	}


/* --- CONTENT: KONTAKT --- */

.kontakt {
	}

.kontakt-text {
	height: 480px;
	margin-top: 20px;
	line-height: 1.6em;
	}
	
.kontakt-text p {
	padding-bottom: 8px;
	}

.kontakt-text a {
	color: #ff0033;
	}
	
	
/* --- CONTENT: IMPRESSUM --- */

.impressum-text {
	width: 60%;
	margin: 0 auto;
	line-height: 1.5em;
	}
	
.impressum-text p {
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.impressum-text strong {
	}
	
.impressum-text .nldx a {
	color: black !important;
	}
	
.impressum-link:hover {
	-khtml-opacity:.70;
	-moz-opacity:.70;
	-ms-filter:”alpha(opacity=70)”;
	filter:alpha(opacity=70);
	opacity:.70;
	}
	

/* --- FOOTER --- */

a.impressum {
	display: block;
	width: 100px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	}


