/* CSS Document */

html {
	background-color: #fff;
    text-align: left; 
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
	width: 100%;
    min-width: 990px;    
    height: 100%;
}

body, td, div {
    color: black;
    font-family: arial, helvetica, sans-serif;
}

a img {border: 0;}

p.bodytext span.none{
	text-decoration: none;
}


#clickarea {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

/* Mitglied werden, absolut einstellen */
.mitglied {
	position: absolute;
    left: 830px;
    top: 90px;
}


/* Header formatieren */
#header {
	position: absolute;
	top: 4px;
	left: 160px;
/*	margin: 4px auto 0 160px;*/
	z-index: 150;
	
	padding-bottom: 80px;
}

/* für diverse zweispaltige Bilder */



/* Navigation formatieren */
.level_1 {
	float: left;
	text-align: left;
    padding: 40px 10px 5px 0;
	margin: 94px auto auto 10px;
    width: 140px;
    min-height: 450px;
    max-height: 900px;
	text-decoration: none;
    list-style: none;
}

/* Weisses Menü für die Künstlerseite */
.navigationweiss {
	float: left;
	text-decoration: none;
}

/* für die weissen Namen der Künstlerseiten */


/* Linkzustände der Navigation formatieren */
.level_1 a, .level_1 a:visited {
	line-height: 16px;
    font-size: 13px;
	color: #bbb;
	text-decoration: line-through;
}

.level_1 a.active, .level_1 a.active:visited {
	color: black;
}


.level_1 a:hover, .level_1 a:focus {
	color: #000;
}

.navigationweiss a:hover, .navigationweiss a:focus {
	color: #fff;
}


.navigationweiss p.active {
	color: #fff;
}



/* Sekundärlinks mit einem Padding left */
.level_2 {
	text-align: left;
	margin-left: 20px;
    padding-left: 0;
    width: 120px;
    text-decoration: none; 
    list-style: none;
}

.level_2 li {
	line-height: 16px;
    font-size: 13px;
	color: #000;
	/*text-decoration: line-through;*/
}


/* Links im Contentbereich mit der Klasse 'aufruf' */
.aufruf {
	padding: 0px 0;
	margin: 0 auto 4px auto auto;
    color: black;
    border-bottom: 2px solid black;
}

a.aufruf:active {
	font-weight: 700;
    border-bottom: none;
}

/* Künstlerseite Linkformatierung */
.aufrufweiss {
	padding: 0px 0;
	margin: 0 auto 4px auto auto;
    color: white;
    border-bottom: 2px solid white;
}

a.aufrufweiss:active {
	font-weight: 700;
    border-bottom: none;
}

/* Den Linkborder bottom grau färben */
.aufrufgrau {
	padding: 0px 0;
	margin: 0 auto 4px auto auto;
    color: black;
    border-bottom: 2px solid #ccc;
}



/* Inhalte formatieren - 2 spaltig */
.spaltelinks {
	float: left;
	padding:0;
    margin-top: 120px;
    width: 344px;
    min-height: 300px;
    font-size: 13px;
}

.spalterechts {
	float: right;
	padding: 0;
    margin-top: 120px;
    width: 340px;
    min-height: 300px;
    font-size: 13px;   
}

.spaltelinks p.abstand, .spalterechts p.abstand {
	margin-top: 16px;
	line-height: 16px;
	margin-left: 20px;
}

.news-year {
	color: #ccc;
	margin: 30px 0;
	background:url("images/strike.gif") repeat scroll 0 0 transparent;
}

.newsspaltelinks {
	float: left;
	padding:0;
    margin-top:0px;
    width: 340px;
    min-height: 300px;
    font-size: 13px;
}

.newsspalterechts {
	float: left;
	padding: 0 0 0 10px;
    margin-top:0px;
    width: 340px;
    min-height: 300px;
    font-size: 13px;
}

/* Aussellungsformatierungen */
table.ausstellung {
	margin: -168px auto 0px -3px;
	padding: auto auto 0px px;
    height: 150px;
	vertical-align: bottom;
    text-align: left;
	width: 340px;
}

.ausstellung td {
	vertical-align: bottom;
	margin-left: -3px;	
}

.ausstellunggross {
	margin-bottom: auto;
    /*background-color: #ddd;*/
    font-size: 18px;
    font-weight: 700;
	/*text-decoration: line-through;*/
	color: black;
	
	background-color: #fff;
	filter:alpha(opacity=70);
	zoom: 1;
	opacity: 0.7;
	-moz-opacity:0.7;
	
}

.ausstellunggross a {
	color: black;
	font-size: 20px;
	/*text-decoration: line-through;*/
}

