﻿/* msxfaq2005.css StyleSheet (c) Frank Carius */
/* #text = ID	, darf nur einmal je Seite vorkommen */
/* .name = Class, darf mehrfach vorkommen und ist in FP auch in der Vorlage zu sehen */
/* body, td, th, p, ul, ol, li, h4, div, address, blockquote, nobr { */
body {
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: 0.9em;
	color: #000000;
	background-color: #A5CC55; /* wenn hintergundbild nicht geladen wird */;
	background-image: url('images/msxfaq2005background.gif');
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.3em;
	color: #000000;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
}
h3 {
	font-size: 1.0em;
	color: #000000;
	font-weight: bold;
	font-style:italic;
}
ul {
	list-style-image: url('images/ul1.gif');
	margin: 20px; 
}

/* Reihenfolge muss LVHA sein: link visited hoover active  hover*/
#breadcrumb a:link {
	background: none;
	color: #E68912;
	text-decoration: none;
}
a:link {
	background: none;
	color: #E68912;
	text-decoration: none;
}
/* normaler Link  */
#breadcrumb a:hover {
	background: none;
	color: #E68912;
	text-decoration: underline;
}
a:hover {
	background: none;
	color: #E68912;
	text-decoration: underline;
}
/* Mouseover Link */
#breadcrumb a:active {
	background: none;
	color: #E68912;
	text-decoration: none;
}
a:active {
	background: none;
	color: #E68912;
	text-decoration: none;
}
/* normaler Link  */
#breadcrumb a:visited {
	background: none;
	color: #E68912;
	text-decoration: none;
}
a:visited {
	background: none;
	color: #E68912;
	text-decoration: none;
}
/* besuchter Link */
a img {
	background: inherit;
	color: inherit;
	border: none;
}
/* img Link */

#content ul a.linkextern  {
	padding-left: 12px;
	background: url('images/linkext.gif') no-repeat left 50%;
}

#content p a.linkextern  {
	padding-left: 12px;
	background: url('images/linkext.gif') no-repeat left 50%;
}

/* #content ul a.linkintern  {
	padding-left: 32px;
	background: url('images/linkint.gif') no-repeat left 50%;
}

#content p a.linkintern  {
	padding-left: 32px;
	background: url('images/linkint.gif') no-repeat left 50%;
}
*/

#menu a:link {
	background: none;
	color: white;
	text-decoration: none;
}

