
body 
{
	font-family: Arial;
	font-size: 11px;
	/* font-family: Verdana;
	font-size: 9px; */
	color: #666666;
	text-align: center;
	line-height: 18px;
	background-color: #f7f7f7;
}

#frame
{
	margin: auto;
	width: 950px;
	height: 540px;
	text-align: left;
}


#banner
{
	width: 950px;
	height: 123px;
	overflow: hidden;
}

#logo
{
	height: 68px;
	width: 225px;
	float: left;
	text-align: right;
	padding-right: 50px;
	padding-top: 55px;
}


#now
{
	width: 655px;
	height: 68px;
	float: left;
	background-color: #676767;
	padding-top: 55px;
	padding-left: 20px;
}


#main
{

	clear: both;
	width: 950px;
	padding-top: 40px;

}

#navi
{

	width: 225px;
	min-height: 350px;
 	text-align: right; 
 	float: left;
 	padding-right: 50px;
}

* html #navi
{
	height: 350px;
}


#content
{
	width: 673px;
	float: left;
	min-height: 330px;
	padding-bottom: 20px;
}

* html #content
{
	height: 330px;
}

#content_left
{

	width: 332px;
	float: left;
}

#content_left img
{
	/* border: 1px solid #e1e1e1; */
	border: 0px;
}

#content_right
{
	width: 302px;
	float: left;
	padding-left: 30px;
}


#footer
{
	width: 950px;
	clear: both;
	font-size: 9px;
	height: 20px;
}

#footer_left
{
	
	width: 225px;
	text-align: right;
	float: left;
	padding-right: 50px;

}

#footer_right
{

	width: 675px;
	float: left;
}

.kuenstler_box 
{

	float: left;
	width: 138px;
	padding: 10px;
	padding-top: 0;
	/* border: 1px solid #e1e1e1; */
	overflow: hidden;
}

.werke_box 
{

	float: left;
	width: 135px;
	min-height: 140px;
	padding: 10px;
}

* html .werke_box
{
	height: 140px;
}

.bild
{
	width: 138px;
	min-height: 150px;
	position: relative;
}

.bild img
{
	position: absolute;
	bottom: 0;
}

* html .bild
{
	height: 150px;
}

/* NEU STEP 2 */

.werke_box_left
{
	float:left; 
	width: 215px; 
	height: 240px; 
	line-height: 14px;

}

.werke_box_right
{
	float:left; 
	margin-left: 11px; 
	width: 215px; 
	height: 240px;
	line-height: 14px;
}

/* NEU STEP 3 */

.bildtitel
{
	clear: both;
	margin-top: 15px;
	min-height: 20px;
}

*html .bildtitel
{
	height: 20px;
}

ul 
{

	margin: 0;
	padding: 0;

}

li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;

}


/* KLASSEN DEFINIEREN */

.bold
{

	font-weight: bold;

}

.headline
{

	color: #333333;
	font-weight: bold;

}

.ausstellungen_kuenstler
{

	font-size: 11px;
	font-weight: bold;
	color: #747474;

}

.ausstellungen_ausstellung
{

	font-size: 11px;
	font-weight: bold;
	color: #4D4D4D;

}

.tab_left
{

	float:left; 
	width: 120px;
	position: relative;

}

.tab_right
{

	float: left; 
	width: 150px;
	position: relative;

}

.form_left
{
	
	clear: both;
	float: left;
	width: 100px;
	position: relative;

}

input, textarea
{

	border: 1px solid #e1e1e1;
	margin: 5 0 0 0px;
	width: 220px;
	font-size: 10px;
	color: #333333;
	padding: 3px;
	font-family: Verdana;

}

.form_right
{

	float: left;
	width: 150px;
	position: relative;
}

/* NEU STEP 3 */

h2
{
	font-size: 16px;
}

/* HYPERLINKS DEFINIEREN */

a:link 
{ 
	text-decoration:none; 
	color:#676767; 
}
a:visited 
{ 
	text-decoration:none; 
	color:#676767; 
}
a:hover 
{ 
	text-decoration:none; 
	color:#9B0808; 
}
a:active 
{ 
	text-decoration:none; 
	color:#676767; 
}
a:focus 
{ 
	text-decoration:none; 
	color:#9B0808; 
}