/* CSS Document */

body,img, h1, h2, h3, h4, h5, #untertitel, #kopf, #untertitelinnen, #foto, #menu, #linksunten, #linksunten, #mitteunten
{margin:0; padding:0; border:0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
	background: transparent;

}

body {
	background: url(../img/hg.gif) repeat-x #FFFFFF;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
}

p, table{
	line-height: 1.3em;
	margin-left:0;
	margin-right:0;
}

ul {
	line-height: 1.3em;
	margin-left:0;
	margin-right:0;
}

a{
	color: #F6F4EF;
	text-decoration: none;
	font-weight: bold;
}

a.menu, a.menu:link, a.menu:visited, a.menu:hover{
	color: #002953;
	font-weight: normal;
	text-decoration: none;
}

a:link:after, a:link:visited:after {
  content: " (Link auf <" attr(href) ">) ";
  font-size: 76%;
  color: #999;
  background: transparent;
}

a[href^="/"]:link:after {
  content: " (Link auf <http://pro-ambiente.de " attr(href) ">) ";
}

a[href^="../"]:link:after {
  content: " (Link auf <http://pro-ambiente.de " attr(href) ">) ";
}

.formular{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #002953; 
	background-color: #FFFFFF; 
	border: 1px solid #002953;
	margin-bottom: 3px;
}

/*---------*/
/* Layout  */
/*---------*/  

#kopf{
	width:100%;
	padding:0;
	border:0;
	height:79px;
}

#untertitel{
	display: none
}

#foto{
	display: none
}

#menu{
	display: none
}

.textklein{
	font-size:0.8em;
}

#rahmenunten{
	display: none
}

#linksunten{
	display: none
}

#mitteunten{
	display: none
}

.bildlinks {
	float:left; 
	margin-right:30px;
}

.breaker {
	clear:both;
}

.bildergalerie {
	margin-right:30px;
	margin-bottom:30px;
}
	
#content{
	width:100%;
	margin-left:0px;
	background-color: #fff;
}