/*Main stylesheet for Metromorph Softworks (http://metromorph.de) */
/* Author: Nikolas List
   eMail: list@metromorph.de */



/* Basic font styles */
body,h1, h2, h3, h4, p, td, li {
  color:#000000;
  background: transparent;
  font-family: Arial,sans-serif;
  
}

body, p, td, li, h1, h2, h3, h4 {
                                  font-family: Arial,sans-serif;
                                  color:#444; /*6f6f6f;*/
                                  font-size:12pt;
                                  }

/* NS4: Fabrice's Inversion (google it) */
/*/*//*/
body {	
	background-color:white; 
}
/* */

/* Some other basics */
img {
	border: none;
      }

h1 {
     font-weight:bold;
     font-size:14pt;
     color: black;
     background: transparent;
}

h2 {
	font-weight:bold;
	font-size:12pt;
	color: black;
	background: transparent;
}


h3 {
     font-weight:bold;
     font-size:11pt;
     color: black;
     background: transparent;
  /*   font-style:italic;*/
}

h4 
{
  font-weight:bold;
  font-size:11pt;
  background: transparent;  
  font-style:italic;
  color:black;
}


/* colors */


/* Linkcolors */
#content a:link {
	color:#c78301;
//	background: transparent;
	text-decoration:none;
	font-weight:normal;
}

#content a:visited {
	color:#000000;
//	background: transparent;
	text-decoration:none;
	font-weight:normal;
}

#content a:hover, #content a:focus, #content a:active {
	color:#764d00;
	text-decoration:underline;
}



/*** Some default spacings ***/

/*Headings */

#content h1{ padding-bottom:.5em; padding-top:.5em; }
#content h2{ padding-bottom:.2em; padding-top:.4em; }
#content h1 +  h2{ padding-top:0em; } /* h2 followong directly h1 */
#content h3{ padding-bottom:.2em;  padding-top:.4em;}
#content h2 +  h3{ padding-top:.0em; } /* h3 followong directly h2 */
#content h4{ padding-bottom:.2em;  padding-top:.4em;}
#content h3 +  h4{ padding-top:.0em; } /* h4 followong directly h3 */


/*text */
#content p, #content ul, #content table 
{
    padding-top:0em;
    padding-bottom:0.3em;
}

#content li{ margin-left:1em;}


/* The main layout */

html {
 	 margin: 0em;
}




/* The pdf -style */
#content p.pdflink {
	text-align:right;
	color: #777777;
	/*background: white*/;
}

#content p.pdflink a {
	color: #777777;
	/*background: white*/;
}
 
/* Footer styles */
#footer {

/*	border-top: 1px solid #555555;*/
 	margin: 0px;
	padding: .5em 0;

	color: #555555;
	/*	background: lightgrey;*/
	font-size:8pt;
}

#footer .line 
{
    margin-bottom: 7px;
}

#footer p {
	padding: 0; 
	margin:0;
	color: #555555;
}


#footer a {
	color: #777777;
	/*background: white*/;
}


#footer .item 
{
 
  padding: 0 1em 0 0;

}





/* Basic indentation */

#content table, #content ul, #content ol 
{
    margin-left:0;
    padding:0;	
}


    
}

/* Helper classes */
#content p.graybox 
{
    padding: .3em;
    background: #eee;
}

.large 
{
    font-size: 150%;
}

.center {
	text-align: center;
}

.space-left {
	margin-left:2em;
}

.space-right {
	margin-right:2em;
}

.left {
	position:relative;
	right:0;

	text-align: left;
}

.center {

	text-align: center;
}

.right {
	position:relative;
	right:0; left:0;


	text-align: right;
}


#content .line-top
{ 
  border-top:1px solid #9a001d; 
 }


#content .float-left
{ 
  float: left;
  margin-right: 1em;
 }

/* Tabellenformate*/
#content table
{ 
  empty-cells: show;
  border-collapse:collapse;
  border-spacing: 0px;
  margin-right:.5em;
}

#content td
{
  vertical-align:top;
 }

/* Tabellenformate für listing tabellen*/
table.list td.underline { 
           padding:3px;
           vertical-align:top;
           border-bottom:1px solid #9a001d;
           }


table.list th.hl 
{
  border-collapse: collapse;
  border: 2px solid white; 

  color:#9a001d; 
  background-color: #bbb;

  text-align:left;
  font-size:10pt;

  padding: .3em;
}

table.list td.rh 
{
  border-collapse: collapse;
  border: 2px solid white; 

  background-color: #ddd; 
  color:#000000; 

  font-weight: bold;
  vertical-align:top;
}
 
table.list td.br 
{
  border-collapse: collapse;
  border: 2px solid white; 

  background-color:#fff; color:#000;
  vertical-align:top;
  border:none;
} 

table.list td
{ 
  border-collapse: collapse;
  border: 2px solid white; 

  background-color: #ededed;
 
  padding: .3em;

 }


/* Zitierte Stellen */
.citation  { padding:0.5em 1em;
             margin:0em 3em;
             background-color: #f5f5f5;
             }

