body {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	background-color: #f7f4ce;
	font-family: arial;
}

img {
	border: none;
}

input.text {
	width: 120px;
	border: 1px solid #000000;
}

input.submit {
	width: 80px;
	border: 1px solid #000000;
	background-color: #f4f4f4;
}

#layoutTable {
	width: 800px;
	max-width: 800px;
/* 	height: 600px; */
	border: 0px solid #000000;
	font-size: 10pt;
	background-color: #f7f4ce;
	margin: 0 auto; 
      
}

#mainHeader {
	font-size: 0pt;
	line-height: 0pt;
}

/*popper Auszeichnung */

div.popper {
	position: absolute; 
	top: 70px; 
	width: 130px; 
	z-index: 1; 
	visibility: hidden; 

	background-color: #e2e2e2;
	text-align: left;
}


div.popper a {
  text-decoration: none; 
  font-family: Arial;
  color: #000000;
  
  border-width: 0px 1px 1px 1px;
	border-color: #ffffff;
	border-style: none solid solid solid;
	background-color: #e2e2e2;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 4px 4px;
	display: block;
	width: 122px !important;	/* IE 5.x */
	width /**/: 130px;
}

div.popper a:hover {
  color: #660000;
  background-color: #f3f3f3;
}

/* Suche */

#s_list {
	list-style: none outside;
}

#s_list a.beiheft:before {
	content:url(http://cma.gbv.de/z/Images/beiheft.gif)" ";
}

#s_list a.aufsatz:before {
	content:url(http://cma.gbv.de/z/Images/article.gif)" ";
}

#s_list a.rezension:before {
	content:url(http://cma.gbv.de/z/Images/article.gif)" ";
}

#s_list a.dokument:before {
	content:url(http://cma.gbv.de/z/Images/document.gif)" ";
}

/* menu auszeichnung */

table.menu {
  font-size: 0pt;
	line-height: 0pt;
}

/*
table.menu a{
text-decoration: none;
color:#37543f;
font-family: arial;
}
*/

#menue div {
  vertical-align: middle;
  font-size: 0pt;
	line-height: 0pt;
  height: 20px;
}

#mainSearch {
  position: absolute; 
  top: 100px; 
  right: 10px;
  background-color: #e2e2e2;
  border: 1px solid #ffffff;
  padding: 10px;
  width: 120px;
  text-align: center;
}

#s_string {
  font-size: 8pt;
  width: 120px;
  border: 1px solid #ffffff;
}

#s_button {
  font-size: 8pt;
  border: 1px solid #ffffff;
}

h1 { 
font-family: arial;
font-weight: bold;
font-size: 10pt;
}

h2 { 
font-family: arial;
font-size: 8pt;
}

span.mengentext {
font-family: arial;
font-size: 8pt;
}

strong.autor { 
font-family: arial;
font-weight: bold;
font-size: 10pt;
}

strong.titel { 
font-family: arial;
font-weight: bold;
font-size: 10pt;
color: #515151;
}

table.metadaten {
padding-left: 30px;
}

a {
text-decoration: none;
color: #828282;
}

legend {
  font-family: arial;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
}

div.error_message {
  background-color: #e2e2e2;
  border: 1px solid #ffffff;
  padding: 10px;
  width: 500px;
  font-family: arial;
	font-size: 8pt;
	color: #000000;
	
}

span.error_string {
  color: #660000;
  font-weight: bold;
}

#issue span.sub_line {
	font-size: 8pt;
}




