﻿/*Für Startseite*/
.startseite_heart
{
    height: 287px;
    overflow:hidden;
    position:relative;
}

.pages_start_liste
{
    width:360px;
    position: absolute;
    left:220px;
}

.pages_start_liste ul
{
    margin:0px; 
	padding:0px;
}

.pages_start_liste li
{
    margin:0px; 
	padding:0px 0px 5px 0px;
    list-style-type:none;
}

.pages_start_item_1,.pages_start_item_2,.pages_start_item_3,.pages_start_item_4,.pages_start_item_5
{
    margin: 0px 0px 5px 0px; 
    position:relative;
}

.pages_start_item_1
{
    height:70px;
}

.pages_start_item_2,.pages_start_item_3,.pages_start_item_4,.pages_start_item_5
{
    height:60px;
}

.pages_start_image 
{
    float:left;
    margin: 0px 20px 20px 0px;
}

.pages_start_item_1 .pages_start_item_title
{
    font-weight:bold;
    font-size:100%
}

.pages_start_item_text
{
    font-size:80%;
}

.pages_start_item_2 .pages_start_item_title, .pages_start_item_3 .pages_start_item_title,
.pages_start_item_4 .pages_start_item_title, .pages_start_item_5 .pages_start_item_title
{
    font-weight:bold;
    font-size:80%
}

.pages_start_item_inhalt
{
    margin-right: 60px;
}

.pages_start_item_weiter
{
    position:absolute;
    bottom: -3px;
    right: 0px;
    font-size:90%;

}

.pages_start_item_weiter a
{
    margin:0px 0px 10px 0px;
    color:#3f3f3f;
}

.pages_start_trenner
{
    border-bottom:1px solid #f1f1f1;
}

.pages_start_item_weiter_image
{
    width: 50px;
    height:17px;
    padding: 0px 0px 0px 0px;

    background-image:url(/images/pfeil_rechts.gif);
    background-position: right center;
    background-repeat:no-repeat;
}

.start_box_heart
{
    clear:both;
    overflow:hidden;
    background-image:url(/images/bg_start_boxen.jpg);
    background-repeat:no-repeat;
    width:580px;
    height: 314px;
    position:relative;
    
}

.start_box_item_1
{
    display:inline;
    overflow:hidden;
    position:absolute;
    left: 0px;
    bottom:0px;
}

.start_box_item_1_text, .start_box_item_2_text
{
    position:absolute;
    width: 140px;
    height: 55px;
    right: 40px;
    bottom: 15px;
    font-size:90%;
}

.start_box_item_1_mehr, .start_box_item_2_mehr
{
    position:absolute;
    right: 25px;
    bottom: 16px;
    font-size:90%;
}

.start_box_item_2 
{
    display:inline;
    overflow:hidden;
    position:absolute;
    right: 0px;
    bottom:0px;
}

.start_box_heart img
{
    border:0px;
}

