﻿/* SECTION TOP */
ul.ulistSectionTop
{
    border-bottom: 1px solid #dceeec;
    list-style: none;
    margin: 0px 0 12px 0;
    max-width: 456px;
    min-height: 50px;
    padding: 0;
    padding-bottom: 12px;
}

ul.ulistSectionTop .content
{
    margin-top: 6px;
}

ul.ulistSectionTop .text
{
    margin: 0;
}

ul.ulistSectionTop div.readmore
{
    background-image: url('/grafik/KigInd/btnReadmore.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 17px;
    margin: 5px 0 5px 0;
    padding: 1px 4px 4px 0px;
}

ul.ulistSectionTop div.readmore a, ul.ulistSectionTop div.readmore a:visited
{
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 15px;
    margin: 0px 0 0 18px;
    
    text-transform: uppercase;
}

ul.ulistSectionTop .date
{
    /*font-size: 10px;
    line-height: 20px;*/
    display:none;
}

/* ULISTSECTION */
ul.ulistSection
{
    list-style: none;
    margin: 0;
    margin-bottom: 12px;
    max-width: 456px;
    padding: 0;
}

ul.ulistSection li
{
    background-image: url('/grafik/KigInd/section1Bg.jpg');
    background-repeat: no-repeat;
    height: 99px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    width: 456px;
}

ul.ulistSection .image
{
	height: 95px;
	float: left;
	margin: 2px;
	overflow: hidden;
    width: 105px;
}

ul.ulistSection .teaser
{
    padding: 0;
    margin: 0;
}

ul.ulistSection .content
{
    float: left;
    height: 45px;
    margin-bottom: 10px;
    padding: 10px 12px;
    overflow: hidden;
    width: 310px;
}

ul.ulistSection a, ul.ulistSection a:visited
{
    color: #000;
    font-size: 11px;
    padding: 0;
}

ul.ulistSection h3, ul.ulistSection h3 a, ul.ulistSection h3 a:visited
{
    display: inline;
    font-size: 20px;
    height: 25px;
    margin-bottom: 3px;
}

ul.ulistSection .readmore
{
    background-image: url('/grafik/KigInd/btnReadmore.png');
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    font-weight: bold;
    padding-right: 12px;
    margin: 0px 12px 0 12px;
}

ul.ulistSection .readmore a, ul.ulistSection .readmore a:visited
{
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 15px;
    margin: 0px 0 0 18px;
}

/* ULIST SECTION WHITE */
ul.ulistSectionWhite
{
    list-style: none;
    margin: 0;
    margin-bottom: 12px;
    max-width: 456px;
    padding: 0;
}

ul.ulistSectionWhite li
{
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
    height: 95px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    width: 456px;
}

ul.ulistSectionWhite .image
{
    border-right: 1px solid white;
    height: 95px;
    float: left;
    overflow: hidden;
    max-width: 108px;
}

ul.ulistSectionWhite .content
{
    float: left;
    height: 72px;
    margin: 0px 12px 8px 12px;
    overflow: hidden;
    width: 318px;
}

ul.ulistSectionWhite .content .teaser
{
    margin: 3px 0;
}

ul.ulistSectionWhite a, ul.ulistSectionWhite a:visited
{
    color: #000;
    font-family: Arial, Verdana;
    font-size: 11px;
    font-weight: normal;
    padding: 0;
    text-transform: none;
}

ul.ulistSectionWhite h3, ul.ulistSectionWhite h3 a, ul.ulistSectionWhite h3 a:visited
{
    color: #2f2f2f;
    display: inline;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    margin-bottom: 5px;
}

ul.ulistSectionWhite .readmore
{
    background-image: url('/grafik/KigInd/btnReadmore.png');
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    font-weight: bold;
    padding-right: 12px;
    margin: 0px 12px 0 12px;
    width: 100px;
}

ul.ulistSectionWhite .readmore a, ul.ulistSectionWhite .readmore a:visited
{
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 15px;
    margin: 0px 0 0 18px;
}


/* ULIST SMALL SECTION */
ul.ulistSmallSection div.image
{
	margin: 5px 6px 0 4px !important;
}

ul.ulistSmallSection div.content
{
	padding: 2px;
}

ul.ulistSmallSection div.readmore
{
	background: none;
	margin-left: 2px;
}

ul.ulistSmallSection div.readmore a
{
	margin-left: 0 !important;
}


