/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*SVN Add-ins

$Rev:: 277           $: Revision of last commit
$Author:: jde        $: Author of last commit
$Date:: 2010-05-17 0#$: Date of last commit

Authors: JDE
Copyright (c) A&B FACE2NET GmbH
*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*
    visual.css (uebergreifende styles fuer alle medientypen)
    fuer BMAS EJ2010 (BAS10001)
    29.04.2010 JDE
*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* global basics */
*{ font-family: Arial,Verdana,Helvetica,sans-serif; }

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, 
acronym, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td, input, select, textarea{
background: transparent; 
border: none 0; outline: 0; vertical-align: baseline;
color: #000; font-style: normal; font-size: 100.1%; font-family: Arial,Verdana,Helvetica,sans-serif; 
margin: 0; padding: 0; }

ol, ul{ list-style: none; }
blockquote, q{ quotes: none; }

*:focus{ outline: 0; }

table{ border-collapse: collapse; border-spacing: 0; empty-cells: show; caption-side: top; }
caption, th, td{ text-align: left; vertical-align: top; }

img{ display: block; }

input[type="submit"], button, label, label span, a:link, a:visited, a:link *, a:visited *{ cursor: pointer; }
