/* 
easyCss~resetCss
based on Eric Meyers Reset v1.0
Copyright (C) 2010 Joachim Doerr, easyCssframework.com
Creative Commons Attribution-Share Alike 3.0 License
*/
/* ----------------------------------------------------- ~ reset default */
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,

b,
u,
i,
center,
isindex,
menu,
dir,

dl,
dt,
dd,
ol,
ul,
li,

fieldset,
form,
label,
legend

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,

article,
aside,
footer,
header,
nav,
section,
figure,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 101%; /* IE6, FF<3 + Safari<3 ~bugfix */
	font-family: inherit;
	font-weight: inherit;
	font-variant: inherit;
	white-space: normal;
	background: transparent;
}
caption,
th {
	text-align: left;
}
body {
	line-height: 1;
}
ol,
ul,
li {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
ol, 
dl {
	position: relative;
}
/* ----------------------------------------------------- ~ Scrollbar */
/* ~ old version is hidden */
/*
body {
	overflow-y:scroll;
}
* + html body {
	overflow-y:hidden;
}
*/
html {
	overflow-y: scroll;
}
/* ----------------------------------------------------- ~ focus fix */
:focus {
	outline: 0;
}
/* ----------------------------------------------------- ~ inserts fix */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* ----------------------------------------------------- ~ tables unset */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----------------------------------------------------- ~ sub position */
sup {
	vertical-align: text-top;
/*	vertical-align: super; */
}
sub {
	vertical-align: text-bottom;
/*	vertical-align: sub; */
}
/* ----------------------------------------------------- ~ input unset */
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/* ----------------------------------------------------- ~ enable resizing IE */
input,
textarea,
select {
	*font-size:101%;
}
/* ----------------------------------------------------- ~ enable resizing IE */
/* ~ because legend doesn't inherit in IE */
legend {
	color:#000;
}
/* ----------------------------------------------------- ~ default elements */
strong,
b {
	font-weight: bold;
}
em,
i {
	font-style: italic;
}
u {
	text-decoration: underline;
}
.hide {
	position: absolute;
	display: block;
	height: 1px;
	width: 1px;
	overflow: hidden;
	left: -9999em;
	top: -9999em;
	line-height: 0.0001em;
	font-size: 0.0001em;
}
.print-hide {
	display: none;
}
label,
input[type=button],
input[type=submit],
button {
	cursor: pointer;
}
q:lang(de) {
	quotes: '„' '“' '‚' '‘';
}
q:lang(en) {
	quotes: '“' '”' "‘" "’";
}
abbr[title] {
	border-bottom: 1px dotted #888 !important;
	cursor: help;
}
a abbr {
	cursor: pointer !important;
}
/* ----------------------------------------------------- ~ clear elements */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	display: inline-block;
	min-height: 1%;
	zoom: 1;
}
* + html .clearfix {
	display: inline-block;
	min-height: 1%;
	zoom: 1;
}
.ie7clearfix {
	clear: both;
	line-height: 0;
	height: 1px;
	text-indent: -9999em;
}
/* ----------------------------------------------------- */
.ie7 address {
	font-style: normal;
}
img { 
	-ms-interpolation-mode: bicubic;
}
/* ----------------------------------------------------- */
.debugit {
	outline: solid gold 1px;
}
.debugit-background {
	background: rgba(255, 215, 0, 0.2) !important;
}

/*
http://www.dfc-e.com/metiers/multimedia/opensource/jqtransform/
*/