/*
 *
 * @version 1.0
 * @author Reiner Keller @ anumo
 * @copyright (C) 2009
 *
 */

body {
	overflow-x: hidden;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #FFFFFF;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
	font-family: Arial, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
}

form,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	color: #676767;
}

h1 {
	text-transform: uppercase;
}

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

a:hover {
	color: #A70000;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

img {
	border: 0px;
}

.clearer {
    clear: left;
    height: 0;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

hr {
	margin-left: -2px;
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #CECECE;
}

/*********************************************************/

span.boldgrey {
	font-weight: bold;
}

span.boldred {
	font-weight: bold;
	color: #A70000;
}

/*********************************************************/

a.linkbold,
a.linkbold:visited {
	font-weight: bold;
}

a.linkboldred,
a.linkboldred:visited {
	color: #A70000;
	font-weight: bold;
}


a.outerlink,
a.outerlink:visited {
	padding: 0px 0px 0px 20px;
	background-image: url("../image/icon/outerlink.gif");
	background-repeat: no-repeat;
	background-position: 4px 3px;
}

a.outerlinkbold,
a.outerlinkbold:visited {
	padding: 0px 0px 0px 20px;
	background-image: url("../image/icon/outerlink.gif");
	background-repeat: no-repeat;
	background-position: 4px 3px;
	font-weight: bold;
}

a.innerlink,
a.innerlink:visited {
	padding: 0px 0px 0px 20px;
	background-image: url("../image/icon/innerlink.gif");
	background-repeat: no-repeat;
	background-position: 4px 3px;
}

a.innerlinkbold,
a.innerlinkbold:visited {
	padding: 0px 0px 0px 20px;
	background-image: url("../image/icon/innerlink.gif");
	background-repeat: no-repeat;
	background-position: 4px 3px;
	font-weight: bold;
}

a.downloadlink,
a.downloadlink:visited {
	padding: 0px 0px 0px 20px;
	background-image: url("../image/icon/downloadlink.gif");
	background-repeat: no-repeat;
	background-position: 4px 3px;
}

a.downloadlinkbold,
a.downloadlinkbold:visited {
	padding: 0px 0px 0px 20px;
	background-image: url("../image/icon/downloadlink.gif");
	background-repeat: no-repeat;
	background-position: 4px 3px;
	font-weight: bold;
}

/*********************************************************/

ul.referencelist {
	margin: 0px 0px 0px 11px;
	padding: 0px;
	list-style-type: none;
	font-weight: normal;
	line-height: 18px;
	vertical-align: middle;
}

ul.outerlink,
ul.innerlink,
ul.downloadlink {
	margin: 0px 0px 0px 11px;
	padding: 0px;
	list-style-type: none;
	font-weight: normal;
	line-height: 18px;
	vertical-align: middle;
}

ul.outerlink h1 span {
	margin: 20px;
}

ul.outerlink li {
	padding: 0px 0px 0px 16px;
	background-image: url("../image/icon/outerlink.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

ul.outerlink li span {
	margin: -5px 0px 28px 0px;
}

ul.innerlink li {
	padding: 0px 0px 0px 16px;
	background-image: url("../image/icon/innerlink.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

ul.downloadlink li {
	padding: 0px 0px 0px 16px;
	background-image: url("../image/icon/downloadlink.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/*********************************************************/

div.noshow {
	position: absolute;
	display: none;
	width: 200px;
	top: -5000px;
}

/*********************************************************/