.ausstellungtext {
	/*background-color: #ddd;*/
    font-size: 13px;
    padding: 0px; 
    margin: 0px;
	font-weight: 400;
	/*text-decoration: line-through;*/
	line-height: 16px;
	
	background-color: #fff;
	filter:alpha(opacity=70);
	zoom: 1;
	opacity: 0.7;
	-moz-opacity:0.7;
}

.ausstellungtext a {
	color: black;
	/*text-decoration: line-through;*/
}

/* Inhalte formatieren - 1 spaltig */
.spalte {
	float: left;
	padding: 0px 5px 5px 0;
    margin-top: 128px;
    width: 700px;
    min-height: 300px;
    font-size: 13px;   
}

.spalte h1.csc-firstHeader {
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	margin: 40px 0 10px;
}

.spalte h2 {
	font-size: 36px;
	line-height: 38px;
    color: inherit;
    font-weight: bold;
	/*text-decoration: none;*/
	padding: 0;
    margin: 0;
}

.spalte h2.csc-firstHeader{
	padding: 0 0 15px; 
}

.spalte h3 {
	margin: 0 0 0 0;
	font-size: 36px;
	font-weight: normal;
	/*text-decoration: line-through;*/
}

.spalte li {
	list-style-type: square;
}

p.Überschrift {
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	margin: 40px 0 10px;
}



/* Image auf Seite2 */
.seite2 {
	width: 540px;
  	height: 385px;
  	padding-top: 5px;
    text-decoration: none;    		
	margin-bottom: 5px;
}

.textimbild {
	margin: auto 10px 10px 0;
	line-height: 1.4em;
}


/* allgemeiner Footer */
.footer {
	float: left;
	margin: 80px 0 0 0;
   	width: 100%;
    height: 117px;
    background-color: black;     
    padding: 0;
}

/* Diverse Schriftformatierungen für einzelne Worte und Sätze */

/* Hier beginnen die Überschriftsformatierung - h2 */
h2.namefettgr {
	font-size: 36px;
	line-height: 38px;
    color: inherit;
    font-weight: 700;
	text-decoration: none;
    padding: 0;
    margin: 0;
}


h2 {
	font-size: 36px;
	line-height: 38px;
    color: inherit;
    font-weight: 700;
	/*text-decoration: line-through;*/
	padding: 0;
    margin: 0;
}

h2.normalgr {
	font-size: 36px;
	line-height: 38px;
	color: inherit;
    font-weight: 400;
	/*text-decoration: line-through;*/
	margin: 0;
    padding: 0;
}


/* Formatierung von Blocktexten */
p {
	margin: 0;
  	padding: 0;
  	font-size: inherit;
	padding-right: 20px;
	line-height: 16px;
}



/* PAGE AKTUELL LIST PARAGRAPHS */
p.events-list {
	margin-top: 16px;
	font-size: 13px;
	line-height: 16px;
}

p.events-list .title {
	/*text-decoration: line-through;*/
}

p.events-list .title a {
	/*text-decoration: line-through;*/
	color: black;
	font-weight: bold;
}
p.events-list .title a:hover {
	/*text-decoration: line-through;*/
	color: black;
	font-weight: bold;
}

p.events-list .teaser {
	/*text-decoration: line-through;*/
}
/* END */


/* PAGE AUSSTELLUNGEN LIST PARAGRAPHS */
.spalte p.events-list {
	margin-top: 20px;
}
/* END */



.fett {
    font-weight: 700;
}


/* grau für Hauptseite Formatierung */
.grauh {
	color: #666;
    padding-bottom: 3px;
}




/* PAGE AKTUELL HEADLINES */
.spaltelinks h1, .spalterechts h1, .bilderaktuell h1{
	margin: 0;
  	padding: 0;
  	font-size: 13px;
	padding-right: 20px;
	line-height: 16px;
	color: #666;
    padding-bottom: 3px;
	font-weight: normal;
	text-decoration: line-through;
}

.bilderaktuell h1{
	font-size: 11px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}


.newsspaltelinks h2, .newsspalterechts h2 {
	margin: 0;
  	padding: 0;
  	font-size: 11px;
	padding-right: 20px;
	line-height: 16px;
	color: #666;
    padding-bottom: 3px;
	margin-top: 40px;
    margin-bottom: -16px;
	font-weight: normal;
	text-decoration: line-through;
	letter-spacing: 0.15em;
}

/* END */

/* PAGE AKTUELL oberer Bildbereich */
.bilderaktuell {
  float: left;
  margin-top: 120px;
  width: 690px;
  height: auto;
}

.hauptseitelinks_1 {
  float: left;
  width: 680px;
  height: 340px;  
  overflow: hidden;
}

