/* Seite selbst */
body {
	background-image: url("/images/LogoLaubfroesche.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #E3F7DE;
	font-family: "Arial";
	font-size: 14px;
	color: #000000;
}

/* Überschriften */
h1 {
	font-size: 48px;
	color: #29BA1E;
}
h2 {
	font-size: 36px;
	color: #29BA1E;
}
h3 {
  font-family: Arial;
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
h4 {
  font-family: Arial;
  margin-top: 24px;
  font-size: 16px;
}

/* Text */
p {
	font-weight: bold;
	font-size: 14px;
}
p1 {
	font-size: 16px;
}
p2 {
	font-weight: bold;
	font-size: 28px;
}

/* Links */
a {
	font-size: 14px;
	color: #19692c;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* Teamchef in rot */
.Chef {
	color: #F00;
	font-size: 18px;
	font-weight: bold;
}

#main { 
	padding: 16px 50px 16px 20px;
}