/**
* CSS
*
* @author	Sebastian Müller <sebastian produktivbuero de>
* @date		04/04/2007
*/

/* ---------------------------- */
/* GENERAL */
/* ---------------------------- */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #221808;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 180%;
	background: #FFFFFF;
}

h1 { /* nur für die Schauspielernamen in Verwendung */
  margin: 60px 0 30px 0;
  font-size: 18px;
}

h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #9F6E27;
}

p {
  margin: 0 0 20px 0;
  padding: 0;
}

a {
  color: #9F6E27;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

input, textarea, select {
  font-size: 10px; /* IE */
}

iframe {
  margin: 0 0 20px 0;
}

table {
  width: 100%;
  font-size: 10px; /* IE */
}

td {
  vertical-align: top;
}


/* ---------------------------- */
/* Klassen */
/* ---------------------------- */

/* Zusatzlinks bei den Schauspielern */
.print {
  padding-left: 20px;
  color: #C5B094;
  background: url(images/icon_print.gif) no-repeat;
}

.doc {
  padding-left: 20px;
  color: #C5B094;
  background: url(images/icon_document.gif) no-repeat;
}

.close {
  padding-left: 20px;
  color: #C5B094;
  background: url(images/icon_close.gif) no-repeat;
}

.highlight {
  color: #9F6E27;
}