#menu a:link {
	background: none;
	color: white;
	text-decoration: none;
}
#nav a:link {
	background: none;
	color: white;
	text-decoration: none;
}
/* normaler Link  */
#menu a:hover {
	background: none;
	color: white;
	text-decoration: underline;
}
#nav a:hover {
	background: none;
	color: white;
	text-decoration: underline;
}
/* Mouseover Link */
#menu a:active {
	background: none;
	color: white;
	text-decoration: none;
}
#nav a:active {
	background: none;
	color: white;
	text-decoration: none;
}
/* normaler Link  */
#menu a:visited {
	background: none;
	color: white;
	text-decoration: none;
}
#nav a:visited {
	background: none;
	color: white;
	text-decoration: none;
}
/* besuchter Link */
#menu a img {
	background: inherit;
	color: inherit;
	border: none;
}
/* img Link */
#top a:link {
	background: none repeat;
	color: white;
	text-decoration: none;
}
#top a:hover {
	background: none repeat;
	color: white;
	text-decoration: underline;
}
#top a:active {
	background: none repeat;
	color: white;
	text-decoration: none;
}
#top a:visited {
	background: none repeat;
	color: white;
	text-decoration: none;
}
/* ==================================  Formate fuer Blocks ================================== */
#container {
	width: 100%;
}
#logo {
	left: 0px;
	top: 0px;
	width: 185px;
	height: 60px;
	position: absolute;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 10px;
	background-color: #A5CC55;
}
#top {
	margin-left: 200px;
	border-left: 3px white solid;
	border-bottom: 3px white solid;
	height: 62px;
	background-color: #A4A39F;
	color: white;
	max-width: 850px;
}
#topnav {
	padding: 26px 10px 0px 10px;
	color: white;
	font-size: 12px;
	width: 530px;
	float: left;
}
#top2 {
	/* gruene Abdeckung des Hintergrund am oberen Rand */
	margin-left: 200px;
	height: 20px;
	border: none;
	background-color: #A5CC55;
	font-size: 12px;
	max-width: 853px;
}
#main {
	/* Container fuer Breadcrumb, Content, Keyword, Footer */
	margin: 0px 0px 0px 200px;
	float: none;
	padding: 10px 10px 10px 10px;
	border-bottom: none;
	border-right: none;
	border-left: 3px white solid;
	border-top: 3px white solid;
	background-color: #EBEBEA;
	max-width: 830px;
}
#breadcrumb {
	/* Formatierung fuer breadcrumb */
    border-bottom: 1px dashed #ADACA7;
	border-top: 1px dashed #ADACA7;
	left: 200px;
	margin-bottom: 20px;
	font-size: 11px;
	padding: 3px 3px 3px 10px;
	background: #F4F4F3;
	color: #696A4E;
	max-width: 820px;
}
#skyscraper {
    position: absolute;
    width: 160px;
    height: 600px;
    z-index: 1;
    left: 1055px;
    top: 85px;
}
#skyscraper2 {
/* zum test mit Skyscraper rechts dynamisch*/
    position:absolute;
    width:160px;
    height: 600px;
    z-index: 0;
    right: 0px;
    top: 85px;
}
#nav {
	/* Fixe Navigation am linken Rand */
	left: 0px;
	width: 180px;
	top: 70px;
	height: 72px;
	position: absolute;
	margin: 3px 3px 0px 0px;
	background-color: #A4A39F;
	border-top: 3px white solid;
	border-right: 3px white solid;
	border-left: medium none;
	border-bottom: medium none;
	color: white;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
}
#search {
	color: white;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:5px;
	margin-left:0px;
	font-size: 9px;
}
#translate {
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}

#menu {
	text-align: left;
}
#keyword {
	/* Formatierung fuer Keywordblock */
    left: 200px;
	float: none;
	padding: 3px 3px 3px 10px;
	margin-left: 0px;
	background-color: #F4F4F3;
	border-bottom: 1px dashed #ADACA7;
	border-top: 1px dashed #ADACA7;
	color: #696A4E;
}
#footer {
	background-color: #EBEBEA;
	margin-top: 20px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #A4A39F;
	text-align: center;
	font-size: 10px;
	clear: both;
}
#banner {
	/*	Werbebanner am oberen rechten Bildrand */
	left: 620px;
	top: 1px;
	position: absolute;
	border: none;
	width: 360px;
}
#banner2 {
	/*	Werbebanner2 am oberen rechten Bildrand */
	left: 700px;
	top: 63px;
	position: absolute;
	border: none;
}
.podcast {
	position: absolute;
	top: 150px;
	right: 20px;
	border: none;
}

/* =================================== Textformatierungen =============================== */
#logbuch ul {
	/* Formatierung fuer Aufzaehlungen in menu */
    list-style-image: url('images/ul2.gif');
	margin: 0px;
	padding: 0px 0px 0px 5px;
	color: black;
}
#auswahl ul {
	/* Formatierung fuer Aufzaehlungen in menu */
  	list-style-image: url('images/ul2.gif');
	margin: 0px;
	padding: 0px 0px 0px 5px;
	color: black;
}
#menu ul {
	/* Formatierung fuer Aufzaehlungen in menu */
	list-style-image: url('images/ul2.gif');
	margin: 0px;
	padding: 0px 0px 0px 5px;
	color: black;
}
#logbuch li {
	/* Formatierung fuer Listen und Forms in menu*/
  	margin-left: 16px;
	margin-right: 4px;
	margin-bottom: 0px;
	font-size: 12px;
	color: black;
	background: none;
}
#auswahl li {
	/* Formatierung fuer Listen und Forms in menu*/
  	margin-left: 16px;
	margin-right: 4px;
	margin-bottom: 0px;
	font-size: 12px;
	color: black;
	background: none;
}
#menu li {
	/* Formatierung fuer Listen und Forms in menu*/
  	margin-left: 16px;
	margin-right: 4px;
	margin-bottom: 0px;
	font-size: 12px;
	color: black;
	background: none;
}
#menu form {
	/* Weitere Formatierung fuer Forms in menu*/
 	margin-top: 28px;
	margin-bottom: 5px;
	height: 26px;
	background: none;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
