* {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

body, table, select, input, textarea {
    font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    font-size: 12px;
	color: #606060;
}

body {
    background-color: #ffffff;
    background-repeat: repeat-y;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

table td {
    vertical-align: top;
}

h1,
h2,
h3,
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #676a6c;
	padding-bottom: 15px;
}

h1 {
	font-size: 14px;
}

h1.variation {
	border-bottom: 1px solid #bcc3c6;
	padding-bottom: 3px;
	margin-bottom: 15px;
}

img {
    border: 0px;
}

ul {
    list-style-type: none;
}

p {
    padding-bottom: 15px;
}


a {
    color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.anchor {
	line-height: 0px;
}

.error,
.message-warning {
	color: red;
}

.message-warning {
	padding-bottom: 15px;
}

/* Wraps */
#wrap {
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 50px;
	width: 972px;
}

/* Header */
#header {
	height: 90px;
}

#logoTypo {
	color: #8d8c8c;
	float: right;
	font-size: 11px;
	text-align: right;
	padding-top: 6px;
	line-height: 15px;
}

#logoTypo p {
	padding: 0px;
}

#logoTypo a {
	color: #8d8c8c;
}

#logoTypo img {
	margin-bottom: 8px;
}

/* Footer */
#footer {
	color: #b1afae;
	font-size: 12px;
	padding: 20px 0px 0px 0px;
	text-align: right;
}

#footer ul li {
	display: inline;
	padding: 0px 10px 0px 10px;
}

#footer a {
	color: #b1afae;
}

/* Mainnavigation */
#mainNavigation {
	padding: 5px 0px 0px 156px;
	height: 37px;
}

#mainNavigation li {
    font-weight: bold;
	font-size: 12px;
	float: left;
	text-transform: uppercase;
	padding-right: 30px;
}

#mainNavigation li a {
    color: #343434;
}

#mainNavigation li.active a {
    color: #f6a300;
}

/* Startseite */
#homepage {
	background-color: #eef0f0;
	background-repeat: repeat-y;
	height: 395px;
	padding: 20px 190px 0px 330px;
}

#homepage-image-align-0 {
	text-align: left;
}

#homepage-image-align-1 {
	text-align: center;
}

#homepage-image-align-2 {
	text-align: right;
}


#homepage p {
	padding: 0px;
}

#homepage img {
	margin-bottom: 10px;
}

#homepage a {
	color: #606060;
}

#hp-animation {
	position: absolute;
}

#hp-teaser {
	padding-top: 20px;	
	position: absolute;
	margin-left: 815px;
	width: 145px;
	
}

/* Kuenstlerliste */
#artists {
	position: absolute;
	margin: 0px 0px 0px 133px;
}

#artists img {
	margin-left: 24px;
}

ul.artist-navi {
	padding: 6px 0px 0px 0px;
}

ul.artist-navi li {
	padding-top: 3px;
	font-size: 13px;
}

ul.artist-navi li a {
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color: #ffffff;
	padding: 0px 0px 0px 25px;
}

ul.artist-navi li.active a,
ul.artist-navi li.active a:hover,
ul.artist-navi li a:hover {
	background-image: url(../images/bullet.gif);
	font-weight: bold;
	text-decoration: none;
}

ul.artist-navi li a:hover {
	font-weight: normal;
	position: relative;
}

/* Seiteninhalt */
#content {
	background-color: #eef0f0;
	background-repeat: repeat-y;
	background-image: url(../images/balken_artists.gif);
	padding: 10px 10px 30px 330px;
	min-height: 370px;
}

#images-column {
	width: 255px;
	float: right;
	margin-left: 10px;
}

#images-column img {
	margin-bottom: 15px;
}

.warning {
    padding: 30px 0px 0px 370px;
	width: 345px;
}

/* Tabellen */
#artist table,
#content table {
	margin-bottom: 10px;
}

#artist table td,
#content table td {
	padding: 0px 20px 10px 0px;
}

.vita table td p {
	padding: 0px;
}

.vita table td h3, 
.vita table td h4 {
	padding: 10px 0px 10px 0px;
}

