/*
    Um das Layout komplett zu beeinflussen, sind weitere
    Einstellungen in PortalHTMLParameter notwendig
*/
BODY, P, TD, DIV, DL, OL, UL, BLOCKQUOTE, CAPTION, CENTER, DIV
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: #666666;
}

UL {
	
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: square;
}

BODY {
    background: white;
    /* top,right , bottom, left*/
    margin: 2px 2px 2px 2px;
}

a:link     {
    color: #666;
}

a:visited       {
    color: #666;
}

a:active        {
    color: #333;
}

a:hover     {
    color: #333;
}

.aunter:link     {
    color: #4C4C4C;
    font-weight: normal;
    font-size: 11px;
}

.aunter:visited       {
    font-size: 11px;
    font-weight: normal;
}

.aunter:hover     {
    font-weight: normal;
    font-size: 11px;
    color: #000;
}

.aunter:active        {
    font-weight: normal;
    font-size: 11px;
    color: #000;
}


.stdtitel {
    font-weight: bolder;
    color: #4C4C4C;
}

.fenstertitel {
	font-size: 14px;
    font-weight: bolder;
    color: #4C4C4C;
}

.smaller {
    font-size: 11px;
    line-height: 13px;
}

.emph {
    color: #4C4C4C;
    font-weight: bolder;
}

.smallerandlighter {
    font-size: 11px;
    color: #999999;
    line-height: 13px;
}

.kastentitel {
    color: #4c4c4c;
    background: #E8EEF6;
    padding: 4px 4px 4px 4px;
    font-weight: bolder;
}

.kastentitelflach {
    color: #4c4c4c;
    background: #E8EEF6;
    padding: 1px 4px 1px 4px;
    font-weight: bolder;
}

.kastentitelflach2 {
    color: #4c4c4c;
    background: #E8EEF6;
    padding: 1px 4px 1px 4px;
    font-weight: bolder;
    border-color: #D4DFED;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px:
}


.kastenlinie {
    background: #D4DFED;
}

.kastenoben{
    color: #859CC3;
    background: #E8EEF6;
    /*padding: 0px 0px 0px 0px;*/
}

.kastenmark{
    color: #859CC3;
    background: #E8EEF6;
    padding: 6px 0px 0px 0px;
}

.kastensuchen{
    background: #E8EEF6;
	line-height: 13px;
    padding: 4px 4px 4px 4px;
}

.kasteninnen{
	line-height: 13px;
    padding: 4px 4px 4px 4px;
}

.kastenmenu {
	font-size: 10px;
	color: #859CC3;
    background: #E8EEF6;
}

.akastenmenu:link     {
    color: #859CC3;
    text-decoration:none;
    font-size: 10px;
}

.akastenmenu:visited       {
    color: #859CC3;
    text-decoration:none;
    font-size: 10px;
}

.akastenmenu:hover     {
    color: #333399;
    text-decoration:none;
    font-size: 10px;
}

.akastenmenu:active        {
    color: #333399;
    text-decoration:none;
    font-size: 10px;
}



