/* ----------------------------------------

	Style Sheet reset & basic formating
	by Olaf Börner

	v2.0 – 25.11.2011

---------------------------------------- */

* {
	background: transparent none;
	background-clip: padding-box;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	direction: ltr;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-variant: normal;
	font-weight: inherit;
	letter-spacing: normal;
	margin: 0;
	outline: 0;
	opacity: 1.0;
	padding: 0;
	text-align: inherit;
	text-decoration: none;
	text-indent: 0;
	text-shadow: none;
	vertical-align: baseline;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.hide {
	display: none;
}

a, a abbr[title], a acronym[title], button, label, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}

abbr[title], acronym[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

b, strong {
	font-style: inherit;
	font-weight: bold;
}

bdo[dir="rtl"]
{
	direction: rtl;
}

big {
	font-size: 1.2em;	
}

blockquote {
	quotes: '«' '»';
}

blockquote:after {
	content: open-quote;
}

blockquote:before {
	content: close-quote;
}

body, html {
	font-weight: normal;
	height: 100%;
}

cite {
	font-variant: small-caps;	
}

code, kbd, pre, samp {
	font-family: monospace;	
}

command, datalist, source {
	display: none;
}

del, s, strike {
	text-decoration: line-through;
}

dfn, em, i {
	font-style: italic;
	font-weight: inherit;
}

hr {
    height: 1px;
}

img {
	/* Bilder responsive für CSS3 fähige Browser (außer IE8) */
	height: auto;
	max-width: 100%;
}

ins {
	border-bottom: 1px dashed;
}

ol, ul {
	list-style: none;
}

pre {
	white-space: pre;
}

q {
	quotes: '„' '“' '‚' '‘';	
}

q:after {
	content: close-quote;
}

q:before {
	content: open-quote;
}

q:lang(de) {
	quotes: '„' '“' '‚' '‘';
}

q:lang(en) {
	quotes: '“' '”' '‘' '’';
}

q:lang(fr) {
	quotes: '«' '»' '‹' '›';
}

small {
	font-size: 0.8em;	
}

sub, sup {
	font-size: 0.7em;	
}

sub {
	vertical-align: bottom;	
}

sup {
	vertical-align: top;	
}

table {
	border-collapse: separate;
	border-spacing: 0;
	caption-side: bottom;
	empty-cells: show;
    vertical-align: top;
}

textarea {
	overflow: auto;
	resize: vertical;
}

u {
	border-bottom: 1px solid;	
}