﻿html { overflow-x: hidden; overflow-y: auto; }

body {
	margin:0;
	padding:0;
	background:#FFFFFF;
	background-image:none;
	background-attachment:fixed;
	font-family:Arial, Verdana, Lucida, serif, sans;
	line-height: 1.7em;
	font-size: 76%;
	color:#232323;
}

p {
	color:#232323;
}

p a:hover {
	color:#ff6600
}

a {
	text-decoration:underline !important;
	color:#FF6600;
}

a:hover {
	text-decoration:underline !important;
	color:#FF6600;
}

a img {
	border:0px none;
}

.pflichtfelder {
	color:#ff6600;
}

h1 {
	margin:0;
	padding:0;
	font-family:Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
	font-weight:normal;
	/*font-style:italic;*/
	font-size:2.2em;
	letter-spacing:-2px;
	color:#3d3d3d;
}

h1 a {
	color:#3d3d3d;
	text-decoration:none;
}

.description small {
	font-family:Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
	font-weight:bold;
	font-style:italic;
	font-size:1em;	
	color:#8d8d8d;
}

h2, h3, h4, h5, h6 {
	font-family:Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
	font-weight:normal;
	color:#010101;
	margin:.5em 0 .5em 0;
	padding:0;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#010101;
	text-decoration:none;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:underline;
}

h2, h3 {
	color:#4d9301;
	font-size:1.9em;
	letter-spacing:-1px;
	line-height:1.1em;
	margin:1em 0 0 0;
	padding:0 0 0 0;
}

h2 a, h3 a {
	color:#ff6600;
}

h2 a, h3 a, h2 img, h3 img {
	border:0px none;
}


h3 {
	font-size:1.6em;
	letter-spacing:-1px;
	line-height:1.2em;
}

h4 {
	font-size:1.4em;
	letter-spacing:-1px;
	line-height:1.2em;
	color:#585858;
}

h4 a {
	color:#585858;
}

small {
	font-size:.9em;
}


.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.post {
	
}


