@charset "utf-8";
/*	########################################################
	CSS von Armin Briatta - Fotografie und Webdesign Darmstadt
	http://www.briatta.de/
	########################################################
*/

* {
	background-color: #fff;
	color: #000;
	border: none;
	float: none;
}

body {
	font-size: 12pt;
	height: auto;
	text-align: left;
	background-color: #fff;
	border: none;
}
#schale, #seite {
	margin: 0 0 0 0;
	height: auto;
	width: auto;
	background-color: #fff;
	border: none;
}

header {
	border: none;
}
header .spalte1 {
	position: relative;
	float: none;
	width: auto;	
}
header .spalte3 {
	position: relative;;
	margin: 0 0 0 0;
}

#main {
	width: auto;
	background-color: #fff;
	border: none;
}

nav#mainnav,
nav#projektenav,
nav#projektesubnav {
	display: none;
}




h1, h2, h3, h4, h5, h6, h7, p, address, ul li, ol li, th, td, a:link, a:visited, header h1, header h2, h1#phrase {
	color: #000;
	background-color: #fff;
	border: none;
}




a[href^="http://"]:after {
  content: " (" attr(href) ") ";
  font-size: 1em;
  color: #000;
  background: white;
  text-decoration: none;
  font-size: 10pt;
  font-family: "Courier New", monotype;
  
}