#menu label {
	/* Formatierung fuer Labels in menu*/
  padding-right: 5px;
	background: none;
	color: white;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
#menu input {
	/* Formatierung fuer input tags in menu*/
  	width: 80px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	background-color: #fff;
	color: white;
	font-size: 12px;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #99c;
	vertical-align: middle;
}
/* ----------------------------------- Formatierung fuer Hauptteil  ---------------------------------  */
#content {
	font-size: 1em;
}
#content p {
	/* Formatierung fuer p-tag in Content */
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 13px;
}
#content table {
	/* Formatierung fuer Tabellen in Content */
	border: 1px #A4A39F solid;
	background-color: #F4F4F3;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 90%;
	padding-left: 15px;
/*	font-size: 12px;*/
}
#content table .ul {
	list-style-image: url('images/ul1.gif');
	margin-left: 5px;
	padding-left: 10px;
}
#content table .h2 {
	/* Formatierung fuer Ueberschrift in Tabellen */
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#content table .p {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#content th {
	border: 1px #A4A39F solid;
	background-color: #E6E6E5;
	padding-left: 15px;
	vertical-align: top;
}
#content td {
	text-align: left;
	border: 1px #A4A39F solid;
	vertical-align: top;
}
#content li:first-line {
	font-weight: bold;
}
/*Formatierung fuer erste Zeile einer Liste */
#content table .li:first-line {
	font-weight: normal;
}
/*Formatierung fuer erste Zeile einer Liste in einer Tabelle */
.code {
	/* Formatierung fuer Quelltext-Listings ohne und mit umbruch */
    font-family: courier, monospace;
	font-size: 0.8em;
	color: black;
	background-color: #F4F4F3;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
	padding: 10px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
}
.boxxml {
	/* Formatierung fuer Quelltext-Listings ohne und mit umbruch */
  	background: #F4F4F3 url('images/boxxml.gif') no-repeat 10px 10px;
	font-family: courier, monospace;
	font-size: 0.8em;
	color: black;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
	padding: 10px 10px 10px 60px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
}
.boxps1 {
	/* Formatierung fuer Quelltext-Listings ohne und mit umbruch */
  	background: #F4F4F3 url('images/boxps1.gif') no-repeat 10px 10px;
	font-family: courier, monospace;
	font-size: 0.8em;
	color: black;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
	padding: 10px 10px 10px 60px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
}

.boxpsex {
	/* Formatierung fuer Exchange Powershell Zeilen */
  	background: #F4F4F3 url('images/boxpsex.gif') no-repeat 10px 10px;
	font-family: courier, monospace;
	font-size: 0.8em;
	color: black;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
	padding: 10px 10px 10px 60px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
}

.boxpslync {
	/* Formatierung fuer Exchange Powershell Zeilen */
  	background: #F4F4F3 url('images/boxpslync.gif') no-repeat 10px 10px;
	font-family: courier, monospace;
	font-size: 0.8em;
	color: black;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
	padding: 10px 10px 10px 60px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
}


#content table .boxps1 {
	/* Formatierung fuer Quelltext-Listings ohne und mit umbruch */
	padding: 10px 10px 10px 50px;
	margin-left: 10px;
	margin-right: 10px;
}

.boxldif {
	/* Formatierung fuer Quelltext-Listings ohne und mit umbruch */
  	background: #F4F4F3 url('images/boxldif.gif') no-repeat 10px 10px;
	font-family: courier, monospace;
	font-size: 0.8em;
	color: black;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
	padding: 10px 10px 10px 60px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
}

