﻿body
{
    padding: 15px 3px 3px 34px;
    margin: 0 0 0 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}
.NormalText
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}


A:link, A:visited, A:active /*BUP*/
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: underline;
    font-weight: normal;
    color: #023881;
}


A:hover
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #023881;
    font-weight: normal;
}


.CopyRightText, A.CopyRightText, .CopyRightText A
{
    color: #969696;
    font-weight: normal;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
}


A.NormalURL:link /*BUP*/
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: underline;
    font-weight: normal;
    color: #023881;
}

A.NormalURL:visited /*BUP*/
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: underline;
    color: #023881;
    font-weight: normal;
}

A.NormalURL:active /*BUP*/
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: underline;
    color: #023881;
    font-weight: normal;
}

A.NormalURL:hover /*BUP*/
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #023881;
    font-weight: normal;
}

.PrintBorderColor
{
    border-color: #787878;
}

.NormalIntro
{
    font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #06368D; /*font-style:italic;*/
}

.BigTitel
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color: #ff3333;
}

.ImagePreviewText
{
    font-weight: normal;
    font-size: 11px;
    color: #808080;
    font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/*News Modul Klassen*/
.newstitle
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #505050;
}

.newstext
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #505050;
}

/*Admingen Klassen*/

.HeaderStyle
{
    font-family: Verdana,Arial, Helvetica, Sans-serif;
    color: black;
    font-size: 12px;
    background-color: #D3DCE3;
    font-weight: bold;
}
.Item
{
    font-family: Verdana,Arial, Helvetica, Sans-serif;
    color: black;
    font-size: 12px;
    background-color: #ffffff;
}
.AlternateItem
{
    font-family: Verdana,Arial, Helvetica, Sans-serif;
    color: black;
    font-size: 12px;
    background-color: #DDDDDD;
}
.EditStyle
{
    font-family: Verdana,Arial, Helvetica, Sans-serif;
    color: black;
    font-size: 12px;
    background-color: #D3DCE3;
}
.EditStyleInput
{
    font-family: Verdana,Arial, Helvetica, Sans-serif;
    color: black;
    font-size: 12px;
    background-color: white;
}
.FooterStyle
{
    font-family: Verdana,Arial, Helvetica, Sans-serif;
    color: black;
    font-size: 12px;
    background-color: White;
    font-weight: bold;
}
.ErrorMsg
{
    font-family: Verdana,Arial, Helvetica, Sans-serif;
    font-weight: bold;
    color: red;
    font-size: 12px;
}
.SelectedStyle
{
    font-family: Verdana,Arial, Helvetica, Sans-serif;
    color: black;
    font-size: 12px;
    background-color: #DDDDDD;
}


/*Mainmenu*/

#navigation
{
    position: relative;
    clear: left;
}
#navigation ul
{
    margin: 0px;
    padding: 0px;
}
#navigation li
{
    list-style: none;
    position: relative;
    height: 10px;
}

#navigation .navItem
{
    padding-left: 11px;
    padding-right: 11px;
    background-image: url('images/menu/menu_inactive.gif');
    background-repeat: no-repeat;
    width: 151px;
    height: 20px;
    margin-top: 12px;
    margin-left: 25px;
    margin-right: 8px;
}

#navigation .navItemSelected
{
    padding-left: 11px;
    padding-right: 11px;
    background-image: url('images/menu/menu_active.gif');
    background-repeat: no-repeat;
    width: 151px;
    height: 20px;
    margin-top: 12px;
    margin-left: 25px;
    margin-right: 8px;
}

#navigation .navItemSelected a
{
    color: #FF3333;
}

/* NavLink */
#navigation li a
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 146px;
    text-decoration: none;
    font-weight: bold;
    vertical-align: middle;
}
#navigation li a:hover, #navigation li #current #current
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 146px;
    height: 20px;
}

#navigation .navItem:hover
{
    background-image: url('images/menu/menu_active.gif');
}

#navigation .navItem:hover a
{
    color: #ff3333;
}

#navigation .navItem a
{
    color: #003399;
}

#navigation .navItemLevel1, #navigation .navItemLevel1Selected
{
    color: #003399;
    margin-left: 48px;
    height: 14px;
    margin-top: 0px;
    margin-bottom: 3px;
}
#navigation .navItemLevel1 a
{
    color: #003399;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    height: 12px;
}
#navigation .navItemLevel1 a:hover, #navigation .navItemLevel1Selected a, #navigation .navItemLevel1Selected a:hover, #navigation .navItemLevel1Selected a:visited, #navigation .navItemLevel1Selected a:active
{
    color: #ff3333;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    height: 12px;
}



.languages, .languages a, .languages a:hover, a.languages
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #969696;
    text-decoration: none;
}

/*Modul StartContent*/
.StartContentDiv1
{
    background-image: url('images/bgSquareDark.gif');
    background-repeat: no-repeat;
    width: 274px;
    height: 195px;
    padding: 3px;
}

.StartContentDiv2
{
    background-image: url('images/bgSquare.gif');
    background-repeat: no-repeat;
    width: 274px;
    height: 195px;
    padding: 3px;
}

.StartContentBigDiv1
{
    background-repeat: no-repeat;
    background-image: url('images/bgSquareDarkBig.gif');
    width: 274px;
    height: 591px;
    padding: 3px;
    float: left;
}

.StartContentBigDiv2
{
    background-repeat: no-repeat;
    background-image: url('images/bgSquareBig.gif');
    width: 274px;
    height: 591px;
    padding: 3px;
    float: left;
}

.StartContentInnerDiv
{
    padding: 8px 10px 8px 10px;
}

.StartContentTitle
{
    font-weight: bold;
    color: #003680;
}

.StartContentSubTitle
{
    color: #003680;
}

.StartContentMoreLinkSpan
{
    float: right;
    cursor: pointer;
}

.StartContentBigDivLab
{
    display: none;
    padding: 8px 10px 8px 10px;
}

.StartContentOverviewTitle
{
    color: #ff3333;
    border-bottom: solid 1px #ff3333;
    font-weight: normal;
    padding-bottom: 6px;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 710px;
}

/*Modul StartNews*/
.StartNewsTitleDiv
{
    background-image: url('images/newsheader.gif');
    width: 218px;
    height: 25px;
    font-weight: bold;
    margin-top: 13px;
    font-size: 14px;
}
.StartNewsContentDiv
{
    background-image: url('images/newsleftbg.gif');
    background-repeat: repeat-y;
    width: 218px;
    height: 615px;
}
.imageLinkTitleText
{
    color: #FF3333;
    padding-left: 4px;
    font-size: 14px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    width: 100%;
}
.imageLinkRuler
{
    color: #FF3333;
    background-color: #FF3333;
    margin: 6px 0 20px 4px;
    height: 1px;
    border: 0;
    width: 710px;
}
.imageLinkTitle
{
    margin:6px 0 0 2px;
}

