/*
=general
=page structure
=main_navigation
=sub_navigation
=sub_sub_navigation
=page content
=misc
*/

/*
=general
---------------------------------------------- */

* {
    margin: 0;
    padding: 0;
}

html {
    height: 101%;
}

html, body {
    width: 100%;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
    color: black;
    line-height: 1.4;
}

table, tr, td, input, select, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    vertical-align: top;
}

a img, img {
    border: 0;
}

code, pre {
    font-size: 1.5em;
    color: grey;
    display: block;
    width: 500px;
}

h1, h2, h3, h4, h5 {
    color: black;
    margin-bottom: 2.5mm;
}

h1 {

}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

a {
    color: blue;
}

/*
=page structure
---------------------------------------------- */

#container {
    width: 70%
    margin: 0 auto;
    text-align: left;
}

/* header */

#header {
    width: 100%;
    margin-bottom: 10mm;
}

#content {
    width: 100%;
    margin-bottom: 10mm;
}

/* footer */

#footer {
    width: 100%;
    margin-bottom: 10mm;
}

#footer a {
}

#footer a:focus, #footer a:hover, #footer a:active  {
}

/*
=main_navigation
---------------------------------------------- */

#main_navigation {
    display: none;
}

/*
=sub_navigation
---------------------------------------------- */

#sub_navigation {
    display: none;
}

/*
=sub_sub_navigation
---------------------------------------------- */

#sub_sub_navigation {
    display: none;
}

/*
=page content
---------------------------------------------- */

#content p {
    margin-bottom: 5mm;
}

#content ul, #content ol {
    margin: 0 0 5mm 7.5mm;
}

#content li {
}

#content a {
}

#content a:focus, #content a:hover, #content a:active  {
}

/*
=misc
---------------------------------------------- */

.hide {
    position: absolute;
    left: -999em;
}

/* self clearing floats */

#header:after, #content:after, #footer:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* print links */

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
}

/*
=debug
---------------------------------------------- */

.debug {
    clear: both;
    text-align: center;
}
