/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

html, body{
	background-image:  url(images/bg.jpg);
	margin: 0px;
	background-color: #4f5d67;
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0px auto;
	color: #EAEFF2;
	width: 787px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 800px;
}

#header { 
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 217px;
}

#content {
	padding-left: 10px;
	padding-top: 30px;
	overflow: visible;
	width: 765px;
}

#right-box {
	float: right;
	width: 358px;
	height: 526px;
	margin-bottom: 30px;
	background-image: url(images/kontakt.jpg);
	background-repeat: no-repeat;
}

#left-box {
	float: left;
	width: 359px;
	height: 337px;
	margin-bottom: 30px;
	background-image: url(images/album.jpg);
	background-repeat: no-repeat;
}

.margin {
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}

h1 {
	font-family: "Myriad Pro";
	font-size: 20px;
	font-weight: lighter;
	margin-bottom: 12px;
}

h2 {
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: 300;
	font-variant: normal;
}

h3 {
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: 300;
	font-variant: normal;
	margin-bottom: 20px;
	margin-top: 40px;
}

.son {
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 20px;
	margin-left: 130px;
	text-decoration: none;
}

.lor {
	font-family: "Myriad Pro";
	font-size: 24px;
	font-weight: lighter;
	margin-bottom: 20px;
	margin-left: 10px;
}

.fre {
	font-family: "Myriad Pro";
	font-size: 20px;
	font-weight: lighter;
	margin-bottom: 20px;
	margin-left: 90px;
	text-decoration: none;
}

.tor {
	font-family: "Myriad Pro";
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 20px;
	margin-left: 40px;
}

.ons {
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 20px;
	margin-left: 150px;
	text-decoration: none;
}

.tir {
	font-family: "Myriad Pro";
	font-size: 12px;
	font-weight: lighter;
	margin-bottom: 10px;
	margin-left: 60px;
}

.note {
	font-family: "Arial";
	font-size: 8px;
	font-weight: lighter;
	color: #AAAAAA;
	width: 370px;
	float: left;
	margin-top: 10px;
}

.mail {
	width: 180px;
	float: right;
	height: 25px;
	
}


.fotograf {
	width: 120px;
	float: left;
		height: 25px;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #EAEFF2;;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
	font-style: oblique;
}
a:active {
	color: #EAEFF2;;
	text-decoration: none;
}

