/* 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;
	text-align: left;
	background: url(../images/bg_verlauf_oben.jpg) top left repeat-x #F4F8FB;
}
/* ------------------------------------------------------- headings */
h1 {
	font-size: 100%;
	color: #DD1738;
	padding: 1px 6px 1px 6px;
	margin: 10px 0;
}

fieldset h1 {
	background: url(../images/form_edit.gif) top left no-repeat transparent;
	padding-left: 22px;
	color: #4F4F4F;
}
h2{
	clear:both;
	font-size: 100%;
	font-weight:bold;
	color: #DD1738;
	padding: 1px 6px 1px 6px;
	margin: 7px 0;
}
/* ------------------------------------------------------- links */
a {
	text-decoration: none;
	font-weight: normal;
	color: #3476B3;
	padding: 0;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #3476B3;
}


/* ------------------------------------------------------- lists */
ul {
	list-style-image:  url(../images/list_dot.gif);
	padding: 2px 3px 5px 20px;
}
ul li {
	font-size: 100%;
}
ul li ul {
	font-size: 93%;
	padding: 0px 3px 0px 20px;
	margin-top: 2px;
}
ul li ul li{
	font-size: 100%;
}

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


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

table {
	padding: 0;
	margin: 0;
}
th {
	background-color: #F4F4F4;
	font-weight: bold;
}	
td {
	text-align: left;
	padding: 2px 3px;
	vertical-align: top;
}

table .even {
	background-color: #F3F8FC;
}
table .odd {
	background-color: #F9FCFE;
}

