/*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;
}

body, p, td, li {
	font-family: Verdana, Arial,sans-serif;
}

h1, h2, h3, h4 {
	font-family: 'Fontin Sans', Arial,sans-serif;
}

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

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

/* font sizes */
body {
	font-weight:normal; 
	font-size:11pt;
}

h1 {
	font-weight:bold;
	font-size:16pt;

	color: #222;
	background: transparent;
	margin-top: 1em;

}

h2 {
	font-weight:bold;
	font-size:16pt;

	color: #222;
	background: transparent;

/*	padding-bottom: 2px;*/
	padding-left: 8px;
	margin-top: 1em;
	margin-bottom: .7em;

	border-left: 10px solid #ff7100;

	border-bottom: 2px solid #ff7100; 
/* #025e8a;	*/
}


h3 {
	font-weight:bold;
	font-size:13pt;

	color: #222;
	background: transparent;

/*	padding-bottom: 2px;*/
	padding-left: 8px;
	margin-top: 1em;
	margin-bottom: .7em;

	border-left: 10px solid #ff7100;
	border-bottom: 2px solid #ff7100;

	/*border-bottom: 1px solid #025e8a;*/
}

h4 
{
  font-weight:bold;
  font-size:13pt;
  
  color: #222;
  background: transparent;
  
  padding-bottom: 2px;
  margin-top: 1em;
  margin-bottom: .7em;
  
  /*border-bottom: 1px solid #025e8a;*/
  
  font-style:italic;
}


/* colors */


/* Linkcolors */
a:link {
	color:#025e8a;
	background: transparent;

	text-decoration:none;
	font-weight:normal;
}

a:visited {
	color:#025e8a;
	background: transparent;

	text-decoration:none;
	font-weight:normal;
}

a:hover, a:focus {
	color:#025e8a;
	background: transparent;
	text-decoration:underline;
}

a:active {
	color: black;
	background: transparent;
}



/* Some default spacings */
#content p, #content ul, #content table {
	margin-top: .4em;
	margin-bottom: .8em;
}

#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 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 {

/*	background: green; */

	margin-left:0;
	padding:0;	
}

#content p {
/*	background: blue;*/

          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;
 }

#content .section:last-child, #content .subsection:last-child
{
    margin-bottom: 3ex;
}
/* 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;

/*  border-bottom:1px solid #9a001d; 
  border-left:1px solid #9a001d; 
  */
}

/*table.list th.hl a:link, table.list th.hl a:visited, table.list th.hl a:active
{
  color:#ffffff;     Linkfarbe in Tabellenköpfen 
}   
*/

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:first-child, table.list th:first-child

{ 
  border-right:1px solid #9a001d; 
  border-left: none;

 }
*/

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

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

 }

dl.adresse
{ 
} 

dl.adresse dt 
{ 
    float: left; 
    clear: left; 
    width: 6em; 
    text-align: right; 
    font-weight: bold; 
} 

dl.adresse dt:after 
{ 
    content: ":"; 
} 

dl.adresse dd 
{ 
    margin: 0 0 .5ex 7em; 
}


