@CHARSET "UTF-8";
body 
{
	background-image: url(/skin/urmel/images/liederhandschrift/test.png);
	font-size: 12px;
	font-family: Verdana, sans-Serif;
	color: #3E3326;
}

body a 
{
	text-decoration: none;
	color: #3E3326;
}

body a:visited 
{
	text-decoration: none;
	color: #3E3326;
}
		
	#container
	{
		background-image: url(/skin/urmel/images/liederhandschrift/test.png);
		width:100%;
		height:auto;
		margin-right: auto;
		margin-left: auto;
		text-align:center;
	}
		
		#hintergrund 
		{
			background:url(/skin/urmel/images/liederhandschrift/background.png) no-repeat 50% 10%;
			width:1016px;
			height:auto;
			margin-left:auto;
			margin-right:auto;
		}
		
			#hintergrund img {
				border: none;
			}
			
			#menu_below 
			{
				height: 155px;
			}
			
				#navi_below
				{
					padding-top: 125px;
					padding-right: 155px;
					text-align: right;
				}

					#navi_below a:hover {
						color: #780E11;
					}

					#navi_below ul li 
					{
						list-style-type: none;
						display: inline;
					}
			
			#content
			{
				width: 100%;
				height: 370px;
			}
			
				#menu 
				{
					float: left;
					width: 200px;
					text-align: left;
					padding-top: 20px;
				}


					#menu a:hover {
						color: #780E11;
					}
					
					#menu .mainMenuLink_layer1_activ a {
						color: #780E11;
					}
					
					#menu .mainMenuLink_layer2_activ a {
						color: #780E11;
					}

				
					#menu ul li
					{
						list-style-type: none;
					}
				
					.layer1 {
						padding: 0px;
					}
					
					.layer2 {
						margin-left: 20px;
						padding: 0px;
					}
					
				#text
				{
					float: left;
					width: 816px;
				}

					#text a 
					{
						text-decoration: none;
						color: #780E11;
					}
					
					#text a:link
					{
						text-decoration: none;
						color: #780E11;
					}
					
					#text a:hover
					{
						text-decoration: none;
						color: #780E11;
					}
					
					#text a:visited
					{
						text-decoration: none;
						color: #780E11;
					}
					
					#textframe 
					{
						margin-top: 30px;
						margin-left: 50px;
						width: 610px;
						text-align: left;
					}
					
					#prot div 
					{
						display: none;
					}
		
#galerie {
	margin-left: 50px;
	margin-top: 20px;	
}			
	#galerie img {
		border: none;
	}
	
	#galerie table {
		margin-bottom: 40px;	
	}

.picture_entry {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9a9a9a;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

	.picture {
		float: left;
	}
	
	.picture_short {
		float: left;
		padding-left: 20px;
		width: 300px;
	}
	
	.clearer {
		clear: both;
	}