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

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

body {
	margin: 50pt 0 10pt 0;
	padding: 0;
	width: 100%;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 7pt;
	line-height: 180%;
	text-align: center; /* IE */
	background: #FFFFFF;
}

 /* body zum Ausdruck verändern */
@media print {
	body {
		margin: 0;
	}
}

h1 { /* nur für die Schauspielernamen in Verwendung */
  font-size: 12pt;
}

h2, h3, h4, h5, h6 {
  color: #9F6E27;
  font-size: 10pt;
}

p {
  
}

a {
  color: #000000;
}


img {
  border: none;
}

input, textarea, select {
  font-size: 7pt; /* IE */
}

table {
  width: 100%;
  font-size: 6pt; /* IE */
}

td {
  vertical-align: top;
  font-size: 6pt; /* IE */
}


/* ---------------------------- */
/* LAYOUT */
/* ---------------------------- */

#printbutton {
  padding: 5pt 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #B2B2B2;
  border-bottom: 0.5pt solid #000000;
}

 /* Printbutton zum Ausdruck ausblenden */
@media print {
	#printbutton {
		display: none;
	}
}

#position {
  text-align: left; /* IE */
}

#header {
  display: block;
  padding: 10pt 0;
  border-bottom: 0.5pt solid #000000;
}

#mainnavigation {
  display: none;
}

#subnavigation {
  display: none;
}

#content {
  
}

#container {

}

#left {
  padding: 10pt 0;
  /* border-bottom: 0.5pt solid #000000; */
  clear: both;
}

#right {
  padding: 10pt 0;
  /* border-bottom: 0.5pt solid #000000; */
  clear: both;
}

#footer {
  display: block;
  padding: 10pt 0;
  line-height: 130%;
  border-top: 0.5pt solid #000000;
  clear: both;
}


/* ---------------------------- */
/* STYLES */
/* ---------------------------- */

#footer table { /* IE */
  font-size: 10pt;
}


/* ---------------------------- */
/* KLASSEN */
/* ---------------------------- */

a.logotitle {
  display:none;
}

.row {
  display: block;
  clear: both;
}

.rightcol, .leftcol, .rightlastcol, .leftlastcol {
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}

.highlight {
  color: #9F6E27;
}

/* Zusatzmenü bei den Schauspielern */
.addmenu {
  display: none;
}

.addmenuon {
  display: none;
}

/* Zusatzlinks bei den Schauspielern */
.print {
  display: none;
}
.noprint {
  display: none;
}
.doc {
  display: none;
}

