/* Allgemeine Festlegungen dokumentweit */
body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff;
	background-image: url(../images/sh.jpg);
	background-repeat: repeat-x;
	/*margin: 0;
	padding: 0;*/
	overflow: auto;
}


/* Festlegungen fuer den Container, der alle anderen Container umfasst */
#page	{
	margin: 0;
	padding: 0;
}


/* Positionierung des BFE-Logos */
#logo	{
  position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	/*background-color: #c0c0c0;*/
}


/* Positionierung der Schlagworte des Webs ff. */
#script	{
	/*position: absolute;*/
  margin: 18px 0 0 178px;
	/*top: 16px;*/
	/*left: 188px;*/
	width: 650px;
	height: 63px;
	padding-top: 0;
	padding-bottom: 4px;
	z-index: 1;
	/*background-color: #c0c0c0;*/
}


/* Formatierung der Ueberschrift "Fachverbund BFE" */
#script h1	{
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 130%;
  font-weight: bold;
  color: #fff;
  padding: 0;
  /*background-color: #aaaaaa;*/
}


/* Formatierung des Textes "Elektronik-Baugruppen zuverlässig, wirtschaftlich 
   und umweltgerecht entwickeln und produzieren" */
#script h2	{
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 90%;
  font-weight: bold;
  color: #fff; /*line-height: 120%;*/
  /*margin: 0;*/
  /*background-color: #000;*/
}


/* Positionierung des Inhaltscontainers */
#content	{
	position: absolute;
	top: 147px;
	left: 168px;
	width: 588px;
	/*margin-bottom: 30%;*/
	/*margin-right: 15%;*/
	padding-top: 20px;
	padding-left: 20px;
	border-left: 2px solid #6699ff;
	padding-bottom: 50px;
	z-index: 10;
	/*background-color: #ffff00;*/
}


/* Formatierung der Ueberschriften im Inhaltscontainer */
#content h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #333;
	background-color: transparent;
}


/* Formatierung der  unteren Ueberschriften im Inhaltscontainer */
#content h2 {
  font-size: 100%;
  color: #333;
  background-color: transparent;
}


/* Formatierung der Absaetze und Listen im Inhaltscontainer */
#content p, ul	{
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 14px;*/
	font-weight: normal;
  list-style-image: url(../images/list.gif);
	/*text-align: justify;*/
	/*color: #333;*/
	background-color: transparent;
	line-height: 110%;
	/*vertical-align: top;*/ 
	/*margin: 0;*/
}


/* Formatierung der Listenelemente Seiten terminex.html */
#content li {
  /*margin: 0 0 0 -15px;*/
}


/* Formatierung der Unterliste Seiten terminex.html */
#content ul ul  {
  list-style-image: url(../images/list2.gif);
}


/* Beschriftung der Download-Dateien im Inhaltscontainer */
#content p.klein {
  font-size: 80%;
  /*padding: 0 0 0 50px;*/
	/*line-height: 6px;*/
  /*background-color: #ccc;*/
}


/* Positionierung des Disk-Symbols der Download-Links */
#content img.list	{
	padding: 0 25px 0 0;
  vertical-align: top;
  float: left;
}


/* Formatierung des Aufwaerts-Buttons */
#over {
  border: none;
}


/* Positionierung des Beschreibungstextes der Downloadlinks */
.desc {
  float: left;
  /*background-color: #33FF66;*/
}


/* ? 
#contentintern	{
	position: absolute;
	top: 147px;
	left: 168px;
	width: 588px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  line-height: 130%;
	padding-top: 20px;
	padding-left: 20px;
	border-left: 2px solid #6699ff;
	padding-bottom: 50px;
	z-index: 10;
}*/


/* Startlogo auf der index-Seite */
#start	{
	/*position: absolute;*/
	/*top: 160px;*/
	/*left: 70px;*/    /*168*/
	margin: 0;
	width: 550px;
	height: 383px;
	background-color: #ddd;
}


/* Design-Nachweis auf der index-Seite */
#xpw	{
	font-family:Verdana,Arial,Helvetica; 
	font-size:8pt; 
}

/* Tabellenformatierung auf der Seite Termine */
table	{
	width: 100%;
	border: 1px solid #000000;
	background: #FFFFFF;
}

table th, table td	{
	font-size: 80%;
	margin: 0;
	padding: 5px 8px 5px 8px;
	border-bottom: 1px solid #CCCCCC;
}

table tr	{
	background: #E6E6E6;
}

table tr.alt	{
	background: #FFFFFF;
}

table td	{
	vertical-align: top;
}

table .rahmen	{
	border: none;
	font-size: 100%;
}

hr	{
	color: #6699ff;
}
#spb	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #333;
	background-color: transparent;
}

.deut	{
	font-size: 120%;
	color: red;
	font-weight: bold;
}

.dc	{
	font-size: 9px;
}