/* Künstler-Übersicht */
#artist-overview {
	background-repeat: repeat-y;
	padding: 10px 0px 30px 330px;
}

.artist-list {
	list-style-type: none;
}

.artist-list li {
	float: left;
	margin: 0px 10px 20px 0px;
        height: 130px;
}

.artist-list li img {
	display: block;
	margin-bottom: 2px;
}

/* Vita */
#artist {
	background-color: #eef0f0;
	background-repeat: repeat-y;
	background-image: url(../images/balken_artists.gif);
	padding: 10px 0px 30px 330px;
}

.vita {
	width: 315px;
}


/* Galerie */
#artist-gallery {
	padding-top: 10px;		
	position: absolute;
	margin-left: 650px;
	width: 320px;
}

#artist-gallery table td  {
	height: 123px;
	width: 160px;
}

#extendedMenu {
	padding: 15px 0px 15px 25px;
}

#extendedMenu li {
	background-image: url(../images/pfeil_klein.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 15px;
}

#extendedMenu a {
	color: #ffffff;
}

#gallery {
    padding: 30px 0px 0px 245px;
	width: 550px;
}

.image-list {
	list-style-type: none;
}

.image-list li {
	width: 175px;
	float: left;
	margin-right: 75px;
	min-height: 152px;
	padding-bottom: 35px;
}

.image-list li img {
	width: 175px;
	height: auto;
}

.image-list li img.zoom {
	width: auto;
}

/* Footer */
#top-anchor {
	width: 715px;
	text-align: right;
	padding: 20px 0px 20px 0px;
}

/* Popup */
#popup-content {
	padding: 10px;
	width: 720px;
}


#popup-content td.image {
	padding-right: 10px;
	vertical-align: top;
}

#popup-content .close {
	vertical-align: bottom;
	white-space: nowrap;
}
#popup-content label.tab{
	width: 85px;
	display:block;
	float:left;
}
#popup-content input.box{
	width: 200px;
}
#popup-content #requestSender input.box,
#popup-content textarea {
	width: 285px;
}

#popup-content textarea {
	overflow: auto;
	height: 90px;
}

/* Ausstellungsarchiv */
/*
#archiv-exhibition {
    padding: 30px 0px 0px 239px;
	width: 475px;
}

#archiv-exhibition .intro {
	padding-left: 129px;
}

*/

.exhibition {
	margin-bottom: 15px;
}

.exhibition table td.image {
	text-align: right;
	width: 110px;
}

.exhibition table td.info {
	padding-left: 20px;
}


/*	Info-Brief */
/*
.ansprechpartner {
	list-style-type: none;
	height: 30px;
	padding-top: 10px;
}

.ansprechpartner li {
	font-weight: bold;
	float: left;
	padding-right: 70px;
}
*/

/* Kataloge */
#catalogs {
	background-color: #eef0f0;
	background-repeat: repeat-y;
	background-image: url(../images/balken_artists.gif);
	padding: 10px 10px 30px 330px;
}


#catalogs .catalog {
	padding-bottom: 30px;
}

#catalogs .catalog table td.image {
	text-align: right;
	width: 80px;
}

#catalogs .catalog table td.info {
	padding: 0px 15px 20px 15px;
	width: 220px;
}

#catalogs .intro {
	padding-right: 15px;
}


#catalog-form td {
	padding: 0px 20px 10px 0px;
}


/* Formulare */
textarea,
select,
input.text,
#contact-form td.text input,
#catalog-form td.text input,
#popup-content input.box {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px;
}

input.submit {
	padding: 2px 5px 2px 5px;
	background-color: #CCCCCC;
}

select {
	padding: 0px;
}

select>option {
	padding-right: 5px;
}

textarea {
	width: 305px;
	height: 100px;
	margin-bottom: 15px;
}

#contact-form td.text input,
#catalog-form td.text input {
	width: 200px;
}

#contact-form #zip {
	width: 40px;
}

#contact-form #city {
	width: 150px;
}

#requestForm {
	padding: 10px;
	background-color: #eef0f0;
	margin-bottom: 10px;
}

