/* global.css - contains all global redefinitions of HTML elements */
/* 
Schriftgrößen
Standard: 13
12 = 92.31%
11 = 84.62%
10 = 76.93%

*/


* {
  margin:0px;
  padding:0px;
  border:none;
}
html>body { font-size: 13px; /* important for cross OS compatibility */ }
html, body {
	font-size: 13px;
	font-size: 100%;
	font: small Arial, Helvetica, sans-serif;
	text-align: left;
}
body {
	color: #333333;
	background-color: #FFFFFF;
}	

/* ------------------------------------------------------- headings */
h1 {
	font-size: 116.67%;
	color: #444444;
	padding: 1px 6px 1px 0px;
	margin: 7px 0;
}
h2{
	clear:both;
	font-size: 153.85%;
	padding: 1px 6px 1px 0px;
	margin: 7px 0;
}

h5 {
	font-size: 100%;
	margin: 10px 0 2px 0;
}

h6 {
	margin: 7px 0;	
	border-bottom: solid 1px #449E29;
	color: #449E29;
	font-size: 133.34%;
	/*font-weight:normal;*/
}

/* ------------------------------------------------------- links */
a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	padding: 0;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}


/* ------------------------------------------------------- lists */
ul {
	list-style:  url(images/pfeil_rechts.png);
	padding: 2px 3px 5px 24px;
}
ul li {
	font-size: 100%;
}

ul li ul {
	font-size: 92.31%;
	list-style: url(images/pfeil_rechts.png);
	padding: 0px 3px 0px 24px;
	margin-top: 2px;
}
ul li ul li{
	font-size: 100%;
}

ol {
	padding: 3px 3px 5px 34px;
}


/* ------------------------------------------------------- other */
abbr, acronym {
    border-bottom: 1px dotted #444444;
 	font-style: normal;
    cursor: help;
}
p {
	padding: 3px 0 5px 0px;
}

/* ------------------------------------------------------- special case for SEO */
/*strong {
	font-weight: normal;
}*/
/* ------------------------------------------------------- end of special case */