@charset "utf-8";

/*

	appendx CSS
	Copyright (c) by Andreas Klostermaier, append[x] GmbH, Endlhausen/Germany
	Alle Rechte vorbehalten. All rights reserved.
  
  Autor  : Andreas Klostermaier
	Version: 2010-05-16
	Color scheme
	- Hintergrund  = rgb(193,179,158)
	- Leitfarbe    = rgb(192,024,123)
	- Auszeichnung = rgb(069,085,106)
	- Kontrast     = rgb(149,035,035)
	- Alternative  = rgb(226,227,228)
	- Schwarz      = rgb(000,000,000)
	- Weiss        = rgb(255,255,255)
	
	HTML elements in css-use
	- p    = plain text

*/

/* Basic page constructors */

#page {
  letter-spacing: 1px;
  overflow: hidden;
  text-decoration: none;
  font-family: 'PT Sans Narrow';
  font-weight: 400;
  font-size: 9pt;
  text-align: left;
  line-height: 14pt;
  color: black;
}

#header a:link{
  text-decoration: none;
  color: #b3b3b3;
}

#header a:visited{
  text-decoration: none;
  color: #b3b3b3;
}

#header a:hover{
  text-decoration: none;
  color: black;
}

#title {
  letter-spacing: 1px;
  font-family:'PT Sans Narrow';
  font-weight: 700;
  font-size: 54pt;
  line-height: 14pt;
}

#content {
  letter-spacing: 0px;
  font-family: 'Droid Serif';
  font-size: 8pt;
  line-height: 11pt;
  color: black;
}

#content a:link{
  text-decoration: none;
  color: #b3b3b3;
}

#content a:visited{
  text-decoration: none;
  color: #b3b3b3;
}

#content a:hover{
  text-decoration: none;
  color: black;
}

#maintext {
  letter-spacing: 0px;
  font-family: 'Droid Serif';
  font-size: 10pt;
}

#maintext a:link{
  text-decoration: none;
  color: #b3b3b3;
}

#maintext a:visited{
  text-decoration: none;
  color: #b3b3b3;
}

#maintext a:hover{
  text-decoration: none;
  color: black;
}

#scheme {
  letter-spacing: 0px;
  font-family: 'Droid Serif';
  font-size: 10pt;
}

#scheme a:link{
  text-decoration: none;
  color: black;
}

#scheme a:visited{
  text-decoration: none;
  color: black;
}

#scheme a:hover{
  text-decoration: none;
  color: #b3b3b3;
}



.link a:link{
  text-decoration: underline;
  color: black;
}

.link a:visited{
  text-decoration: underline;
  color: black;
}

.link a:hover{
  text-decoration: underline;
  color: #b3b3b3;
}


.title1 {
  letter-spacing: 1px;
  font-family:'PT Sans Narrow';
  font-weight: 700;
  font-size: 54pt;
  line-height: 45pt;
}

.title2 {
  letter-spacing: 1px;
  font-family:'PT Sans Narrow';
  font-size: 18pt;
  font-weight: 400;  
}

.subtitle {
  letter-spacing: 1px;
  font-family:'PT Sans Narrow';
  font-size: 18pt;
  font-weight: 400;
  color: #b3b3b3; 
}



.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
  font-size: 8pt;; 
}


.text {
  text-decoration: none;
  font-family: 'Droid Serif';
  font-weight: 400;
  font-size: 16pt;
  line-height: 32pt;  
}


/* graphic */
.separatorline {
  border-bottom-width: 1px;
  border-bottom-color: black;
  border-bottom-style: dotted;
}


/* provisorium web page */

#text {
  text-decoration: none;
  font-family: 'Droid Serif';
  font-weight: 400;
  font-size: 16pt;
  text-align: left;
  line-height: 14pt;
  color: black;  
}


