@charset "iso-8859-1";

/* (c) 2005-2010 pCMS 2.5 - pCMS 3.3 von Marcus Kabele */
/* Version 1.0		2010.02.04 */
/* Version 1.01		2010.09.15 */

/* ############################################################# */
/* Layout Colors - aufhellen */
/* ------------------------------------------------------------- */

#contentContent
				{ background-color: rgba(0,0,0, .75); }

/* ============================================================= */
/* Zentrierter Hintergund */
/* ------------------------------------------------------------- */
#contentTop ,
#BottomContent
				{
				padding-left: 1.5em;
				padding-right: 1.5em;
				}
.SideBar		{ margin: 1.5em; }
#FloatMenu		{ margin: 0 1.5em; }
.SiteMap		{ margin: 1.7em; }


/* ============================================================= */
/* Kein Banner oben */
/* ------------------------------------------------------------- */
#BannerOben		{ display: none; }

.HeaderAnimation
				{ display: none; }

/* ============================================================= */
/* Show/Einladung transparent */
/* ------------------------------------------------------------- */
.Show			{
				border: 0 ! important;
				background-image: none ! important;
				background-color: transparent ! important;
				}
.Show .RahmenContent
				{
				padding-left: 0 ! important;
				padding-right: 0 ! important;
				}
.Show h3 ,
#contentTop .Show h3
				{ font-size: 1.5em ! important; }

/* ============================================================= */
/* Kein rund */
/* ------------------------------------------------------------- */
.Rund			{
				-moz-border-radius:    0;
				-webkit-border-radius: 0;
				}

/* ============================================================= */
/* Kein Schatten */
/* ------------------------------------------------------------- */
.Rund			{
				box-shadow: none;			/* CSS3 */
				-webkit-box-shadow: none;	/* Safari 3.1+ */
				-moz-box-shadow: none;		/* FireFox 3.5+ */
				}

.doShadow .Rund	{
				box-shadow: 1px 2px 5px #8080aa ! important;
				/* CSS3 */
				-webkit-box-shadow: 1px 2px 5px #8080aa ! important;
				/* Safari 3.1+ */
				-moz-box-shadow: 1px 2px 5px #8080aa ! important;
				/* FireFox 3.5+ */
				/* H V radius color */
				}


/* ############################################################# */
/* idipsum spezifisch */
/* ------------------------------------------------------------- */

body			{
				background-color: #fff ! important;
				background-image: url(/Layouts.Domains/idipsum.logo.bg.png);
				background-repeat: no-repeat;
				background-attachment: fixed;
				background-position: center right;

				/* ie6 unterstützt background-attachment: fixed nur in <body> */
				/* ie7 kann background-attachment: fixed */
				/* Wenn background-attachment auf fixed gesetzt ist, beziehen sich Positionsangaben auf die obere linke Ecke des Anzeigebereiches der Seite und nicht etwa auf die gewohnte obere linke Ecke des betreffenden Elementes. */
				}

#contentContent .HauptSpalten
				{
				background-image: url(/Layouts.Domains/idipsum.gerade_das.png);
				background-repeat: no-repeat;
				background-position: 92% 90px;
				}
/*
.ArtikelEinzel ,
.ArtikelBlog ,
.ArtikelReihe ,
.ArtikelCover
				{ text-align: justify; }

/* ------------------------------------------------------------- */
.SideBar.Rund
				{ border: 0; }
.SideBar .RahmenContent
				{ padding: 0; }

.SideBar hr
				{ margin: 1em 0; }
.SideBar h6
				{ margin: 0; }
/* ============================================================= */


/* ============================================================= */
/* CSS3: Webkit, FireFox 3.5+ */
/* ------------------------------------------------------------- */
/*
@font-face {
	font-family: Futura;	/* Name for CSS
	/* src: url(/Layouts.Domains/Futura_Book_BT.eot);	/* ie
	src: local("Futura Bk BT"), url( /Layouts.Domains/Futura_Book_BT.ttf) format("truetype"); /* CSS3 standard Browser
	font-weight: normal;
	}

.ArtikelEinzel ,
.ArtikelBlog ,
.ArtikelReihe ,
.ArtikelCover ,
.Show
				{
				font-family: "Futura", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
				font-size: 1.2em;
				}
/* ------------------------------------------------------------- */

