﻿/* øvelses render */

.disclaimer 
{
    font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
    font-style: italic;
    padding-top: 20px;
    padding-bottom: 20px;
}

.exercise_picture_cell
{
    white-space: nowrap;
    border: solid 1px black;
    border-bottom: dotted 1px black;
    text-align: center;
    vertical-align: top;
}
.exercise_text_cell
{
    border: solid 1px black;
    border-top: none;
    padding: 10px;
    background-color: #e0e0e0;
    vertical-align: top;
}
.exercise_text_title
{
    color: #CE7113;
    font-weight: bold;
}
.exercise_text_latin
{
    font-weight: bold;
}
.exercise_text_text
{
    margin-top: 8px;
}
.exercise_text_text p
{
    margin:0px;
    padding-bottom: 4px;
}
.exercise_picture_number
{
    margin-left: 4px;
    font-size: 26pt;
    color: #CE7113;
    z-index: 1;
    position: absolute;
}
/* ============================================ */
.adminlink
{
    display: block;
    float: right;
    font-size: 10px;
}

#MainMenu
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/* ==================================== */

body
{
    background: white;
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;
}


a img
{
    border: none;
}

.orange
{
    background-color: #F5822A;
}

.grey30
{
    background-color: #BCBEC0;
}
.grey50
{
    background-color: #939598;
}
.grey70
{
    background-color: #6D6F71;
}
.menuactive
{
    font-weight: bold;
}

.menuinactive
{
    font-weight: normal;
}

.hidden
{
    display: none;
}
.air
{
    padding: 4px;
}
/* ===================================================================================================== */

.teaserpix
{
    position: relative;
    float: right;
}
.teasertext
{
    padding: 4px 4px 4px 4px;
    font-size: 90%;
}
.teaserhead
{
    margin-top: 28px;
    padding: 4px;
    background-color: #e0e0e0;
    font-weight: bold;
}
/* ===================================================================================================== */
#left a
{
    text-decoration: none;
    color: black;
}
#right a
{
    text-decoration: none;
    color: black;
}
.teaserhead a
{
    text-decoration: none;
    color: #F5822A;
}

.teasertext a:hover
{
    text-decoration: none;
    border-bottom: dotted 1px #F5822A;
}

#container
{
    margin: 0px auto;
    width: 994px;
}

#header
{
    margin: 0px;
    padding: 0px;
    height: 80px;
    color: #939598;
    margin-top: 30px;
    font-size: large;
}
#headerpart
{
    margin-left: 184px;
    margin-right: 184px;
    padding-top: 40px;
    color: #939598;
    font-size: large;
}
#nav
{
    padding: 8px;
    background-color: #e0e0e0;
    margin-left: auto;
    margin-right: auto;
}
#nav a
{
    text-decoration: none;
    color: Black;
}
#nav a:hover
{
    text-decoration: underline;
}


#left
{
    float: left;
    width: 170px;
    margin-right: 12px;
    padding: 0px;
}


#main
{
    float: left;
    width: 625px;
    margin: 0px;
    padding: 0px;
    margin-top: 28px;
}

#mainBig
{
    float: left;
    width: 800px;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

.IE8Fix 
{ 
    z-index: 1000;
}

#bodytextNormal
{
    background: url(images/panel.png) no-repeat 0% 0%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0px;
    padding: 1px 15px 7px 15px;
    min-height: 500px;
    border-bottom: solid 1px #c0c0c0;
}

#bodytextBig
{
    border: none;
    padding: 0px;
}

.bodytext
{
}

.bodytext h1
{
    font-size: 16px;
    margin-top: 10px;
}
.bodytext h2
{
    font-size: 13px;
    padding: 0px;
}
.bodytext ul 
{
}
.bodytext li
{
    margin-top: 4px;
}
.bodytext a
{
    color: #F5822A;
    text-decoration: none;
}
.bodytext a:hover
{
    color: #F5822A;
    text-decoration: underline;
}

#right
{
    float: right;
    width: 170px;
    margin: 0px;
    padding: 0px;
}
#clear
{
    clear: both;
    height: 0px;
    margin-bottom: -1px;
    overflow: hidden;
    padding-bottom: 1px;
}
#footer
{
    color: gray;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-top: 0px;
    text-align: center;
    padding: 4px;
}
#footer a
{
    color: gray;
    text-decoration: none;
}

#footer a:hover
{
    color: #F5822A;
    border-bottom: dotted 1px black;
}