.hauptseitelinks_2 {
  float: left;
  width: 340px;
  height: 340px;
  overflow: hidden;
  margin-right: 10px;
}

.hauptseiterechts {
	float: left;
    width: 340px;
    height: 340px;
    overflow: hidden;
}

/* ende PAGE AKUTELL */




.grau {
	color: #999;
    padding-bottom: 3px;
}

.grau a {
	color: #999;
	/*text-decoration: line-through;*/
}

.namegrau {
	color: #999;
    padding-bottom: 3px;
}

.namegraufett {
	color: #999;
    font-weight: 700;
	margin: 0;
    padding: 0;
	text-decoration: none;
}

.graufett {
	color: #999;
    font-weight: 700;
	margin: 0;
    padding: 0;
	/*text-decoration:line-through;*/
}

.graufett a {
	color: #999;
	/*text-decoration:line-through;*/
}

.schwarz, .news-schwarz {
	color: #000;
    padding-bottom: 3px;
}

.schwarz a, .news-schwarz a {
	color: #000;
	/*text-decoration: line-through;*/
}


.nameschwarzfett {
	color: black;
    font-weight: 700;
	text-decoration: none;    
}

.schwarzfett {
	color: black;
    font-weight: 700;
	/*text-decoration: line-through;*/
}

.schwarzfett a {
	color: black;
/*	text-decoration: line-through;*/
}

.nameschwarz {
	color: black;
    font-weight: 400;
	margin: 0;
    padding: 0;
	text-decoration: none;  
}


/* Abstandhalter Absatz für Hauptseite */
.abstand {
	margin-top: 20px;
	margin-bottom: 2px;    
}

.abstandklein {
	margin-top: 10px;
}



/* Abstand für Header vergrössern, wenn keine Bildüberschriften oder ähnliches vorhanden sind */
.abstandhalter {
	height: 20px;
    width: 100%;
	display: block;	
}

.abstandh {
	margin-top: 20px;
    margin-bottom: 2px;
}

/* Bild im Content, seite4 */
.bildmittext {
	float: left;
	margin: 20px 10px 10px 0px;
	width: 455px;
	height: auto;
}



/* Auswahl der Seiten in Jahresgaben */
.wahl {
    color: black;
    border-bottom: 2px solid black;
}


a.wahl:active {
	color: white;
    background-color: black;
   	border-bottom: none;
    padding: 2px 1px;		
    font-weight: 700;    
}


/* Bilderblock in Jahresangaben */
.bildblock {
	width: 170px;
    height: 170px;
    text-align: left;
    vertical-align: bottom;
}

/* Klasse Bild für die Auswahlansicht in "Jahresgaben" */
bild {
    vertical-align: bottom;    
}

.textblock {
	height: auto;
    min-height: 120px;
    width: 170px;
    padding-right: 20px;
}


/* Border right für die Spalte in Seite "Jahresgaben" */
.borderrechts {
	border-right: 1px solid black;
}

/* Breite des Textes neben Floatbild "Detail Jahresgaben" */
.schmalezeile {
	float: left;
	width: 160px;
}


/* Formate für "Ausstellungen Künstlerseite" */

.kuenstler {
	background-color: #999;
    color: white;
}

/* Formular auf Seite "Kontakt" */
.formular {
    font-family: arial, verdana, sans-serif;
    font-size: inherit;
	width: 495px;
	border: 1px solid black;
	right: 0px;
    left: auto;
}

#aufrufform {
	margin-top: 12px;
	border: none;
    padding: 0;
	background-color: white;
    text-decoration: line-through; 
	border-bottom: 2px solid black;
}

.clearer {
    clear: both;
}

.news-set1-img3 img {
	float: left;
}

.caption {
	float: right;
	width: 280px;
	text-decoration: line-through;
}

.bodytext {
	/*text-decoration: none;*/
}

.bodytext a {
	text-decoration: none;
	border-bottom: 2px solid black;
	color: black;
}

.spalte .bodytext img{
	clear: both;
	float: none;
	margin: 0 20px 20px 0;
}

.spalte p.bodytext{
	margin-bottom: 20px;
}

.listitem p.bodytext{
	margin-bottom: 0;
}

ul {
	text-decoration: none;
}

.spalte ul{
	line-height: 16px;
}

a .bodytext {
	text-decoration: none;
	/*color: black;*/
}

a {
	color: black;
	text-decoration: none;
}


/* ALTE SEITE */

.box {
float:left;
height:340px;
padding:0 20px 20px 0;
width:200px;
}

.box a {
background:transparent none repeat scroll 0 0;
color:#000000;
text-decoration:none;
}

/*
a {
background-color:#999999;
color:#000000;
text-decoration:none;
}
*/

