/* 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-image: url(images/msxfaq2005background.gif); */
	background-color: #FFFFCC;   /* wenn hintergundbild nicht geladen wird */
	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;}

ul {list-style-image:url(/images/ul1.gif);}

/* Reihenfolge muss LVHA sein: link visited hoover active  hover*/
a:link    , #breadcrumb a:link 		{ background: none;    color: #E68912   ; text-decoration: none; }      /* normaler Link  */
a:hover   , #breadcrumb a:hover 	{ background: none;    color: #E68912   ; text-decoration: underline; } /* Mouseover Link */
a:active  , #breadcrumb a:active	{ background: none;    color: #E68912   ; text-decoration: none; }      /* normaler Link  */
a:visited , #breadcrumb a:visited 	{ background: none;    color: #E68912   ; text-decoration: none; }      /* besuchter Link */
a img     { background: inherit; color: inherit; border: none; }               /* img Link */

#nav a:link,    #menu a:link     { background: none;    color: black   ; text-decoration: none; }      /* normaler Link  */
#nav a:hover,   #menu a:hover    { background: none;    color: black  ; text-decoration: underline; } /* Mouseover Link */
#nav a:active,  #menu a:active   { background: none;    color: black   ; text-decoration: none; }      /* normaler Link  */
#nav a:visited, #menu a:visited  { background: none;    color: black  ; text-decoration: none; }      /* besuchter Link */
#menu a img     {background: inherit; color: inherit; border: none; }               /* img Link */
#top a:link 	{background : none repeat; color : black; text-decoration : none; } 
#top a:hover 	{background : none repeat; color : black; text-decoration : underline; } 
#top a:active 	{background : none repeat; color : black; text-decoration : none; } 
#top a:visited 	{background : none repeat; color : black; text-decoration : none; } 

/* ==================================  Formate für Blocks ================================== */

#container {
	width :100%;
}

#logo {
	left: 0px;
	top: 0px;
	width: 185px;
	height: 60px;
	position: absolute;
	border:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFCC;
}

#top {
	margin-left: 200px;
	border-left: 3px lightgrey solid;
	border-bottom: 3px lightgrey solid;
	height: 62px;
	background-color: #EBEBEA;
	color:black;
}

#topnav {
	padding: 26px 10px 0px 20px;
	color:black;
	font-size:12px;
/* 	width: 450px; */
	width: 500px;
	float: left;
}

#top2 {                                         /* Abdeckung des Hintergrund am oberen Rand */
	margin-left: 200px;
	height: 20px;
	border: none;
	background-color: #FFFFCC;
	font-size:12px;
}

#main {                                    /* Container für Breadcrumb, Content, Keyword, Footer */
	margin: 0px 0px 0px 200px;
	float: none;
	padding: 20px 20px 20px 20px;
	border-bottom: 3px white solid;
	border-right: none;
	border-left: 3px white solid;
	border-top: 3px white solid;
	background-color: #EBEBEA;
}

#breadcrumb {                              /* Formatierung für 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;
}

#nav {                                   	/* Fixe Navigation am linken Rand */
	left: 0px;
	width: 180px;
	top: 80px;
	position: absolute;
	margin: 3px 3px 0px 0px;
	background-color: #EBEBEA;
	border-top: 3px lightgrey solid;
	border-right: 3px lightgrey solid;
	border-left: medium none;
	border-bottom: 3px lightgrey solid;
	color:black;
	font-size:12px;
	text-align: center;
	line-height: 14px;
}

#menu {
	text-align: left;
}

#keyword {                                   /* Formatierung für Keywordblock */
    left: 200px;
	float:none;
	padding: 3px 3px 3px 10px;
	margin-left:00px;
	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;
}

/* =================================== Textformatierungen =============================== */


#menu ul {	                                          /* Formatierung für Aufzählungen in menu */
  list-style-image:url(/images/ul2.gif); 
  margin: 0;
  padding: 0px 0px 0px 5px;
  color: black;
}

#menu li {	                                          /* Formatierung für 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 für Forms in menu*/
  margin-top: 28px;
  margin-bottom: 5px;
  height: 26px;
  background: none;
  color:white;
  font-size: 12px;
  font-weight: bold;
}

#menu label {                                              /* Formatierung für Labels in menu*/
  padding-right: 5px;
  background: none;
  color: white;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}

#menu input {                                              /* Formatierung für 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 für Hauptteil  ---------------------------------  */

#content {
	font-size: 1em;
}

/* Formatierung für p-tag in Content */
#content p {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 13px;
}

/* Formatierung für Tabellen in Content */
#content table {
	border: 1px #A4A39F solid; 
	background-color : #F4F4F3;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 90%;
    padding-left: 15px;
/*	font-size: 12px;*/
}

#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;
}

/* * html #content ul { height: 1%} */
#content li:first-line {font-weight: bold} /*Formatierung für erste Zeile einer Liste */
#content table li:first-line {font-weight: normal}		 	/*Formatierung für erste Zeile einer Liste in einer Tabelle */

pre, .code {                                            /* Formatierung für 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 für Bilder */

.boxinfo {                                             						/* Info */
  background: 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; 
  background-color:#F4F4F3
}

.boxwarn {                                             						/* Warnung */
  background: 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;
}

.download {                                          						/* DOWNLOAD */
  background: url('images/boxdownload.gif') no-repeat 15px 7px;
  background-color : #F4F4F3;
  border-bottom: 2px dashed #FF8F00;
  border-top: 2px dashed #FF8F00;
  padding: 10px 10px 10px 60px;
  margin-left:50px;
  margin-right:50px;
}

.zitat {																	/* Formatierung für Zitate*/
  color : black;
  background: 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;
}

.baustelle {																	/* Formatierung für Baustelle */
  color : black;
  background: url('images/baustelle.gif') no-repeat 17px 13px;
  background-color : #F4F4F3;
  border-bottom: 2px dashed #FFFF00;
  border-top: 2px dashed #FFFF00;
  padding: 10px 10px 10px 60px;
  margin-left:50px;
  margin-right:50px;

}

.summary {                                             						/* Info */
  background: 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 80px; 
  background-color:#F4F4F3
}


/* Markierungen für 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} 	    		/* Grün */
#content span.kb	{color: #22AAAA;}								/* Technet KB Artikel*/
#content span.key 	{color: Fuchsia; font-weight: bold; }       	/* Keywords VBScript Handling*/

/* Formatierung für unsichtbare Elemente */
.invisible { 
  position: absolute;
  top: -20px;
  z-index: -1;
  display: none;
}

#keyword table, #keyword th, #keyword td {
	border: 0px; 
/*	font-size: 12px;*/
}

/* -------------------------------------------------------------------------------------------------------------- */
/* Ab hier folgen die Formatierungen für das Print-Medium */
/* -------------------------------------------------------------------------------------------------------------- */

@media print {

#nav, #top2 , #menu, #additionalmenu, #banner, .noprint { display: none;}

body, div, p, #content, #keyword { 
	font-family:Arial, Verdana, Helvetica,sans-serif;
	font-size: 0.9em;
}

#main {
	float: none;
	width: auto;
	margin-left:0;
}

#content {
    position: static;
    top: 0;
    left: 0;
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0; 
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
}

#keyword {
    background-color : #EFEFEF;
    margin-left: 0 px;
    border : 1px dashed #999;
}

#contentbottom {
    font-size: 1em;
    margin-top: 23pt;
    margin-bottom: 0;
    margin-left: 0;
}
  
a:link, a:visited, a:hover {
    background: none; 
    color: #000; 
    text-decoration: underline;
  }
 
}