/* ############# SEMANTIK ############# */

/* Hiermit werden ALLE Abst�nde auf null gestellt */
* {
	margin: 0px;
	padding: 0px;
}

.clearer {
	clear: both;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 19px;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #A7C139;
	outline-style: none;
}

ul , ol {
	list-style: none;
}
a span {
	cursor: pointer;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

p {
	margin-bottom: 19px;
}
h1,
h2.sidebar_heading {
	font-size: 18px;
	line-height: 37px;
	margin-bottom: 11px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

.right h2.sidebar_heading {
	margin: 0 0 3px 0;
	padding: 0;
}

.right h2 {
	padding-top: 2px;
}

h2 {
	font-size: 14px;
	line-height: 19px;
	color: #A7C139;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
}

h5 {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
}

h6 {
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}

img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

img.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
	margin-bottom: 22px;
}

.left {
	float: left !important;
}
.right {
	float: right !important;
}



.button {
	background: #A7C139;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	position: relative;
	display: inline-block;
	margin: 3px 0 0 0;
}

/*.button:after {
	content: ">";
	padding: 0 10px 0 0;
	position: absolute;
	right: 0;
	top: 7px;
}*/

/* #############  ZEICHENFORMATE  ############# */


/* #############  ABSTATZFORMATE  ############# */