/* CSS-document */
/* Guido Handrick - ghandrick.de */
/* 28.08.08 */

*	{
	padding: 0px;
	margin: 0px;
}

body	{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #1a171b;
	padding: 25px 0px 25px 25px;
}

h1	{
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	width: 510px;
	margin-bottom: 25px;
	overflow:hidden;
	text-transform: uppercase;
	font-weight: normal;
}

h1 span	{
	display: none;
}

h2	{
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

p	{
	margin-bottom: 25px;
}

pre{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 25px;
	loat:left;
}

ul	{
	list-style: none;
}

img	{
	border: none;
}

span.date	{
	color: #999999;
	font-size: 9px;
}

.clear	{
	clear: both;
}

/* links buttons */

a	{
	color: #1a171b;
	text-decoration: none;
}

a:hover	{
	color: #ff44ae;
	text-decoration: underline;
}

a.top_link, a.next_link, a.back_link,a.down_link	{
	height: 13px;
	line-height: 13px;
	font-size: 10px;
	font-family: Lucida Grande, Arial, sans-serif;
	padding-left: 18px;
}

a.top_link	{
	background: url('../_img/but_top.png') no-repeat;
}

a.down_link	{
	background: url('../_img/but_down.png') no-repeat;
}

a.next_link	{
	background: url('../_img/but_next.png') no-repeat;
}

a.back_link	{
	background: url('../_img/but_back.png') no-repeat;
}

a.news_link{
	position: relative;
	top:-20px;
}

/* teaser */

#teaser	{
	position: fixed;
	top: 100px;
	right: 0px;
	width: 185px;
	height: 185px;
	text-align: right;
}

/* container */

#container	{
	background: url('../_img/page_bg.png') repeat-y;
	width: 815px;
	padding: 40px 0px;
}

/* sidebar left */

#sidebar_left	{
	float: left;
	width: 230px;
	padding: 0px 11px;
	overflow: hidden;
}

	/* main navi */
	#main_navi	{
		margin-top: 25px;
	}

	#main_navi li	{
		height: 20px;
		margin-top: 1px;
		line-height: 15px;
	}

	#main_navi a	{
		height: 20px;
		width: 230px;
		display: block;
		text-transform: uppercase;
		text-decoration: none;
	}

	#main_navi a span	{
		display: none;
	}

	#main_navi a:hover	{
		color: #ff44ae;
		text-decoration: none;
	}

	.exhibitions a	{
		background: url('../_img/navi_exhibitions.png') no-repeat;
	}

	.artists a	{
		background: url('../_img/navi_artists.png') no-repeat;
	}
	
	.emerging_artists a	{
		background: url('../_img/navi_emerging_artists.png') no-repeat;
	}

	.news a	{
		background: url('../_img/navi_news.png') no-repeat;
	}

	.press a	{
		background: url('../_img/navi_press.png') no-repeat;
	}

	.art_collecting	{
		background: url('../_img/navi_art_collecting.png') no-repeat;
	}

	.exhibitions a:hover, .exhibitions_active a	{
		background: url('../_img/navi_exhibitions_active.png') no-repeat;
	}

	.artists a:hover, .artists_active a	{
		background: url('../_img/navi_artists_active.png') no-repeat;
	}
	
	.emerging_artists a:hover , .emerging_artists_active a	{
		background: url('../_img/navi_emerging_artists_active.png') no-repeat;
	}

	.news a:hover, .news_active a	{
		background: url('../_img/navi_news_active.png') no-repeat;
	}

	.press a:hover, .press_active a	{
		background: url('../_img/navi_press_active.png') no-repeat;
	}

	.art_collecting a:hover, .art_collecting_active a	{
		background: url('../_img/navi_art_collecting_active.png') no-repeat;
	}


	li.stars	{
		background: url('../_img/navi_stars.png') no-repeat;
	}

	#main_navi li.artist_name	{
		height: 15px;
		margin-left: 15px;
		width: 215px;
		overflow: hidden;
		
	}
	li.artist_name>a.active
		{
		color: #ff44ae;
	}

	li.first	{
		padding-top: 5px;
	}

	li.last	{
		padding-bottom: 5px;
	}

	/* sub navi */
	#sub_navi	{
		margin-top: 5px;
	}

	#sub_navi li	{
		height: 15px;
		margin-top: 1px;
		line-height: 15px;
	}

	#sub_navi a	{
		height: 15px;
		width: 230px;
		display: block;
		text-decoration: none;
	}

	#sub_navi a span	{
		display: none;
	}

	.home a	{
		background: url('../_img/subnavi_home.png') no-repeat;
	}

	.contact_us a	{
		background: url('../_img/subnavi_contact.png') no-repeat;
	}

	.newsletter a	{
		background: url('../_img/subnavi_newsletter.png') no-repeat;
	}

	.terms_of_use a	{
		background: url('../_img/subnavi_terms_of_use.png') no-repeat;
	}

	.home a:hover, .home.active a	{
		background: url('../_img/subnavi_home_active.png') no-repeat;
	}

	.contact_us a:hover, .contact_us_active a	{
		background: url('../_img/subnavi_contact_active.png') no-repeat;
	}

	.newsletter a:hover, .newsletter_active a	{
		background: url('../_img/subnavi_newsletter_active.png') no-repeat;
	}

	.terms_of_use a:hover, .terms_of_use_active a	{
		background: url('../_img/subnavi_terms_of_use_active.png') no-repeat;
	}

/* eof sidebar left */

/* content */
#content	{
	float: right;
	width: 510px;
	padding: 25px;
	overflow: hidden;
}

/* thumbnail list 71x71 */

.thumb_list	{
	margin-bottom: 60px;
}

.thumb_list li	{
	float: left;
	height: 71px;
	width: 71px;
	overflow: hidden;
	margin: 0px 7px 7px 0px;
}

.main_img	{
	margin-bottom: 60px;
	color: #999999;
	font-size: 9px;
	line-height: 14px;
}
/* eof thumbnail list */

/* forms */
.error	{
	color: #ff0000;
}

input.error, textarea.error {
	border: 1px solid #ff0000 !important;
	color: #1a171b;
}

label	{
	float: left;
	width: 100px;
}

form p	{
	clear: both;
	margin-bottom: 10px;
}

input.text	{
	padding: 2px 4px;
	width: 300px;
	border: 1px solid #999999;
	font-size: 11px;
	color: #1a171b;
}

textarea	{
	padding: 2px 4px;
	width: 300px;
	border: 1px solid #999999;
	font-size: 11px;
	color: #1a171b;
}

input.code	{
	padding: 2px 4px;
	width: 50px;
	border: 1px solid #999999;
	font-size: 11px;
	color: #1a171b;
}

input.button	{
	padding: 2px 10px;
	border: 1px solid #999999;
	background-color: #e4e4e4;
	font-size: 11px;
	color: #1a171b;
}

input.button:hover	{
	color: #ff44ae;
}

form img	{
		vertical-align: middle;
}