.boxcmd {
	/* Formatierung fuer Quelltext-Listings ohne und mit umbruch */
  	background: #F4F4F3 url('images/boxcmd.gif') no-repeat 10px 10px;
	font-family: courier, monospace;
	font-size: 0.8em;
	color: black;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
	padding: 10px 10px 10px 60px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
}
#content table .boxcmd {
	padding: 10px 10px 10px 60px;
	margin-left: 10px;
	margin-right: 10px;
}
.boxfrage {
	/* Formatierung fuer Quelltext-Listings ohne und mit umbruch */
  	background: #F4F4F3 url('images/boxfrage.gif') no-repeat 10px 10px;
	color: black;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
	padding: 10px 10px 10px 60px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
}
#content table .boxfrage {
	padding: 10px 10px 10px 60px;
	margin-left: 10px;
	margin-right: 10px;
}
.boxregedit {
	/* Formatierung fuer REGEDIT Dumps */
  	background: #F4F4F3 url('images/boxregedit.gif') no-repeat 10px 10px;
	font-family: courier, monospace;
	font-size: 0.8em;
	color: black;
	background-color: #F4F4F3;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
	padding: 10px 10px 10px 60px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
}
#content table .boxregedit {
	padding: 10px 10px 10px 60px;
	margin-left: 10px;
	margin-right: 10px;
}
.boxvbs {
	/* Formatierung fuer VBS Code */
  	background: #F4F4F3 url('images/boxvbs.gif') no-repeat 10px 10px;
	font-family: courier, monospace;
	font-size: 0.8em;
	color: black;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
	padding: 10px 10px 10px 60px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
}
#content table .boxvbs {
	padding: 10px 10px 10px 60px;
}
.boxvba {
	/* Formatierung fuer VBS Code */
  	background: #F4F4F3 url('images/boxvba.gif') no-repeat 10px 10px;
	font-family: courier, monospace;
	font-size: 0.8em;
	color: black;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
	padding: 10px 10px 10px 60px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
}
.boxcsharp {
	/* Formatierung fuer CSharpCode */
  	background: #F4F4F3 url('images/boxcsharp.gif') no-repeat 10px 10px;
	font-family: courier, monospace;
	font-size: 0.8em;
	color: black;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
	padding: 10px 10px 10px 60px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
}

.boxde {
	/* Formatierung fuer Links auf die deutsche Seite */
  	background: #F4F4F3 url('images/boxde.gif') no-repeat 10px 10px;
	color: black;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
	padding: 10px 10px 10px 60px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
}
.boxen {
	/* Formatierung fuer Links auf die englsiche Seite  */
  	background: #F4F4F3 url('images/boxen.gif') no-repeat 10px 10px;
	color: black;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
	padding: 10px 10px 10px 60px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
}


.pagemenu {
/* Formatierung für die Tabelle auf den Indexseiten */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border:0px 0px 0px 0px;
	font-size: 12px;
	color: black;
	background: none;

}

.boxevt {
	/* Formatierung fuer Quelltext-Listings ohne und mit umbruch */
  	background: #F4F4F3 url('images/boxevt.gif') no-repeat 10px 10px;
	font-family: courier, monospace;
	font-size: 0.8em;
	color: black;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
	padding: 10px 10px 10px 60px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
}

#content table .boxevt {
	padding: 10px 10px 10px 60px;
	margin-left: 10px;
	margin-right: 10px;
}

pre {
	/* Formatierung fuer Quelltext-Listings ohne und mit umbruch */
    font-family: courier, monospace;
	font-size: 0.8em;
	color: black;
	background-color: #F4F4F3;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
	padding: 10px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
}
.programlisting {
	font-family: courier, monospace;
	font-size: 0.8em;
	border: 1px solid #B2DBFF;
	background-color: #F0F8FF;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 2em 0em 2em 0em;
}
.image {
	text-align: center;
}
/* Format fuer Bilder */

.imagerechts {
/*	position:absolute;*/
	float:right;
	border: none;
}

