﻿/*
-------------------------------------------------------------------

    CSS - Unterseiten Farben - Ein Herz fï¿½r Tiere

    Copyright: CoCo new media GmbH, Mï¿½nchen <www.coco-new-media.de>
    Author: Harald Klotzberg <hklotzberg@coco-new-media.de>
    Version: 1.0
    Date: 23.10.2006
------------------------------------------------------------------- */


@media all {

    body {
        background: #ffffff;
    }

    #col2Content a,
    #col2Content .internal-link,
    #col2Content .external-link {
        color: #4499C1;
    }

    #col1Content {
        background: #A1CCE0;
    }

    #col1ContentTop {
        background: transparent url(images/menue_l2_top_blue.jpg) top right no-repeat;
        height: 15px;
    }

    #col1ContentBottom {
        background: transparent url(images/menue_l2_bottom_blue.jpg) top right no-repeat;
        height: 15px;
    }

    .active {
        background: #4499C1;
    }

/*
-------------------------------------------------------------------
Änderungen 2010-02-19
von: bb
für: Foto-Text Abstand
------------------------------------------------------------------- */
	DIV.csc-textpic-clear {padding:0 0 10px 0; margin:0; clear:none; width:100%}
	#col2Content .csc-textpic-left .csc-textpic-image,
	#col2Content .csc-textpic-left .csc-textpic-firstcol,
	#col2Content .csc-textpic-left .csc-textpic-lastcol {margin-bottom:20px;}
	#col2Content .csc-textpic-left .csc-textpic-text   {display:inline}  

}

