/*-----------------------------------------
 
 copyright 2011 by mmc:agentur
 
 Version: 1.0
 
 Author: David Rerych
 
 Author URI: http://www.mmc-agentur.at
 
 -------------------------------------------*/
/*------------------------------------------------------------------
 [Table of contents]
 
  1. reset Styles
  2. global Styles
  3. text Formating
  4. layout
  5. display none
  6. tables and forms
 
 -------------------------------------------------------------------*/
/*--------------------------------------*/

/* =1 Reset Style Sheet by Eric Meyer	*/
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: black;
    background: white;
}

ol, ul {
    list-style: none;
}
 /* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

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

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

blockquote, q {
    quotes: "" "";
}

/*------------------------------*/
/* =2 global styles 			*/
body {
    margin: 0;
    padding: 0;
    font: 8pt Verdana, Helvetica, Arial, sans-serif;
    color: #000;
    background: transparent;
    line-height: 1.4em;
}

.ce_wrap {
    margin-top: 40px;
    clear: both;
}

/*------------------------------*/
/* =3 text formating 			*/
h1 {
    font-size: 2em;
    margin: 2em 0;
}

h2 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 1.5em 0;
}

h3 {
    font-size: 1.1em;
    margin: 1em 0;
    font-weight: bold;
}

p, ul, ol, dl {
    margin: 1em 0;
}

a:link, a:visited {
    text-decoration: underline;
    color: #FA2712;
}

a:hover, a:focus, a:active {
    color: #FA2712;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

italic {
    font-style: italic;
}

/*------------------------------*/
/* =4 layout		 			*/
#page {
    width: 650px;
}

#content {
    text-align: left;
    margin: 0 auto;
    width: 610px;
    padding: 0 20px;
}

#content img {
    padding: 0;
    border: none;
}

#footer {
    margin-top: 20px;
    padding-top: 5px;
    border-top: 1px solid #aaa;
}

/*------------------------------*/
/* =5 display none				*/
.nav, #sprungmarken, .navtitle, hr, #leveltitle, #breadcrumb, #footer_nav, form, #print, #toplink, embed {
    display: none;
}

/*------------------------------*/
/* =6 tables and forms			*/
table {
    border: 1pt solid #000;
}

td, th {
    border-left: 1pt solid #000;
    border-bottom: 1pt solid #000;
    padding: 8px;
}

.tablewrap {
}


