@page {size:auto;}

/*
#Template for       www.starck-stiftung.de
#Name:              Main CSS Template
#Specification:     CSS1 + CSS2, MSIE v. 4 + , Firefox v. 1.0., Netscape v. 6
#Publisher:         Gerhard C. Starck Stiftung
#Author:            MaxMomentum, Katja Mecking
#Author Email:      mecking@maxmomentum.de
#Creation Date:     10 April 2006
#Release Version:   10 April 2006
*/



/* layer Hauptseiten */


/* layer 'body'  */

#body {
  display:block;
  left:5%; 
  top:5%; 
  width:100%;; 
  z-index:1;
  margin:0pt;
  padding:0pt;
}

/* layer 'head' -> Logo und Bilderleiste */

#head {
  display:none;
} 

/* layer 'head' -> Logo und Bilderleiste */

#logo {
  height:130px;
  z-index:2;
} 


/* menu */

/* layer 'background' -> blauer Hintergrundbereich für Menue- und Conten-Bereiche */

#background {
  display:none;
}

/* layer 'menu' inkl. Formate */

#menu {
  display:none;
}


/* layer 'menu_corner' abgerundete Ecke für Menue */

#menu_corner {
  display:none;
}


/* layer 'content' -> graue Hintergrundfläche mit weißem Rand (links und rechts)*/

#content {
  display:none;
}

/* layer 'subcontent' -> Textbereich mit Scrollbar */

#subcontent {
  background-color:#FFFFFF;
  text-align:left;   
  font-size:12px;
}

/* layer 'globalmenu' inkl. Formate -> Globalmenue am unteren Rand */

#globalmenu {
  display:none;
}


/* allgemeine Formatierungen */

body { 
  margin:0px;
  padding:0px;
  background-color:#FFFFFF; 
  color:#333333;  
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:9pt;  
  font-size:12px;
  line-height:130%;
}

table {
}

tr {
  vertical-align:top;
}

td { 
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10pt; 
  font-size:12px;
  padding-right:5px;  
  padding-bottom:10px;  
}


h1 { 
  font-size:11pt; 
  font-size:16px; 
  font-weight:bold; 
  color:#333333;
  color:#0070B5; 
  line-height:100%;
  margin-top:0px;
  margin-bottom:20px;
}

h2 { 
  margin-top:25px;
  font-size:10pt; 
  font-size:14px; 
  font-weight:bold; 
  color:#333333;
}

h3 { 
  margin-top:25px;
  font-size:12px; 
  font-weight:bold; 
  color:#333333;
}

.headline3 { 
  margin-top:25px;
  font-size:12px; 
  font-weight:bold; 
  color:#333333;
}

.headline4 {  
  margin-top:15px;
  font-weight:bold; 
  color:#333333;
}

ul {
  margin-top:10px;
  list-style-type:square;
}

ol {
  margin-top:10px;
}


p.indent { 
  text-indent:-22px;
  margin-left:22px;
}

p.indent2 { 
  text-indent:-22px;
  margin-left:44px;
}

p.linklist { 
  line-height:180%;
}

p { 
  margin-top:0px;
}


.subline {
  font-size:8.5pt;
  font-size:11px; 
  color:#0070B5;
}

.sublinetext {
  font-size:8.5pt;
  font-size:11px; 
}


.intensiv {
   color:#0070B5; 
 }
.intensivb {
  font-weight:bold;
}
.intensivbk { 
  font-weight:bold; 
  font-style:italic; 
}

a:link, a:visited { 
  color:#333333; 
  text-decoration:underline;
}

a:hover, a:active, a:focus  { 
  color:#0070B5; 
  text-decoration:underline;
}

.citation  {
  color:#666666; 
}

.todo {
   color:#0070B5; 
 }
