<!--			


		body{
		
			margin: 0;
			padding: 10px 100px;
			
			background-color: #111 ;
			
			font-family: 'Arvo', arial, sans-serif;
			font-size: 26px;
			line-height: 36px;
			color: #828282;
/* 			font-weight: bold; */
		}
		
		div.logo{
			width: 320px;
			height: 60px;
			background: #000 url(pic/herzflimmern.png) center center no-repeat;
			position: fixed;
			top:90px;
			right: 0;
			opacity: .5;
		}
		
		a:link{
			border-bottom-color: #363bff;
			color: #828282;
/* 			font-weight: bold; */
			text-decoration: none;
			border-bottom: 1px dashed;
		}
		
		a:visited{
			border-bottom-color: #5d64ff;
			color: #828282;
			text-decoration: none;
			border-bottom: 1px dashed;
		}
		
		a:focus{
			color: #828282;
			border: 0;
		}
		
		a:hover{
			background-color: #2b2b2b;
			color: #e5e5e5;
			text-decoration: none;
			text-shadow: 0 0 20px #6f6276;
			border: 0;
		}
		
		a:active{
			color: #fff;
			text-decoration: none;
			border: 0;
			position: relative;
			top: 1px;
		}
		
		
		ul li.twitter a:hover{
			background-color: #35ccff;
		}

		ul li.myspace a:hover{
			background-color: #2255b2;
		}
		
		ul li.facebook a:hover{
			background-color: #3b5998;
		}
		
		ul li.flickr a:hover{
			background-color: #ff0084;
			color: #0063dc;
		}

		
		ul li{
			list-style: none;
			padding: 0;
			text-shadow: 0px 1px 1px #000;
		}
		
	
		ul li h2{
			margin-top: 48px;
			text-transform: uppercase;
			color: #594b4b;
			letter-spacing: 2px;
		}
		
		::-moz-selection { 
			color: white;  
			background: #999;
			text-shadow: none;
		}
		::selection{
			color: white;  
			background: #999;
			text-shadow: none;
		}

-->
