h1 {
	font-size: 18px;
	color: #EBEC8E;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	line-height: 125%;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #EBEC8E;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	line-height: 125%;
	font-weight: normal;
}


h3 {
	font-size: 14px;
	color: #EBEC8E;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	line-height: 125%;
}

h4 {
	font-size: 12px;
	color: #EBEC8E;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	line-height: 125%;
}

p {
	font-size: 12px;
	color: #EBEC8E;
	line-height: 150%;
}

p.klein {
	font-size: 10px;
}

label {
	font-size: 11px;
	font-weight:  normal;
	color: #EBEC8E;		
	clear: both;
}

input {
	font-size: 11px;
}

a:hover {
	text-decoration: none;
}


img.left {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	border: 1px solid #108418;
	background: #0D7414;
}

img.right {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	border: 1px solid #108418;
	background: #0D7414;
}