/* 	
	Valentin Blank
	main style sheet
	(c) Valentin Blank
*/

/* basic formatting */

html, body {
	height: 100%;
	width: 100%;
	background: #fff;
}

html, body, h1, h2, h3, p, a, a img, img, form, label, fieldset, input, textarea, alt {
	padding: 0;
	margin: 0;
	border: none;
	color: #000;
	font-family: "helvetica neue", "helvetica", sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 26px;
}

/* centering logos and buttons as default position */

#logo-big-e, #contact-big, #articles-big, #photography-big, #english-big, #logo-big-g, #kontakt-big, #artikel-big, #fotografie-big, #deutsch-big {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 4px;
}

#logo-small, #contact-small, #articles-small, #photography-small, #deutsch-small, #kontakt-small, #artikel-small, #fotografie-small, #english-small, #copyright {
	position: absolute;
	top: 0;
	left: 50%;
	padding: 4px;
}
