/* Die groben Homepagebereiche */
.kopf {
	border: 2px solid #999933;
	border-spacing: 0px;
	text-align: center;
}

.logo {
	background-color: #FFFFFF;
}

.suche {
	background-color: #999933;
	height: 20px;
}

.news {
	background-color: #FFFF99;
	padding: 4px;
}

.info {
	background-color: #FFFFFF;
	border: 2px solid #999933;
	padding: 4px;
}

.service {
	background-color: #FFFF99;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
}

/* elements */
a {
	/* 
	Removed this color. This only comes up in the case where you have a visible
	anchor <a name="x">Anchor here</a>, we do not want this to look like a link. Specifically,
	this was used on the spec help. There is no reason not to use <a name="x"></a>Anchor.
	color: #003399; 
	*/
	text-decoration: none }
	a:link {color: #963; }
	a:visited {color: #963; }
	a:alink {color: #963 }
	a:hover {color: #960; text-decoration: underline; }
	
th {
	font-family: Arial, Helvetica, Sans Serif;	
	font-size: 11px;
	color: Black;
	background-color: #D6DEE7 }

	
td {
	font-family: Arial, Helvetica, Sans Serif;	
	font-size: 12pt }

	
HR {
	color:  #959AA2;
	height:  1px; }
	
body {
	font-family: Arial, Helvetica, Sans Serif;	
	font-size: x-small;
	background-color: White;
	margin: 7px 7px 7px 7px }

/* Search results display area on Engineering Web Search results page */
	
.SearchResultsBox {
			max-width:800px;
			width:expression(document.body.clientWidth > 1025 ? "800px": "auto" );
		}

.resulttitle {
      font-family: Arial, sans-serif;
      font-size: 10pt;
      font-weight: bold;
      color: #A90A08;
      vertical-align:middle;
      white-space:nowrap;
}

.resulttext{
font-size: 10pt;
font-family: Arial,sans-serif;
color: #000;
text-align:center;
text-decoration: none;
}

.result {
width:630px;
margin-bottom:12px;
overflow:hidden;
}

.resultlink {
    font-family: Arial, sans-serif;
    font-size: 8pt;
    color: #963;
       vertical-align:middle;
       white-space:nowrap;
  text-decoration: none;
}

.katlink {
  font-family: Arial, sans-serif;
  font-size: 8pt;
  color: #963;
  font-weight: normal;
  text-decoration: none;
}

.partnerlink {
  font-family: Arial, sans-serif;
  font-size: 8pt;
  color: #000000;
  text-decoration: none;
}


.kattitle {
  font-weight: bold;
  color: #996633;
}

.menulink {
font-size: 10pt;
font-family: Arial,sans-serif;
color: #000;
text-align:center;
text-decoration: none;

  white-space:nowrap;
}

.resultmark {
    color: #009999;
    font-weight: bold;
}

.faq {
  font-weight: normal;
  color:#996633;
}

.addkeyword {
      font-family: Arial, sans-serif;
      font-size: 10pt;
      color: #A90A08;
      vertical-align:middle;
      white-space:nowrap;
	  text-decoration: underline;
}

