* { margin:0; padding:0; }
img { border:0 none; }
body { background: url(/gfx/bg.gif) repeat-y #ddd; font:62.5% Verdana, Arial, Helvetica, sans-serif; color:#333;}
#navigation	{ width:100%; height: 25px; position:absolute; top:35px; background: #434343; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
#navigation p	{ margin-top:7px; padding-left:80px; font-family: verdana; font-size: 9.5px; line-height:9px; color: #fff; }
#navigation a:link, #navigation a:visited	{ text-decoration: none; color: #fff; }
#navigation a:hover, #navigation a:active	{ text-decoration:underline; color:#fff; }



#content { width:70em; position:absolute; top:80px; left:240px; padding-bottom:50px; }

h2, h3, h4, h5	{ font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color:#333; letter-spacing:-0.5; }

h2 { font-size:1.8em; margin:0 0 0.3em; }
h3 { font-size:1.4em; margin:0 0 0.3em; }
h4 { font-size:1.3em; margin:0 0 0.1em; }


#content p { font-size:1.2em; line-height:1.6em; margin:0 0 0.8em; color:#333;}
#content input { padding:0.2em 0.1em; font-size:1.1em;}
#content .skulptur-objekt a:link { border:0 none; }
#zeichnungen #content a:link { border:0 none; }
#content a:link, #content a { color:#A63F03; text-decoration:none; border-bottom:0.1em solid #999; }
#content a:hover { color:#9F0002; }
#content a.thickbox {border:0; text-decoration:none; }

#content p.Bildunterschrift	{
font-size: 9.5px;
line-height: 11px;
}

#content ul	{
list-style-position:inside;
}

#content li	{
font-size: 1.2em;
}

#startseite #content li, #bibliografie #content li {
margin-bottom:0.4em;
}


#aktuelles #navigation a.aktuelles,
#ausstellungen #navigation a.ausstellungen,
#skulpturen #navigation a.skulpturen,
#zeichnungen #navigation a.zeichnungen,
#bibliografie #navigation a.bibliografie,
#kontakt #navigation a.kontakt,
#impressum #navigation a.impressum { font-weight:bold; }

.skulpturenbau .skulptur-objekt {width:220px; overflow:hidden; }
.skulptur-objekt { float:left; margin-right:1em; }
.skulptur-objekt ul { margin:0; padding:0; }
.skulptur-objekt li {
list-style:url(none) none outside;
margin:0;
padding:0;
}
.skulptur-objekt li.wv { font-weight:bold;font-size:1em; }
.skulptur-objekt li span{
font-size:0.8em;
line-height: normal;
}


#content p.justify {text-align:justify; }

#content img.l { margin-right: 20px; margin-bottom: 10px; float: left; }
#content .imagerechts{ margin-left: 3em; margin-bottom: 10px; float: right; }
#content .imagerechts p	{ font-size: 9.5px; line-height: 11px; }

#content a.thumb { border:0; text-decoration:none;}
#content hr	{
border-style:dashed;
border-width:1px;
color:#afafaf;
width:620px;
float:left;
margin:25px 0 25px 0;
text-align:left;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
/*
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	*/
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border: 1px solid #ccc;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


.spalten { width:100%; overflow:hidden; }
.s10l, .s10r { width:10%; }
.s20l, .s20r { width:20%; }
.s25l, .s25r { width:25%; }
.s33l, .s33r { width:33.333%; }
.s38l, .s38r { width:38.2%; }
.s50l, .s50r { width:50%; }
.s62l, .s62r { width:61.8%; }
.s66l, .s66r { width:66.666%; }
.s75l, .s75r { width:75%; }
.s10l, .s20l, .s25l, .s33l, .s38l, .s50l, .s62l, .s66l, .s75l  {float:left; }
.s10r, .s20r, .s25r, .s33r, .s38r, .s50r, .s62r, .s66r, .s75r  {float:left; margin-left:-5px; }
.sl{ padding:0 1em 0 0; }
.sm{ padding:0 0.5em; }
.sr{ padding:0 0 0 1em; }