/* *************************************************************

  xmental TYPO3 Lösungen [c] 2011 Burkhardt Wenzel
  
************************************************************* */

/* ===[ Normalisiert margin, padding ]=== */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td,
hr                                      {
                                            margin: 0;
                                            padding: 0;
                                        }

/* ===[ Normalisiert font-size headlines ]=== */

h1,
h2,
h3,
h4,
h5,
h6                                      {
                                            font-size: 100%;
                                            font-weight: normal;
                                        }

/* ===[ Entfernt list-style ]=== */

ul,
ol                                      { list-style: none }

table                                   {
                                            border-collapse: collapse;
                                            border-spacing: 0;
                                        }

/* ===[ Normalisiert font-style und font-weight ]=== */

adress,
caption,
cite,
code,
dfn,
th,
var                                     {
                                            font-style: normal;
                                            font-weight: normal;
                                        }

/* ===[ Entfernt border aus fieldset und img ]=== */

fieldset,
img                                     { border: 0 }

/* ===[ Richtet Text in caption und th links aus ]=== */

caption,
th                                      { text-align: left }

/* ===[ Entfernt Anführungszeichen aus q ]=== */

q:before,
q:after                                 { content: '' }

legend                                  { display: none }

.clearfix:after                         {
                                            content: ".";
                                            display: block;
                                            height: 0;
                                            clear: both;
                                            visibility: hidden;
                                        }

.clearfix                               { display: inline-block }

a                                       { outline: none }