/*
Projektname: BWRmedia Relaunch 2011
Erstellt am: 27.10.2011 von WD
Bearbeitet am: 03.11.2011 von KD
QS am 27.10.2011  von WD
*/

/* --- Reset --- */
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;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

body {
line-height: 1;
color: #3c3c3c;
font: 62.5% Arial,Verdana,sans-serif;
}

/* nur verlinkte Inhalte sollten unterstrichen dargestellt werden */
ins {
text-decoration: none;
border-bottom: 1px dashed;
padding-bottom: 0.1em;
}

ol, ul {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
empty-cells: show; /* hide, inherit */
}

caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: top;
}

/* Adresse */
address {
font-style: normal;
}

blockquote, q {
quotes: none;
}

blockquote:before, 
blockquote:after,
q:before, q:after {
content: "";
content: none;
}

/* fix, damit sub und sup nicht mehr 
die line-height "(zer)stoeren" */
sup, sub {
vertical-align: baseline;
position: relative;
top: -0.3em;
}
sub { top: 0.3em; }

/* Einheitliche Schrift und Schriftgroessen fuer alle Formularelemente.  
Ansonsten werden Formularelemente belassen, wie sie vom OS bzw. vom Browser vorgegeben werden. */
input,
textarea,
select,
button {
font: normal 1em Arial, Verdana, sans-serif;
}

/* Scroll im IE entfernen */
textarea { 
overflow: auto; 
}

/* Einheitliche "hover" Optik bei Formularelementen und interaktiven Elementen */
input[type=submit], 
input[type=reset], 
input[type=button], 
input[type=image], 
button, 
select, 
.pointer { 
cursor: pointer; 
}  

/* Abkuerzungen mit Beschreibung */
abbr[title],
acronym[title] {
cursor: help;
}

/* en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { 
font-family: monospace, sans-serif; 
}