.video {
	text-align: center;
}
/* Format fuer video*/

.boxfc {
	/* FC empfiehlt */
  	background: #F4F4F3 url('images/boxfc.gif') no-repeat 10px 10px;
	border-bottom: 2px dashed #04709E;
	border-top: 2px dashed #04709E;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}

.boxcloud {
	/* Formatierung fuer Quelltext-Listings ohne und mit umbruch */
  	background: #F4F4F3 url('images/boxcloud.jpg') no-repeat 10px 10px;
	font-size: 0.8em;
	color: black;
	border-bottom: 2px dashed #0000FF;
	border-top: 2px dashed #0000FF;
	padding: 10px 10px 10px 60px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
}

#content table .boxfc {
	padding: 10px 10px 10px 60px;
	margin-left: 10px;
	margin-right: 10px;
}

.boxinfo {
	/* Info */
  	background: #F4F4F3 url('images/boxinfo.gif') no-repeat 20px 7px;
	border-bottom: 2px dashed #04709E;
	border-top: 2px dashed #04709E;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}
.boxlink {
	/* Browserlink */
  	background: #F4F4F3 url('images/boxlink.gif') no-repeat 20px 7px;
	border-bottom: 2px dashed #04709E;
	border-top: 2px dashed #04709E;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}

.boxentourage {
	/* Info zu Exchange 2007 */
  	background: #F4F4F3 url('images/boxentourage.gif') no-repeat 20px 7px;
	border-bottom: 2px dashed #FFFF40;
	border-top: 2px dashed #FFFF40;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}
.boxe2010 {
	/* Info zu Exchange 2007 */
  	background: #F4F4F3 url('images/boxe2010a.gif') no-repeat 20px 7px;
	border-bottom: 2px dashed #FFFF40;
	border-top: 2px dashed #FFFF40;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
	}

.boxe2k7 {
	/* Info zu Exchange 2007 */
  	background: #F4F4F3 url('images/boxe2k7.gif') no-repeat 20px 7px;
	border-bottom: 2px dashed #FFFF40;
	border-top: 2px dashed #FFFF40;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
	}

.boxlync {
	/* Info zu Lync */
  	background: #F4F4F3 url('images/boxlync.gif') no-repeat 20px 7px;
	border-bottom: 2px dashed blue;
	border-top: 2px dashed blue;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
	}
	
#content table .boxe2k7 {
	padding: 10px 10px 10px 60px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
.boxe55 {
	/* Info zu Exchange 5.5*/
  	background: #F4F4F3 url('images/boxex55.gif') no-repeat 20px 7px;
	border-bottom: 2px dashed #FFFF40;
	border-top: 2px dashed #FFFF40;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
	}
.boxe2k {
	/* Info zu Exchange 2000/2003*/
  	background: #F4F4F3 url('images/boxe2k.gif') no-repeat 20px 7px;
	border-bottom: 2px dashed #FFFF40;
	border-top: 2px dashed #FFFF40;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
	}
.boxvista {
	/* Info */
 	background: #F4F4F3 url('images/boxvista.jpg') no-repeat 20px 7px;
	border-bottom: 2px dashed #04709E;
	border-top: 2px dashed #04709E;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}
.box64bit {
	/* Info */
 	background: #F4F4F3 url('images/box64bit.jpg') no-repeat 20px 7px;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}
.boxolk {
	/* Outlook */
  	background: #F4F4F3 url('images/boxolk.gif') no-repeat 20px 7px;
	border-bottom: 2px dashed #FF8F00;
	border-top: 2px dashed #FF8F00;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}
.boxo2010 {
	/* Outlook 2010 */
  	background: #F4F4F3 url('images/boxo2010.gif') no-repeat 20px 7px;
	border-bottom: 2px dashed #FF8F00;
	border-top: 2px dashed #FF8F00;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}
.boxoff2010 {
	/* Officxe 2010 */
  	background: #F4F4F3 url('images/boxoff2010.gif') no-repeat 20px 7px;
	border-bottom: 2px dashed #FF8F00;
	border-top: 2px dashed #FF8F00;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}

.boxw2k8 {
	/* Info */
  	background: #F4F4F3 url('images/boxw2k8.jpg') no-repeat 20px 7px;
	border-bottom: 2px dashed #04709E;
	border-top: 2px dashed #04709E;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}
.boxie {
	/* Hyperlinktipp */
  	background: #F4F4F3 url('images/boxie.gif') no-repeat 20px 7px;
	border-bottom: 2px dashed #04709E;
	border-top: 2px dashed #04709E;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}
.boxocs {
	/* Info */
  	background: #F4F4F3 url('images/boxocs.jpg') no-repeat 20px 7px;
	border-bottom: 2px dashed #04709E;
	border-top: 2px dashed #04709E;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}
.boxmedia {
	/* Info */
  	background: #F4F4F3 url('images/boxmedia.gif') no-repeat 20px 7px;
	border-bottom: 2px dashed #04709E;
	border-top: 2px dashed #04709E;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}
.boxyoutube {
	/* Info */
  	background: #F4F4F3 url('images/boxyoutube.gif') no-repeat 20px 7px;
	border-bottom: 2px dashed #04709E;
	border-top: 2px dashed #04709E;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}
.boxteched {
	/* Info */
  	background: #F4F4F3 url('images/boxteched.gif') no-repeat 1px 1px;
	border-bottom: 2px dashed lime;
	border-top: 2px dashed lime;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}
.boxwarn {
	/* Warnung */
  	background: #F4F4F3 url('images/boxwarn.gif') no-repeat 20px 8px;
	background-color: #F4F4F3;
	border-bottom: 2px dashed #EA3317;
	border-top: 2px dashed #EA3317;
	padding: 10px 10px 10px 60px;
	margin-left: 50px;
	margin-right: 50px;
}
#content table .boxwarn {
	/* erneutes ueberschreiben des Paddings von #content table p */
	padding: 10px 10px 10px 60px;
	margin-left: 10px;
	margin-right: 10px;
}
.boxgastbeitrag {
	/* Gastbeitrag  */
  	background: #F4F4F3 url('images/boxgast.gif') no-repeat 15px 7px;
	border-bottom: 2px dashed #228022;
	border-top: 2px dashed #228022;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}
.boxarchiv {
	/* Warnung */
  	background: #F4F4F3 url('images/boxarchiv.gif') no-repeat 20px 8px;
	border-bottom: 3px dashed teal;
	border-top: 3px dashed teal;
	padding: 10px 10px 10px 60px;
	margin-left: 50px;
	margin-right: 50px;
}
.boxinfo {
	/* Info */
  	background: #F4F4F3 url('images/boxinfo.gif') no-repeat 20px 7px;
	border-bottom: 2px dashed #04709E;
	border-top: 2px dashed #04709E;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}
.boxdownload {
	/* DOWNLOAD */
  	background: #F4F4F3 url('images/boxdownload.gif') no-repeat 15px 7px;
	border-bottom: 2px dashed #FF8F00;
	border-top: 2px dashed #FF8F00;
	padding: 10px 10px 10px 60px;
	margin-left: 50px;
	margin-right: 50px;
}
.boxnodownload {
	/* DOWNLOAD */
  	background: #F4F4F3 url('images/boxnodownload.gif') no-repeat 15px 7px;
	border-bottom: 2px dashed #FF8F00;
	border-top: 2px dashed #FF8F00;
	padding: 10px 10px 10px 60px;
	margin-left: 50px;
	margin-right: 50px;
}

.boxzitat {
	/* Formatierung fuer Zitate*/
  	color: black;
	background: #F4F4F3 url('images/boxzitat.gif') no-repeat 17px 13px;
	background-color: #F4F4F3;
	border-bottom: 2px dashed #66C330;
	border-top: 2px dashed #66C330;
	padding: 10px 10px 10px 60px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
}
#content table .boxzitat {
	padding: 10px 10px 10px 60px;
}

.boxbaustelle {
	/* Formatierung fuer Baustelle */
  	color: #000000;
	background: #F4F4F3 url('images/baustelle.gif') no-repeat 17px 13px;
	border-bottom: 2px dashed #FFFF00;
	border-top: 2px dashed #FFFF00;
	padding: 10px 10px 10px 60px;
	margin-left: 50px;
	margin-right: 50px;
}
.boxnetatwork {
	/* Net at Work Hint */
  	background: #F4F4F3 url('images/nawphone.gif') no-repeat 17px 7px;
	border-bottom: 3px dotted #04709E;
	border-top: 3px dotted #04709E;
	margin-left: 50px;
	margin-right: 50px; /*  padding: 10px 10px 10px 160px;  */;
	padding: 10px 10px 10px 60px;
}
.boxsummary {
	/* Info */
  	background: #F4F4F3 url('images/summary.gif') no-repeat 20px 7px;
	border-bottom: 2px dashed #04709E;
	border-top: 2px dashed #04709E;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}
.boxidee {
	/* Ideen */
  	background: #F4F4F3 url('images/icon-lampe.gif') no-repeat 20px 7px;
	border-bottom: 2px #E0E000 dashed;
	border-top: 2px #E0E000 dashed;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}

.boxvm {
	/* Virtuell */
  	background: #F4F4F3 url('images/icon-vm.gif') no-repeat 20px 7px;
	border-bottom: 2px #E0E000 dashed;
	border-top: 2px #E0E000 dashed;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 60px;
}

/* Markierungen fuer Hervorhebung */
#content span.mark1 {
	color: #EA3317;
	font-weight: bold;
}
/* Rot */
#content span.mark2 {
	color: #FF8F00;
	font-weight: bold;
}
/* Orange */
#content span.mark3 {
	color: #04709E;
	font-weight: bold;
}
/* Blau */
#content span.mark4 {
	color: #66C330;
	font-weight: bold;
}
/* Gruen */
#content span.kb {
	color: #22AAAA;
}
/* Technet KB Artikel*/
#content span.key {
	color: Fuchsia;
	font-weight: bold;
}
/* Keywords VBScript Handling*/
/* Formatierung fuer unsichtbare Elemente */
.invisible {
	position: absolute;
	top: -20px;
	z-index: -1;
	display: none;
}
#keyword td {
	border: 0px; 
/*	font-size: 12px;*/
}
#keyword th {
	border: 0px; 
/*	font-size: 12px;*/
}
#keyword table {
	border: 0px; 
/*	font-size: 12px;*/
}

/*	Background Color */
.bgr  {background-color: #FF0000; color:white;}
.bgr2  {background-color: #FF8080;}
.bgg  {background-color: #00FF00;}
.bgg2 {background-color: #80FF80;}
.bgb  {background-color: #0000FF; color:white;}
.bgb2 {background-color: #8080FF;}
.bgy  {background-color: #FFFF00;}

/* -------------------------------------------------------------------------------------------------------------- */
/* Ab hier folgen die Formatierungen fuer das Print-Medium */
/* -------------------------------------------------------------------------------------------------------------- */
@media print
{
.noprint {
	display: none;
}
#banner {
	display: none;
}
#additionalmenu {
	display: none;
}
#menu {
	display: none;
}
#top2 {
	display: none;
}
#nav {
	display: none;
}
#keyword {
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: 0.9em;
}
#content {
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: 0.9em;
}
p {
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: 0.9em;
}
div {
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: 0.9em;
}
body {
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: 0.9em;
}
#main {
	float: none;
	width: auto;
	margin-left: 0px;
}
#content {
	position: static;
	top: 0px;
	left: 0px;
	float: none;
	width: auto;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
#keyword {
	background-color: #EFEFEF;
	margin-left: 0px;
	border: 1px dashed #999;
}
#contentbottom {
	font-size: 1em;
	margin-top: 23pt;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:hover {
	background: none;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	background: none;
	color: #000000;
	text-decoration: underline;
}
a:link {
	background: none;
	color: #000000;
	text-decoration: underline;
}
}


