/* 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: #333333;
	background-color: #E5F4F7;
	/*background: #FFFFFF;*/
	text-align: left;
	/*background-image: url(images/eimer-startseite.jpg);
	background-repeat:no-repeat;
	background-position: 140% 160%;*/
	
	background-image: url(images/verlauf_body.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
/* ------------------------------------------------------- headings */
h1 {
	/*clear: both;*/
	font-size: 108.33%;
	color: #FFFFFF;
	background: #BDBABD;
	padding: 2px 6px 2px 6px;
	margin: 5px 0 6px 0;
}

h2{
	clear:both;
	font-size: 100%;
	color: #FFFFFF;
	background: #BDBABD;
	padding: 2px 6px 2px 6px;
	margin: 5px 0 6px 0;
	/*padding: 1px 6px 1px 6px;*/
	/*margin: 7px 0;*/
}
h3{
	clear:both;
	font-size: 100%;
	color: #333333;
	background: none;
	padding: 2px 6px 2px 0px;
	margin: 5px 0 6px 0;
}
/* ------------------------------------------------------- links */
a {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
	padding: 0;
}

/* ------------------------------------------------------- lists */
ul {
	list-style-image: url(images/bullet_content.gif);
	padding: 0px 0px 8px 24px;
}
ul li {
	font-size: 100%;
}
ul li ul {
	font-size: 100%;
	list-style-image: url(images/bullet_content.gif);
	padding: 0px 3px 0px 24px;
	margin-top: 2px;
}
ul li ul li{
	font-size: 100%;
}

ol {
	padding: 0px 3px 8px 24px;
}

dd, dl, dt {
	padding: 0;
	margin: 0;
}

/*-------------------------------------------------------- tables */
td {
	padding: 2px 3px 2px 0px;
}


/* ------------------------------------------------------- other */
abbr, acronym {
    border-bottom: 1px dotted #444444;
 	font-style: normal;
    cursor: help;
}
p {
	padding: 2px 0 8px 0;
}

/* ------------------------------------------------------- special case for SEO */
/* strong {
	font-weight: normal;
}*/
/* ------------------------------------------------------- end of special case */
