/*
******************************************************************************
* Copyright    : XWS GmbH 2008
* Projekt      : 1773 Homepage XWS
* Autor        : MiKa
* Datum        : 25.03.2008
* Info         : Style Sheets für DotNetNuke-Portal "XWS" - Skin "XWS", Variation "Printable"
* Markup       : CSS 2
* Browser      : IE 6, IE 7, Firefox 2, Opera 9
******************************************************************************
* Schriften:
* H1            : 14pt normal rot Arial (Überschriften 1. Grades)
* H2            : 12px bold grau Arial (Überschriften 2. Grades)
* H3            : 12px bold schwarz Arial (Überschriften 3. Grades)
******************************************************************************
*/

body
{
	margin: 0.5cm;
	padding: 0;
	background-color: White;
}

a img
{
	border: none;
}



/* Allgemeine Styles: */

body,
p, h1, h2, h3, h4, h5, h6, th, td, a,
.Normal,
.NormalStrong,
.NormalBold,
.NormalDisabled,
.SkinObject,
.Head,
.SubHead,
.StandardButton
{
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 12px;
	color: Black;
}

body,
.Normal,
.NormalStrong,
.NormalDisabled
{
	line-height: 120%;
}

.NormalDisabled
{
	color: Gray;
}

ul
{
	margin: 0 0 1em 0;
	/margin-left: 1.4em; /*: Für IE 6/7. */
	padding-left: 1.4em;
	/padding-left: 0; /*: Für IE 6/7. */
	margin-top: 0;
}

ol
{
	margin: 0 0 1em 0;
	/margin-left: 2.1em; /*: Für IE 6/7. */
	padding-left: 1.4em;
	/padding-left: 0; /*: Für IE 6/7. */
	margin-top: 0;
}

ol ul li,
ul li,
ul ul li,
ul ul ul li,
ol ul li,
ol ul ul li
{
	list-style-type: square;
}

.Small
{
	font-size: 8pt;
}

.NormalStrong
{
	font-weight: bold;
}

.Head, h1, h2
{
   color: #FF6500;
}

.Head, h1
{
   font-size:  14pt;
   font-weight: normal;
	margin: 0;
	padding: 0;
}

.SubHead, h2
{
   font-size:  12px;
   font-weight: bold;
	margin: 0;
	padding: 0;
}

SubSubHead, h3
{
	color: black;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.StandardButton
{
   background: #9DB3CE none;
   border: solid 2pt outset;
   color: black !important; /* important für Buttons vom Typ a.StandardButton (z. B. im helferlein_Form-Modul) */
   text-decoration: none !important; /* important für Buttons vom Typ a.StandardButton (z. B. im helferlein_Form-Modul) */
   font-size: 12px;
   font-weight: normal;
   height: 20px;
}



/* Data Grids: */
/* Verwendung in DNN nicht dokumentiert; derzeit speziell für UDT-Modul verwendet. */

table.DataGrid_Container
{
}

tr.DataGrid_Header td,
tr.DataGrid_Item td,
tr.DataGrid_AlternatingItem td
{
	text-align: left;
	vertical-align: top;
	padding: 0.5em 1em 0.5em 0;
}

tr.DataGrid_Header td
{
	font-weight: bold;
}

tr.DataGrid_Item td,
tr.DataGrid_AlternatingItem td
{
	border-top: solid 1px gray;
}

.PagingTable
{
	border: none;
	border-top: solid 1px gray;
}



/* Seitenlayout: */

.printheader
{
	font-size: 8pt;
	line-height: 100%;
}

.printpage
{
	font-size: 12px;
	line-height: 120%;
}

.noprint
{
	display: none;
}



/* Inhalte: */

/* Links: */
.more
{
	background: url("images/icons/a.more.gif") no-repeat right center;
	padding-right: 9px;
	font-weight: bold;
}

.back
{
	background: url("images/icons/a.last.gif") no-repeat left center;
	padding-left: 9px;
	font-weight: normal;
}

.external
{
	background: url("images/icons/a.external.gif") no-repeat right center;
	padding-right: 16px;
	font-weight: normal;
}

.mail
{
	background: url("images/icons/a.mail.gif") no-repeat left center;
	padding-left: 9px;
	font-weight: normal;
}



/* Styles für einzelne Seiten: */

/* Software: */

.software
{
	background: url("/Portals/3/Software/BG-Icon3D.png") repeat-x;
	height: 80px;
	padding: 0;
	clear: both;
}
.software .icon
{
	float: left;
}
.software .description
{
	height: 57px; /*: Für Box-Modell von Firefox und Opera; abzügl. 10 pxcPadding. */
	/height: 67px; /* Für Box-Modell von IE 6/7. */
	border: solid 1px #5D7CA2;
	background: white;
	margin-left: 76px;
	margin-right: 32px;
	position: relative;
	top: 10px;
	left: -3px;
	padding: 5px;
}
