@charset "utf-8";
/* CSS Document */
a {
	color:red;
	font-family:"Hobo Std";
	text-decoration:none;
	font-size:20px;
	margin-left: 60px;
	border-style: none;
}

div.background {
	position: absolute;
	background: #c79c34;
	top: 208px;
	left: 253px;
	width: 550px;
	height: 530px;
}

h1 {
	font-size: 28px;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 10px;
}
a.portfolio {
	text-decoration: none;
	border-style: none;
	margin: 0;

}
a:hover {
	color: yellow;
}
a.mail:hover {
	color:red;
}
a.mail {
	color:black;
	font-family:Times New Roman;
	font-size: 18px;
	font-weight:500;
}

div.main {
	position: relative;
	width: 800px;
	margin: auto;
	background: black;
}

div.right {
	position: relative;
	top: 90px;
	left: 805px;
	width: 22%;
	z-index: 0;
}


a.kontakt {
	position: absolute;
	color: red;
	top: 162px;
	left: -10px;
	font-family:"Hobo Std";
	font-size:19px;
	margin: 20px;
}

img {
	border-style: none;
}

#pagerank {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: black;
}

a.portfolio {
	font-family:Times New Roman;
	font-size: 18px;
	color: black;
}
