/* (c) 2008 - Done by form_follows_function@web.de 4 www.smart-kultur.de - All rights reserved*/
body 
{
	color: 	#202020;
	font-family: Verdana, sans-serif;
	background:url(../gfx/bg.gif);
}

div 
{
	margin:0;
}

.news {
border: #A2CF22 solid 1px;

}

.column
{ 
	float: left;
	width: 370px;
}

.artist
{
	border: #A2CF22 solid 1px;
	margin: 5px;
	
}

.artistHeading
{
	height: 112px;
	font-weight: bold;
	background-color: #A2CF22;
}

.artistDesc
{
	clear: both;
	margin-bottom: 1em;
	padding: 5px;
}

.artistHeadingText
{
	padding: 5px; 
}

.artistHeadingGenre
{
		
	text-align: right;
	margin-top: 1em;
	margin-right: 5px;
	font-style: italic;
	font-weight: normal;
}
.artistPictureContainer{
	float: left;

}
.artistPicture{
	margin: 5px;
	border: solid 1px black;
	height: 100px;
}


.newsContent
{
font-family: "Courier";
font-size: 80%;
}

.newsHeader{
padding: 2px;
background: #A2CF22;
color:black;
font-weight: bold;

}
.bold
{
	font-weight: bold;
}

.center 
{
	text-align: center;
}

.bg_right_bottom, .bg_left_bottom, .bg_right_top 
{
	position:relative;
}

.bg_right_top {
	left: 50px;
	background:url(../gfx/bg_rt.gif) top right no-repeat;
}

.bg_left_top {
	margin-right:50px;
	background:url(../gfx/bg_lt.gif) top left no-repeat;
}

.bg_right_bottom {
	left:50px;
	background:url(../gfx/bg_rb.gif) bottom right no-repeat;
}

.bg_left_bottom 
{
	top:50px;
	right:50px;
	background:url(../gfx/bg_lb.gif) bottom left no-repeat;
}

.page 
{
	padding-bottom: 3em;
	min-width: 750px;
	max-width: 1100px;
	margin: 0 auto;
}

.content 
{
	height: 100%;
	padding:100px 40px 40px 0px;
	clear: both;
}

.navigation 
{
	font-weight:bold;
	width: 240px;
	float: left;
	padding-top: 2em;
}

.navItem, .navItemActive
{
	color:gray;
	font-weight:bold; 
	height: 3.2em;
	text-decoration: none;
}

.navItem
{
	font-size: 120%;
}

.navItemActive
{
	color: black;
	font-size: 130%;
}

.navItem a:focus, .navItem a:link, .navItem a:visited, .navItem a:focus ,.navItem a:active
{
	color: silver;
	text-decoration: none;
}

.navItem a:hover
{
	font-size: 110%;
	color: black;
}

.mainText
{
	margin-left: 250px;
}

.pageHeading
{
	text-align: center;
	color: black;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 3em;
}


.pageSubHeading
{
	text-align: center;
	color: black;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 1em;
}

.link
{
	height: 2em;
	font-weight: bold;
}

.link a:focus, .link a:link, .link a:visited,.link a:focus, .link a:active
{
	color: gray;
	text-decoration: none;
}

.link a:hover
{
	font-size: 110%;
	color: black;
}

.inlineLink a:focus, .inlineLink a:link, .inlineLink a:visited,.inlineLink a:focus, .inlineLink a:active
{
	color: gray;
	text-decoration: none;
}

.inlineLink a:hover
{
	color: black;
}


.pdfDownload
{
	margin-top: 0.5em;
	text-align: right;
	font-size: 80%;
}
.pdfDownload a:link,  .pdfDownload a:visited
{ 
	color:gray; 
	text-decoration:none;
}
.pdfDownload a:hover 
{ 
	color:black; 
	text-decoration:none;
}
