/* Style-Sheet fuer www.jost-wischnewski.de/NEU */

@import url(http://fonts.googleapis.com/css?family=Didact+Gothic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);


body {
	font-family: Open Sans, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 1.5;
	text-align: center;
}

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

h1 {
	font-family: Didact Gothic;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: lighter;
	letter-spacing: 3px;
}

h2 {
	font-family: Didact Gothic;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: 3px;
}

#header {
	margin-bottom: 80px;
}

#name {
	font-family: Didact Gothic;
	font-size: 25px;
	letter-spacing: 3px;
	color: #000;
}

.image {
	margin-bottom: 80px;
}

.image img {
	padding-bottom: 20px;
}

#footer {
	font-size: 11px;
	margin: 50px 0 20px 0;