@import url("font.css");
@import url("background.css");
@import url("kurs.css");

#main
{
    height:600px;
    left:50%;
    margin:0px 0px 0px -415px;
    padding:0;
    position:absolute;
    top:20px;
    width:830px;
}

#left_column
{
    position: absolute;
    top:0px;
    left:0px;

    width:190px;
}

#center_column
{
    position:absolute;
    top:0px;
    right:0px;
    width:630px;
    min-height:440px;
}

#center_column .platzhalter
{
    border:red dashed 1px;
    width:100%;
    max-height:160px;
    min-height:0px;
    height:160px;
}


#sub_navigation
{
    position:static;
    width:100%;
    min-height:10px;
}

#content
{
    position:static;
    margin-top:10px;
    height:auto;
    width:100%;
}

#headline
{
    position:absolute;
    top:30px;
    right:65px;

    min-width:170px;
    max-width:240px;
    height:30px;
}

#navigation
{
    position:absolute;
    top:100px;
    width:190px;
}

#sub_navigation,
.navigation_item
{
    position:static;
    margin:0px;
}

.navigation_item
{
    margin-bottom:15px;
    width:auto;
}

.navigation_item a,
.navigation_item a:link,
.navigation_item a:active,
.navigation_item a:visited,
.navigation_item a:hover,
.navigation_item a:focus
{
    display:block;
    margin:0px;
    width:180px;  
}

#sub_navigation div div div,
.navigation_item a,
.navigation_item a:link,
.navigation_item a:active,
.navigation_item a:visited,
.navigation_item a:hover,
.navigation_item a:focus
{
    padding:5px;
}

#sub_navigation * ul, #sub_navigation p
{
    margin:0px;
}


#footer
{
    height:20px;
}

#copyright
{
    display:none;
}

.formular th
{
    text-align:right;
}

.formular td
{
    text-align:left;
}

.errorlist
{
    margin:0px;
    margin-top:10px;
    padding:0px;
    list-style-type:none;
    color:red;
}

p.leitkolleg
{
    margin-bottom:-1em;
}

p.top
{
    margin-bottom:2em;
}

table.link_list
{
    width:98%;
    margin-left:auto;
    margin-right:auto;
}

table.link_list tr td, table.link_list tbody tr td
{
    vertical-align:top;
    padding-bottom:2em;
}

