/* Default font settings. */
html {
	font-size: 100% !important;
}
	/*Zentrale Größe darf nicht verändert werden --> entspricht 12px für Standardsschriftgröße*/
body {
	background: #fff;
}

/*font-style*/
body,textarea,input {
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, Geneva, Helvetica, sans-serif;
	/*color: #222;*/ /* Auskommentiert DA am19.09.2013 wegen IE*/
}

/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #034D34;
	display: inline-block;
}

/*
	@SW 25.10.13
	h tags anpassen an Schriftgröße lt. OW 
*/
h1 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	font-weight: 700;
}

h2 {
	font-size: 12px;
	font-size: 0.75rem;
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
	color: #000;
	display: inherit;
	font-weight: 600;
}

h3 {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	margin-bottom: 1rem;
	font-weight: 500;
}

h4 {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.25;
	margin-bottom: 1.25rem;
	font-weight: 400;
}

h5 {
	font-size: 12px;
	font-size: 0.75rem;
	margin-bottom: 1.5rem;
	font-weight: 300;
}

h6 {
	font-size: 13px;
	font-size: 0.75rem;
	font-weight: 200;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
	margin: 0;
}
/* Text elements
-------------------------------------------------------------- */
p {
	margin: 0 0 10px 0;
	font-weight: 400;
	font-size: 12px;
	font-size: 0.75rem;
}
/* @SW 25.10.13
	 zusammenfassen lt. OW      
#Content p 	{font-weight:400;font-size:12px;font-size:0.75rem;}
 */
/* 
These can be used to pull an image at the start of a paragraph, so 
that the text flows around it (usage: <p><img class="left">Text</p>) 
*/
.left {
	float: left !important;
}

p .left {
	margin: 1.5rem 1.5rem 1.5rem 0rem;
	padding: 0;
}

.right {
	float: right !important;
}

p .right {
	margin: 1.5rem 0rem 1.5rem 1.5rem;
	padding: 0;
}

blockquote {
	margin: 1.5rem;
	color: #666;
	font-style: italic;
}

strong,dfn {
	font-weight: bold;
}

em,dfn,i {
	font-style: italic;
}

em{
	background-color: #EDEDED;	
	color: #000000;
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	margin-bottom: 15px;
	padding: 12px;
}

sup,sub {
	line-height: 0;
}

abbr,acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 1.5rem;
	font-style: italic;
}

del {
	color: #666;
}

pre {
	margin: 1.5rem 0;
	white-space: pre;
}

pre,code,tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

/* Lists
-------------------------------------------------------------- */
li ul,li ol {
	margin: 0;
}

ul,ol {
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0 1.5rem 1.5rem 0;
	padding-left: 24px;
}

ul {
	list-style-type: disc;
}
/* Anpassung */
div#Content ul{
	overflow:hidden;
}
ol {
	list-style-type: decimal;
}

dl {
	font-size: 0.75rem;
	margin: 0 0 1.5rem 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5rem;
}

/* Image
------------------------------------------------------------*/
img {
	padding: 0;
	display: inline-block;
}

/* Misc classes
-------------------------------------------------------------- */
.small {
	font-size: 12.8px;
	font-size: 0.8rem;
	margin-bottom: 1.875rem;
	line-height: 1.875rem;
}

.large {
	font-size: 19.2px;
	font-size: 1.2rem;
	line-height: 2.4rem;
	padding: 2.5rem;
}

.hide {
	display: none;
}

.quiet {
	color: #666;
}

.loud {
	color: #000;
}

.highlight {
	background: #ff0;
}

.added {
	background: #060;
	color: #fff;
}

.removed {
	background: #900;
	color: #fff;
}

.first {
	margin-left: 0;
	padding-left: 0;
}

.last {
	margin-right: 0;
	padding-right: 0;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.bold {
	font-weight: bold;
}

/*   Button Styles & Links
---------------------------------------------------*/
a:focus,a:hover,a:active,a:visited,a:link {
	color: #000;
	text-decoration: none;
}

a {
	color: #000;
	text-decoration: none;
}

a.button,input.button,button.button {
	background-color: #E6E6E6 !important;
	background-image: none !important;
	color: #000;
	display: inline-block;
	padding: 0.2em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	font-size: 12px;
	font-size: 0.75rem;
	border: none !important;
	cursor: pointer;
    border-radius:0 !important;
    -webkit-border-radius: 0;
}

input.button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
}

a.button {
	line-height: 17px;
	line-height: 1.0625rem;
}

.button.Primary {
	background-color: #00935E !important;
	color: #fff !important;
	background-image: none;
}

input.button.Primary {
	background-color: #00935E !important;
	color: #fff !important;
	background-image: none;
}

a.button:hover,input.button:hover,button.button:hover {
	background-color: #989898 !important;
	background-position: 0 -15px;
	color: #333333 !important;
	text-decoration: none;
	transition: background-position 0.1s linear 0s;
}

.button.Primary.Large {
	font-size:16px;
    font-size: 1rem;
}

.button.Primary.Small {
	padding-bottom: 0.4em !important;
	padding-top: 0.4em !important;
	min-width: 74px;
}

a.button.Primary:hover,input.button.Primary:hover,button.button.Primary:hover  {
	cursor: pointer;
	background-color: #007249 !important;
	color: #fff !important;
}

input.button {
	padding-bottom: 0.6em !important;
	padding-top: 0.6em !important;
}
/* auskommentiert von SW
input.button,a.button{cursor:pointer;padding-left:1.5rem;padding-right:1.5rem;}
*/
/* a.Button normalize */

/* -- verschoben -- */