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


* {
  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;
	color: #000000;
	background-color: #D9DCDD;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;	
	text-align: left;
}
/* ------------------------------------------------------- headings */
h1 {
	font-size: 100%;
	color: #636163;
	padding: 0px 0px 28px 0px;
	margin: 0px 0;
}
h2{
	clear:both;
	border: none;
	font-size: 100%;
	color: #636163;
	padding: 0;
	margin: 0;
}
h3{
	clear:both;
	font-size: 100%;
	color: #636163;
	padding: 0;
	margin: 0px 0;
}
h4{
	clear:both;
	font-size: 100%;
	color: #636163;
	padding: 0;
	margin: 0px 0;
}
.Stil5 {
	text-align:center;
	font: 22px Arial, Helvetica, sans-serif;
}
/* ------------------------------------------------------- links */
a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	padding: 0;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;
}


/* ------------------------------------------------------- lists */
ul {
	padding: 0px 0px 0px 10px;
}
ul li {
	font-size: 100%;
}

ul li ul {
	font-size: 93%;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}
ul li ul li{
	font-size: 100%;
}

ol {
	padding: 0px 0px 0px 10px;
}


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

hr {
	color: #D6D7D6;
	background-color: #D6D7D6;
	height: 1px;
	margin: 5px 0;
}

blockquote {
	padding-left: 15px;
}

input, textarea {
	border-left: 2px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}


