﻿/* ----------------------- stylesheet zu andreashurni.ch ----------------------- */

/* ergänzung für die frontpage */

body {
	background-color: rgb(15%,15%,15%);
	color: rgb(85%,85%,85%);
	}

div {
	margin: 3em 0 0 0;
	font-style: normal;
	text-decoration: none;
	text-align:center;
	}

#wrapper {
	background-color: rgb(15%,15%,15%);
	}


img {
	margin: 0;
	padding:0em;
	background-color: rgb(95%,95%,95%);	
	}


h1 {
	color: rgb(85%,85%,85%);
}
	
p {
	font-size: 1.4em;
	}
	

a {
	color: rgb(85%,85%,85%);
	font-style: normal;
	text-decoration: none;
	}
	
a:visited {
	color: rgb(85%,85%,85%);
}

a:focus {
	}
	
a:hover {
	background-color: rgb(45%,45%,45%);
	color: rgb(100%,100%,100%);
	}
	
a:active {
	}