/* STYLESHEET for 'NINOSSANTOS.DE' 	*/
/* 2005-12-25, schmidt@goap.net 	*/




/* BODY */
body {
  background: #ffffff url("http://www.ninossantos.de/data/pics/bgs/bg_home.jpg") repeat scroll;
  color: #333333;
  font-family: Monospace, Serif;
  margin: 0px;
  padding: 0 0 0 40px;
}




/* LINKS */
a,
a:link,
a:visited,
a:hover {
  color: #ffffff;
  padding: 2px;
  text-decoration: none;
  white-space: nowrap;
}
a:link {
  background-color: #703920;
}
a:visited {
  background-color: #996633;
}
a:hover {
  background-color: #ffffff;
  color: #703920;
}
/* Extern Links */
a.externLink:link,
a.externLink:visited,
a.externLink:hover {
  color: #ffffff;
  padding: 2px;
  text-decoration: none;
  white-space: nowrap;
}
a.externLink:link {
  background-color: #666699;
}
a.externLink:visited {
  background-color: #6666cc;
}
a.externLink:hover {
  background-color: #ffffff;
  color: #666699;
}




/* IMAGE HANDLING */
img {
  border: none;
  margin: 0px;
}




/* TEXT */

/* Headlines */
h1 {
  margin: 0px;
  padding: 0px;
}
h2 {
  clear: both;
  color: #703920;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 20px;
}
h3 {
  font-size: 100%;
  font-weight: bold;
  line-height: 180%;
  margin-bottom: 10px;
}

/* Paragraphs and Addresses */
p,
address {
  font-size: 80%;
  font-style: normal;
  line-height: 180%;
  padding-bottom: 5px;
  margin: 0px;
}

/* Acronyms */
acronym {
  border-bottom: 1px dotted;
}




/* LISTS */
ul,
ol,
dl {
  font-size: 80%;
  line-height: 140%;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}
/* Unordered */
ul {
  list-style-type: circle;
}

/* Ordered */
ol {
  list-style-type: decimal-leading-zero;
  list-style-position: inside;}

/* Definitions */
dl {
  line-height: 180%;
}
dt {
  font-weight: bold;
  color: #333333;
  padding-bottom: 5px;
}
dd {
  margin-left: 0px;
  padding-bottom: 5px;
}




/* TABLES */
table {
  font-size: 80%;
  line-height: 180%;
  padding: 0px;
  margin-bottom: 20px;
}
th {
  text-align: left;
  font-weight: bold;
}
td {
  vertical-align: top;
  padding-left: 2px;
}

