* {
  margin: 0;
  padding: 0; 
}

body {
  font-family: Arial;
  font-size: 11px;
  line-height: 16px;
  color: #707072;
  background-color: #f3f2f3;
}

input {
    font-size: 11px;
}

a {
    color: #707072;
    text-decoration: none;
}

a:hover {
    color: #ef8a1e;
}

a.intern, a.download, a.mail, a.internal-link, a.internal-link-new-window, b.intern a {
    padding-left: 12px;
    color: #ef8a1e;
    background-image: url(../img/slices/link_intern.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

a.intern:hover, a.download:hover, a.mail:hover, a.internal-link:hover, a.internal-link-new-window:hover, b.intern a:hover {
    text-decoration: underline;
}

a.internXL {
    display: block;
    margin-top: 40px;
    padding-left: 23px;
    font-size: 20px;
    color: #ef8a1e;
    background-image: url(../img/slices/link_intern_xl.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

a.internXL:hover {
    text-decoration: underline;
}

a.internM {
    display: block;
    margin-top: 15px;
    padding-left: 13px;
    font-size: 13px;
    font-weight: bold;
    color: #ef8a1e;
    background-image: url(../img/slices/link_intern_m.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

a.internM:hover {
    text-decoration: underline;
}

a.external-link, a.external-link-new-window {
    padding-left: 10px;
    color: #ef8a1e;
    background-image: url(../img/slices/link_extern.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

a.external-link:hover, a.external-link-new-window:hover {
    text-decoration: underline;
}

ol,ul,li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}

img, a img { border: 0;  display: block;}

li img {
    display: block;
    border: none;
}

div.clear {
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px solid red;
	font-size: 0px;
	line-height: 0px;
}

.hidden {
    display: none !important;
    border: 0px solid #000 !important;
}

.show {
    display: block !important;
}

h1 {
    margin-bottom: 28px;
    font-size: 28px;
    font-weight: normal;
    color: #ef8a1e;
    line-height: 28px;
}

h1.smallmargin {
    margin-bottom: 2px;
}

h2 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: normal;
    color: #ef8a1e;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    color: #ef8a1e;
    text-transform: uppercase;
}

h4 {
    font-size: 11px;
    margin-bottom: 8px;
}


