@charset "utf-8";

/*
reset.css
http://www.exusu-design.de / hoemke@exusu-design.de
12.08.09
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
    }
html {
    height: 100%;
    }
body {
	line-height: 1;
	height: 101%;
	color: black;
	background: white;
	}
strong, b {
    font-weight: bold;
    }
em, i {
    font-style: italic;
    }
abbr[title] {
    border-bottom: 1px dotted #888 !important;
    cursor: help;
    }
a abbr {
    cursor: pointer !important;
    }
table {
	border-collapse: separate;
	border-spacing: 0;
    }
caption, th, td {
	text-align: left;
	font-weight: normal;
    }
:lang(de) { 
    quotes:"\201E" "\201C" "\201A" "\2018"; 
    }
:lang(de-DE) { 
    quotes:"\00BB" "\00AB" "\203A" "\2039"; 
    }
:lang(de-CH) { 
    quotes:"\00AB" "\00BB" "\2039" "\203A"; 
    }
:lang(en) { 
    quotes:"\201C" "\201D" "\2018" "\2019"; 
    }
:lang(fr) {
    quotes:"\00AB\00A0" "\00A0\00BB" "\2039\00A0" "\00A0\203A";
    }
q:before {
    content:open-quote;
    }
q:after { 
    content:close-quote; 
    }
q q:before { 
    content:open-quote; 
    }
q q:after { 
    content:close-quote; 
    }
blockquote:before { 
    content:"\00BB"; 
    }
blockquote:after { 
	content:"\00AB"; 
	}
label, 
input[type=button],
input[type=submit], 
button {
    cursor: pointer;
    }
img { 
    -ms-interpolation-mode: bicubic; 
    }
.hideme {
    position: absolute;
    left: -9999em;
    top: -9999em;
    }
.hidder {
	display: none;
	}
.clearer {
	clear: both; 
	visibility: hidden;
	}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    }
.clearfix {
    display: inline-block;
    }
/* Hides from IE-mac \*/ 
.clearfix { 
    display: block; 
    }
/* End hide from IE-mac */