/* CSS v1.2 24-07-10 */


html { 
	 }


	/* Helpers */

img	{
	border: 0;
	}



	/* Main layout */

body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	background: #004 url(bg.png) top center repeat;
	color: #fdce73;
	font: 18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	}
	
	

div#wrapper	{
	border-right:  1px solid #002;
	border-bottom:  1px solid #002;
	color: #fdce73;
	background: #706f63 url(bg2.png) top center repeat;
	width: 290px;
	margin: 20px auto;
	padding: 0;
	text-align: left;
	}
	
	
	
	
div#content 	{
	border-top:  1px solid #7a796c;
	border-left:  1px solid #7a796c;
	padding: 20px;
	margin: 0;
	}
		
	
div#footer 	{
	/* border:  1px solid red; */
	background: #fff url(bt.png) top center no-repeat;
	padding: 20px;
	border: 0;
	margin: 0;
	height: 105px;
	}
	
	
div#portrait {
	width: 240px;
	height: 240px;
	background: #fff url(mm3.jpg) center center no-repeat;
	border: 6px solid #fcce73;
}



a {
	color: #fdce73;
	text-decoration: none;
}


a:hover {
	color: #f29400;
	text-decoration: underline;
}


h1 {
	color: #fff;
}

h2 {
	background: #456;
	color: #a6cff7;
	margin-top: 36px;
	padding: 4px;
	font-size: 18px;
	line-height: 100%;
	border-bottom: 1px solid #246;
}

ul {
	line-height: 190%;
	list-style: none;
	list-style-type: none;
	list-style-position: inside;
	text-indent: 0;
	margin: 3px;
	padding: 0;
}

li {
	height: 36px;
}


li a {
	padding-left: 32px;
}
	

.tel		{	background: transparent url(telefon.png) center left no-repeat;	padding-left: 32px;	}
.mail		{	background: transparent url(email.png) center left no-repeat;		padding-left: 32px;	}
.www		{	background: transparent url(button-light-blue.png) center left no-repeat;	}
.blog		{	background: transparent url(wordpress.png) center left no-repeat;	}
.reiseblog	{	background: transparent url(reiseblog.png) center left no-repeat;	}
.mastodon	{	background: transparent url(mastodon.png) center left no-repeat;	}
.twitter	{	background: transparent url(twitter.png) center left no-repeat;		}
.twitter-x	{	background: transparent url(twitter-x.png) center left no-repeat;	}
.linkedin	{	background: transparent url(linkedin.png) center left no-repeat;	}
.xing		{	background: transparent url(xing.png) center left no-repeat;		}
.fb			{	background: transparent url(facebook.png) center left no-repeat;	}
.google		{	background: transparent url(google+.png) center left no-repeat;		}
.flickr		{	background: transparent url(flickr.png) center left no-repeat;		}
.instagram	{	background: transparent url(instagram.png) center left no-repeat;	}
.lastfm		{	background: transparent url(lastfm.png) center left no-repeat;		}

li.tel a, li.mail a {	padding-left: 0px;	}
