/*****************************
 .... schaffenspause .... 
******************************/
body {
	margin:0 150px;
	padding:0;
	background: #fff;
	text-align:right;
	color:#000;
	font-family: 'PT Sans Narrow', sans-serif;
	}
a:link, a:visited { color:#5C390C; text-decoration: none; padding-right: 8px; }
a:active, a:hover { color:#02BBFF; text-decoration: none; background: url(i/link-heart.gif) right top no-repeat; }


*::-moz-selection {
    background-color: #02BBFF;
}
*::selection {
    background-color: #02BBFF;
}
