/* --------- Body & General Elements --------- */

html
{
	overflow-y:scroll;
}



body
{
	background-color: #64608f;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
}

a img
{
	border: none;
}

a
{
	color: #fff;
}

p, table, ul, li
{
	font-size: 13px;
	color: #fff;	
}

td 
{
	vertical-align: top; 
}

h1
{
	color: #fff;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

h2
{
	color: #fff;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}

table
{
	width: 560px !important;
	/* background-color: #feb400; */
	border: 0px;
}

	.jahr
	{
		/* background-color: #000; */
		width: 100px;
	}
	
	.aktion
	{
		/* background-color: #ff0000; */
	}


.lastupdate
{
	color: #8280A5;
	font-size: 12px;
	margin-left: 16px;
}

#main
{
	width: 843px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

	/* --------- Layout --------- */
	
	#backbutton
	{
		text-align: right;
		margin-right: 60px;
		height: 15px;
		width: 785px;
		
	}
	
		#backbutton a
		{
			text-decoration: none;
			font-size: 12px;
		}
	
	
	#main #left
	{
		width: 212px;
		float: left;
		margin-top: 20px;
	}
	
		#main #left #adresse
		{
			margin-top: 100px;
		}
	
	#main #right
	{
		margin-top: 20px;
		width: 545px;
		height: 400px;
		float: left;
		margin-left: 29px;
	}	
	
	
	
	#main #right #siteby
	{
		width: 545px;
		text-align: right;
		margin-top: 50px;
		float: left;
	}
	
	#main #right #siteby a,
	#main #right #siteby
	{
		color: #9E98C8;
		text-decoration: none;
		font-size: 12px;
	}
	

	
	
	/* --------- Menu --------- */
	
	#navigation
	{
	  	list-style-type: none;
 		margin: 0;
  		padding: 0;
	}
	
	
	#navigation li a
	{
	
	  display: block;
	  width: 206px;
	  height: 14px;
	  background: url(../img/menu.jpg) no-repeat top left;
	}
	
	#navigation li a span
	{
	  display:none;
	}
	
		/* -- Begin menu -- */
		#Aktuell a:link, 
		#Aktuell a:visited {
			background-position: 0px 0px; 
			
		}
		
		#Aktuell a:hover,
		#Aktuell-active a:link,
		#Aktuell-acitve a:visited {
            background-position: -209px 0px !important; 
		}
		
		
		#Arbeiten a:link,
		#Arbeiten a:visited {
			background-position:0px -14px; 
			
		}
		
		#Arbeiten a:hover,
		#Arbeiten-active a:link,
		#Arbeiten-active a:visited {
			background-position: -209px -14px; 
		}		
		
	
		#Kunst a:link,
		#Kunst a:visited {
			background-position:0px -28px; 
			
		}
		
		#Kunst a:hover,
		#Kunst-active a:link,
		#Kunst-active a:visited {
			background-position: -209px -28px; 
		}
	
		#Biographie a:link,
		#Biographie a:visited {
			background-position:0px -42px; 
			
		}
		
		#Biographie a:hover,
		#Biographie-active a:link,
		#Biographie-active a:visited { 
			background-position: -209px -42px; 
		}	

		#Kurse a:link,
		#Kurse a:visited {
			background-position:0px -56px; 
			
		}
		
		#Kurse a:hover,
		#Kurse-active a:link,
		#Kurse-active a:visited {
			background-position: -209px -56px; 
		}
		
		#Artshop a:link,
		#Artshop a:visited {
			background-position:0px -70px; 
			
		}
		
		#Artshop a:hover,
		#Artshop-active a:link,
		#Artshop-active a:visited {
			background-position: -209px -70px; 
		}

		#Links a:link,
		#Links a:visited {
			background-position:0px -84px; 
			
		}
		
		#Links a:hover,
		#Links-active a:link,
		#Links-active a:visited {
			background-position: -209px -84px; 
		}	
		
		

.linktitle
{
	text-decoration: none;
}

.imagetd,
.empty {
    vertical-align: middle; 
    background-color: #8280A5;
}



.imagetd:hover {
    background-color: #555476 !important;
}