/*
******************************************************************************
* Copyright    : XWS GmbH 2008
* Projekt      : 1773 Homepage XWS
* Autor        : MiKa
* Datum        : 03.12.2009
* Info         : Style Sheets für DotNetNuke-Portal "XWS" - Container ohne Innenabstand, mit Bild-Header. Als Bild wird das Modul-Icon verwendet.
*                Für Elemente, die den gleichen Abstand zum Containerrand haben sollen wie im Container "Standard", verwende <p>.
*                Für Elemente, die bis zum Containerrand reichen sollen (i. d. R. Bilder), verwende <p class="NoPadding">.
* Markup       : CSS 2
* Browser      : IE 6, IE 7, Firefox 2, Opera 9
******************************************************************************
*/

.containermaster_PictureHeader .containertitle
{
	padding: 0 0 10px 0;
	vertical-align: middle;
}

.containermaster_PictureHeader .containertitle h1
{
	margin: 0;
	padding: 13px 10px 0px 10px;
}

.containermaster_PictureHeader .containertitle h3
{
	margin: 0;
	padding: 0;
}

.containermaster_PictureHeader .containertitle h3 .Head
{
	color: black;
	font: bold 12px Arial,Helvetica,sans-serif;
}


.containermaster_PictureHeader .containericon img
{
	margin-right: 0; /* Override .containericon img styles. */
}

.containermaster_PictureHeader .containercontent
{
	padding: 0;
}

.containermaster_PictureHeader .containercontent p
{
	padding: 0 10px;
}

.containermaster_PictureHeader .containercontent p.NoPadding
{
	padding: 0;
}