.box img {
border:1px solid #CCCCCC;
margin:0 0 9px;
}


del,
.graufett,
span.graufett del,
.graufett a > del
{
	text-decoration: none !important;
}


span.durchgestrichen {
	text-decoration: line-through;
}

#content_container{
/* 	width: 990px; */
	overflow: hidden;
}

.csc-textpic-intext-right .csc-textpic-imagewrap {
	display: none;
}

/* JAHRESGABEN -> tt_products */

div.basket {
	margin: 172px 0 0 20px;
	float: left;
	width: 200px;
}
div.tt_products_basket p {
	font-size: 13px;
	line-height: 16px;
}

div.tt_products_basket caption {
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	padding-bottom: 6px;
}

div.tt_products_basket td.image {
	padding-bottom: 6px;
}

div.tt_products_basket p.basket_text {
/*	text-decoration: line-through;*/
	font-size: 13px;
}

div.tt_products_basket a.basket_submit {
/*	text-decoration: line-through;*/
	border-bottom: 2px solid black;
	font-size: 13px;
}

div.tt_products_basket_info {
/*	text-decoration: line-through;*/
	font-size: 13px;
	margin-top: 18px;
}

div.tt_products_basket_info a {
/*	text-decoration: line-through;*/
	font-size: 13px;
	border-bottom: 2px solid black;
}

div.tt_products_basket_info .header {
/*	text-decoration: line-through;*/
	font-size: 13px;
	padding-bottom: 6px;
}

div.tt_products_basket_required_info_missing {
/*	text-decoration: line-through;*/
	font-size: 13px;
	font-weight: normal;
}

div.tt_products_basket_required_info_missing .error {
	margin-top: 18px;
}

div.tt_products_basket_required_info_missing a {
	border-bottom: 2px solid black;
}

div.tt_products_basket_payment {
/*	text-decoration: line-through;*/
	font-size: 13px;
	margin-top: 18px;
}

div.tt_products_basket_payment a {
	border-bottom: 2px solid black;
}

div.tt_products_order_confirmation {
/*	text-decoration: line-through;*/
	font-size: 13px;
	margin-top: 18px;
}

div.billing_address label {
	font-size: 13px;
}

div.tt_products_item_list .listitem {
	float: left;
	width: 150px;
	height: 270px;
	margin: 0 20px 20px 0;
}

div.tt_products_item_list .listitem_sort {
	margin: 0 0 20px 0;
}

div.tt_products_item_list .listitem_sort a.sort-active{
	border: none;
	text-decoration: none;
	font-weight: bold;
}

div.tt_products_item_list .listitem_sort strike {
	text-decoration: none;
	background: url(images/strike.gif) repeat-x left center;
}

div.tt_products_item_list .listitem_title {
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 11px;
	line-height: 16px;
}

div.tt_products_item_list .listitem_subheader {
/* 	font-weight: bold; */
/*	text-decoration: line-through;*/
	font-size: 11px;
	line-height: 16px;
}

div.tt_products_item_list .product_note {
/*	text-decoration: line-through;*/
	font-size: 11px;
	line-height: 1.6em;
}

div.tt_products_item_list .listitem_plussign {
	position: relative;
	top: 2px;
	left: 2px;
}

div.tt_products_item_list .listitem_image {
	height:150px;
}

div.tt_products_item_list .listitem_image a{
	display:block;
	height:150px;
	position:relative;
}

div.tt_products_item_list .listitem_image a img{
	position:absolute;
	bottom:0;
	border: 1px solid #eee;
}

div.tt_products_item_single_display .singleitem_image {
	margin-right: 15px;
	float: left;
}

div.tt_products_item_single_display .singleitem_text {
	font-size: 13px;
	line-height: 18px;
	width: 280px;
	float: left;
}

div.tt_products_item_single_display .singleitem_text .abschnitt_title {
	margin-bottom: 20px;
}

div.tt_products_item_single_display .singleitem_text .abschnitt {
	margin-bottom: 20px;
}

div.tt_products_item_single_display .singleitem_text .bodytext {
/*	text-decoration: line-through;*/
	margin-bottom: 20px;
}

div.tt_products_item_single_display .singleitem_text a {
	border-bottom: 2px solid black;
}

#delivery_notes{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}




p strike,
li strike,
ul.level_1 li a,
ul.level_1 li a:visited,
div.tt_products_item_list .product_note,
div.tt_products_item_list .listitem_title strike {
	text-decoration: none;
	background: url(images/strike.gif) repeat 0 0;
	line-height: 16px;
}
div.tt_products_item_list .product_note {
	display: inline;
}
h1 strike{
	text-decoration: line-through;
	background: none;
}

