body {
        border: 0;
        margin: 0;
        padding: 0;
        background-color: #fff;

        font-family: 'Droid Serif', helvetica, arial;
}

a {
        color: #2060A3;
        text-decoration: underline;
}

hr { display:none; }
img { border: 0; }

img.border {
	border: 1px #dddddd solid;
	padding: 2px;
	margin-bottom: 3px;
}

div.floatRight {
	float:right;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	white-space: pre;
	
	font-family: helvetica;
	font-size: 12px;
	line-height: 1.2em;
}

p {
        font-size: 14px;
        line-height: 1.7em;
}

table {
         border: 0;
         margin: 0;
         padding: 0;
         font-size: 14px;
         line-height: 1.7em;
}

td {
         border: 0;
         margin: 0;
         padding: 0;
}

h2 {
        font-family: 'Open Sans', helvetica, arial;
        font-weight: 400;
        font-size: 22px;
        line-height: 1.4em;
        color: #555;
}

h3 {
        font-family: 'Open Sans', helvetica, arial;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.3em;
        color: #555;
}

h4 {
        font-family: 'Open Sans', helvetica, arial;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3em;
        color: #555;
}

.red { color:red; }

#frame {
        width: 900px;
        margin: auto;

}

#timber {
        width: 100%;
        height: 20px;
        background-color: #ddd;
}

#timbertimber {
        width: 900px;
        height: 20px;
        margin:auto;
        background-color: #ccc;
}

#logo {
        width: 559px;
        height: 100px;
        margin:auto;
        margin-top: 30px;
        margin-bottom: 30px;
}

/* ----- HEADIMG */

#headimg {
        margin:auto;
        width: 900px;
        margin-bottom: 15px;
        position: relative;
        z-index:1;

        border-bottom: 1px #ddd solid;
}

#headimg-text-back {
        padding: 5px;
        margin-top: -120px;
        margin-left: 10px;
        z-index: 10;
        width: 870px;
        background-color: #fff;
        opacity: 0.85;
        position: absolute;
}

#headimg-text {
        color: black;
        font-family: 'Droid Sans', georgia;
        font-size: 19px;
        line-height: 1.3em;
        opacity: 1;
}

/* ----- WILLKOMMEN */

#willkommen h1 {
        font-family: 'Droid Sans', georgia;
        font-weight: normal;
        line-height: 1.3em;
        color: #555;
}

/* ----- SIDEBAR

#sidebar {
        width: 200px;
        margin-top: 20px;

        z-index: 100;
        float:left;
        list-style-type: none;
        margin-right: 20px;

}

#sidebar li {
        list-style-type: none;
        list-style-position: inside;
        border-bottom: 1px #ddd solid;
        background-color: eee;
        padding-top: 6px;
        padding-bottom: 5px;
        padding-left: 10px;
}

#sidebar a {
        text-decoration: none;
        color: black;
}

#sidebar li:hover {
        background-color: #eee;
}

#mc_menu_1 { padding:0; }
*/

/* ----- CONTENT */

#content {
        width: 900px;
/*        z-index: 100;
        float:right; */
}

/* ----- FOOTER */

#footer {
        margin:auto;
        width: 900px;
        margin-bottom: 15px;
        margin-top: 20px;

        border-top: 1px #aaa solid;
        }

.footer_text {
        font-family: helvetica, arial;
        font-size: 12px;
        color: #aaa;

}
