/* global.css - contains all global redefinitions of HTML elements */

/* Basis 16px
	20px 125.0%
	19px 118.75%
	18px 112.5%
	17px 106.25%
	16px 100.0%
	15px 93.75%
	14px 87.50%
	13px 81.25%
	12px 75.00%
	11px 68.75%
	10px 62.50%
	 9px  56.25%
	 8px  50.00%
*/

* {
  margin:0px;
  padding:0px;
  border:none;
}
html>body { font-size: 16px; /* important for cross OS compatibility */ }
html, body {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/website_bg.jpg) top left repeat-x;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
}
/* ------------------------------------------------------- headings */
h1 {
	font-size: 112.5%;
	color: #000;
	font-weight: bold;
	padding: 22px 0 0 17px;
}

h2 {
	font-size: 87.50%;
	font-weight: normal;
	color: #585A5D;
	padding: 0 0 24px 17px;
}

h3 {
	font-size: 87.50%;
	color: #000;
	font-weight: bold;
	padding: 12px 0 0 17px;
}

h6 {
	font-size: 62.50%;
	color: #585A5D;
	font-weight: bold;
	padding: 0 0 10px 17px;
}
/* ------------------------------------------------------- links */
a {
	text-decoration: none;
	font-weight: normal;
	color: #0078AD;
}
a:hover {
	text-decoration: underline;
}


/* ------------------------------------------------------- lists */
#content ul {
/*	list-style: url(images/link_pic.gif);
	padding: 2px 3px 5px 21px;*/
	list-style: none;
	font-size: 75%;
	padding: 5px 10px 10px 17px;
	line-height: 17px;
}
#content ul li {
	background:url("/fileadmin/templates/images/bullet.gif") no-repeat 0% 7px;
	/*background:url("/fileadmin/templates/images/navipfeil_icon_n.gif") no-repeat 0% 4px;*/
	padding: 0 0 0 7px;
	margin: 0;
}

#content ul li a,
#content ul li a:hover {
	background: none;
	/*background:url("/fileadmin/templates/images/navipfeil_icon_n.gif") no-repeat 0% 4px;*/
	padding: 0;
	margin: 0;
}


#content ul li ul {
/*	list-style: url(images/link_pic2.gif);
	padding: 0px 3px 0px 21px;
	margin-top: 2px;*/
	font-size: 90.5%;
	padding: 0 2px 10px 17px;
}
#content ul li ul li{
	background:url("/fileadmin/templates/images/bullet.gif") no-repeat 0% 4px;
	padding: 0 0 0 7px;
	margin: 0;
}

#content ul li ul li ul {
	font-size: 100%;
	padding: 0 2px 0 17px;
}

#content ol {
	font-size: 75%;
	padding: 3px 3px 5px 34px;
}

#content img {
	float: left;
}



/* ------------------------------------------------------- other */
abbr, acronym {
    border-bottom: 1px dotted #444444;
 	font-style: normal;
    cursor: help;
}
p {
	padding: 0 10px 5px 17px;
	line-height: 17px;
	font-size: 75%;
}

hr {
	clear: both;
	width: 512px;
	height: 1px;
	background-color: #C8C8C8;
	display: block; 
	margin: 8px 3px 8px 17px;
}

