/* CSS Document */body 

{
	margin: 0px;
	overflow: hidden;
}

#arrow-links 
{	
	list-style: none;	
	border: 0px solid green;
}

#arrow-left 
{	
	position: absolute;	
	bottom: 5px;	
	left: 10px;
}

#arrow-right 
{	
	position: 
	absolute;	
	bottom: 5px;	
	right: 7px;
}


#bildtext-container 
{	
	position: absolute;	
	bottom: 2px;
	width: 440px;
	border: 0px solid purple;
	text-align: center;
}

#bildtext 
{
	font-size: x-small;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}

#konst-image 
{
	border: 1px solid black;
}

#konst-image-borderless 
{
	border: 0px none #F2F2F2;
}

#bildtext-rubrik 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: bold;
 	margin-top: 0px;
	margin-bottom: 1px;
	padding: 0px;
}
