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


body {
	font-size: 16pt;
	height: auto;
}
#schale, #seite {
	margin: 0 0 0 0;
	height: auto;
}

#headercontent {
	min-height: 0px;
	margin: 0 0 0 0;
}

header h1, header h2 {
	text-align: left;
}

#logo {
	position: relative;
	width: auto;
	height: auto;
	text-align: left;
}
#logo hgroup {
	width: auto;
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
}

nav {
	display: none;
}

.spalte1 {
	position: relative;
	float: none;
	border-top: none;
	
}
.spalte3 {
	margin: 0 0 0 0;
	border-top: 1px transparent;

}
.spalte3 {
	position: relative;
}
.spalte3content {	
	position: relative;
	margin: 15px 0 15px;
	background-color: #fff;

	min-height: 0px;

}

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;
}

h1#phrase {
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	min-height: 0;
	margin: 24px 0;
}

h1#phrase span{
	margin: 0 0 0 0;
}


img.float-left {
	position: relative;
	/*	interessant, sonst wird Bild oben angeschnitten (getestet in Firefox 6) */
	z-index: 10;
	float: left;
}


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;
  
}


