@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a img {
	border: none;
}

a {
	color:#cc0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.wrapper {
	margin: 0 auto;
	width: 950px;
	/* border: solid 1px #ccc; */
}

.header {
    height: 100px;
}

.header ul.nav {
	float: right;
	margin: 0;
	padding: 5px 0 0 0;
	width: 360px;
	list-style: none;
}

.header ul.nav li {
	float: left;
	padding: 0 5px 0 0px;
}

.header ul.nav li a {
	text-decoration: none;
	color: #969696;
	line-height: 20px;
}

.header ul.nav li a:hover {
	text-decoration: underline;
}

.header_left { 
	background-color:#c4c4c4; width:180px; height:100px; text-align:center; float:left; 
}
.header_right { 
	background-color:#c4c4c4; width:770px; height:100px; float:right; 
}

.menu {
	width: 160px;
	float: left;
	padding: 40px 0 0 20px;
}

* html .menu {
	margin-right: -40px;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul li {
	float: left;
	width: 160px; 
	margin-bottom: 25px;
}

.menu ul li a {
	float: left;
	padding-left: 15px;
	background-image: url(../img/layout/ul-li-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
	line-height: 18px;
}

.menu ul li.teaser a {
	float: left;
	border: solid 1px red;
	padding: 5px;
	background:none;
	color: #da4c48;
	font-size: 13px;
	text-decoration: none;
	line-height: 18px;
	margin-top:2	0px;
	
}

.menu ul li a:hover {
	background-image: url(../img/layout/ul-li-hover-bg.gif);
	color: #A21A0C;
}

.menu ul li.teaser a:hover {
	background:none;
	background-color: #e3e3e3;
	color:#da4c48;
}

.menu ul li.selected a {
	background-image: url(../img/layout/ul-li-hover-bg.gif);
	color: #993300;
	font-weight: bold;
}

/* Second level */

.menu ul li ul {
	display: none;
	margin-left: 15px;
}

.menu ul li.selected ul {
	display: block;
}

.menu ul li.selected ul li {
	margin-bottom: 0;
}

.menu ul li.selected ul li a {
	color: #988D91;
	background-image: none;
	padding-left: 0;
	font-size: 11px;
	font-weight: normal;
}

.menu ul li.selected ul li a:hover {
	background: none;
	color: #A21A0C;
}

.menu ul li.selected ul li.selected a {
	background: none;
	color: #A21A0C;
	font-weight: bold;
}

.menu ul li.selected ul li.selected a.aselected {
	background: none;
	color: #A21A0C;
	font-weight: bold;
}

/* Third level */

.menu ul li ul li ul {
   display: none;
   margin-left: 10px;
}

.menu ul li ul li.selected ul {
   display: block;
}

.menu ul li ul li.selected ul li {
   margin-bottom: 0;
}

/* The "a_thirdlevel" is necessary, because without the class, IE doesn't show it right, but shows bold and brown font (which font size is inherited */
.menu ul li ul li.selected ul li a.a_thirdlevel {
   color: #988D91;
   background-image: none;
   padding-left: 0;
   font-weight: normal;
}

.menu ul li ul li.selected ul li a:hover {
   background: none;
   color: #A21A0C;
}

.menu ul li ul li.selected ul li.selected a {
   background: none;
   color: #A21A0C;
   font-weight: bold;
}



.main .content {
	float: left;
	width: 750px;
	padding: 30px 0 0 00px;
}

.main .content h1 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight:normal;
	margin: 0 0 55px 0;
	padding: 0;
	color: #000000;
}

strong {
	color:#000000;
}

.main .content h1.twolines {
	margin-bottom: 32px;
}

.main .content .left {
	float: left;
	width: 550px;
}

.main .content .right {
	float: right;
	width: 200px;
	padding-top: 77px;
	text-align: center;
}

.main .content .right img {
	margin-bottom: 20px;
}

.main .content .right img.img_life { margin-bottom:70px; }

.main .content .box {
	line-height: 20px;
	color: #333333;
	float:left; 
	width:750px;
}

.main .content .box .left {
	float: left;
	width: 120px;
	text-align: left;
	color: #333333;
}

.main .content .box .right {
	float: left;
	width: 400px;
	padding: 0;
	text-align:left;
}

.main .content .box .onecolumn {
	float: left;
	width: 450px;
	text-align: left;
	color: #333333;
	margin-left:0px;
}

.main .content .box .34column {
	float: left;
	width: 350px;
	text-align: left;
	color: #333333;
	margin-left:0px;
}

.footer {
	clear: both;
	margin: 40px 0px 20px 180px;
	background-image: url(../img/layout/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 12px;
	color: #333333;
}

.footer a {
	text-decoration: none;
	color: #6D6D6D;
}

.footer a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}


h2 {
   font-size: 16px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   line-height: 120%;
   color:#000000;
}

h3 {
   font-weight: bold;
   font-size: 14px;
   margin: 0px 0px 10px 0px;
   padding: 0px 0px 0px 0px;
   line-height: 120%;
   color:#000000;
}

h4 {
   font-weight: bold;
   font-size: 13px;
   margin: 10px 0px 10px 0px;
   padding: 0px 0px 0px 0px;
   line-height: 120%;
   color:#000000;
}

.left-padded {
	
}

.gallery {
	padding-top: 30px;
	margin-bottom: -40px;
}

.gallery .left-part {
	float: left;
	width: 330px;
	text-align:center;
}

.gallery .right-part {
	float: left;
	margin: 0 0 0 35px;
	width: 330px;
}

.gallery .right-part a {
	color: #993300;
	text-decoration: underline;
}

.gallery .right-part a:hover {
	text-decoration: none;
}

.gallery .navigation {
	padding-top: 10px;
	font-weight:bold;
	font-size:20px;
}

.gallery .navigation .left_arrow {
	float: left;
	text-decoration:none;
}

.gallery .navigation .right_arrow {
	float: right;
	text-decoration:none;
}

.gallery .all {
	clear: both;
	padding-top: 20px;
	position: relative;
	line-height: 60px;
	height: 60px;
}

.gallery .all a {
	height: 60px;
	margin-right: 10px;
}

.index {
	width: 600px;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -300px;
}

.index h1 {
	font-size: 33px;
	color: #DA4C48;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 55px;
	font-weight: normal;
	width: 100%;
	background-image: url(../img/layout/title-h1-bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 60px;
}

.index .menu {
	float: left;
	padding-top: 20px;
	margin-left: 10px;
}

.index_flags {
	margin-top:50px; 
	text-align:right;
}

.index_flags img {
	margin-left:5px;
}

input, select {
	width: 300px;
	border: solid 1px #666666;
	background: #ececec;
}

textarea {
	width: 300px;
	border: solid 1px #666666;
	background: #ececec;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


input.submit {
   border: 1px outset; background-color:#bbbbbb; width:150px;
}

td { vertical-align:top; }

table.contact_table td
{
	padding:0px 0px 5px 0px;
}

table.werkverzeichnisse {
	margin-top:20px;
	}

td.wvcover_td { 	
	padding-right:45px;
	padding-bottom:10px;
}

img.wvcover_img {
	border: solid 1px #cccccc;
	width: 200px;
}

/* gallery fixes - 27.05.08 */

.gallery .all {
	min-height: 60px;
	height: auto;
	border-top: dotted 1px #999999;
}

* html .gallery .all {
	height: 60px;
}

.gallery .all a img {
	margin-bottom: 10px;
}

* html .gallery .all a:hover {
	padding: 2px;
	margin: -2px 8px -3px -2px;
}

.gallery .all a:hover img {
	border: 2px solid #FF0000;
	margin: -2px -2px 8px -2px;
}



/* gallery fixes - 27.05.08 */

.gallery .all_new {
	min-height: 60px;
	height: auto;
}

* html .gallery .all_new {
	height: 60px;
}

.gallery .all_new a img {
	margin-bottom: 10px;
}

* html .gallery .all_new a:hover {
	padding: 2px;
	margin: -2px 8px -3px -2px;
}

.gallery .all_new a:hover img {
	border: 2px solid #FF0000;
	margin: -2px -2px 8px -2px;
}



* html .footer {
	margin-left: 135px;
}

/* end of gallery fixes */

span.grey { color:#858585; }

ul.standard { margin-top:0px; list-style:square; color:#a21a0c; }
ul.standard li { margin-bottom: 0.3em; }

ul.exhibitions { margin-top:10px; list-style:square; color:#a21a0c; }
ul.exhibitions li { margin-bottom: 0.3em; }

table.show_works td.td_thumb { vertical-align:bottom; padding: 0px 40px 0px 0px; width:200px; }
table.show_works td.td_description { vertical-align:top; padding: 0px 40px 0px 0px; width:200px; }

table.ausstellungen td { }

img.works_thumb { margin: 0px 0px 10px 0px; }

works_description { line-height: 110%; }

p.first_paragraph { margin-top: 0px; }

.red { color: #993300; }

.exhibition_width { width:110px; }
.exhibition_height { height:110px; }