/* Standard-CSS (Drucken) für IZVW /*


/* HTML und Body werden mit CSS versorgt */

html, body {
   background: #FFFFFF;   
   color: #000000;
   font-family: arial, helvetica, verdana, sans, sans-serif, tahoma;
	margin:0;

}   

/* Allgemein gültige Formatierungen werden gesetzt */

a:link {
   color: #0A52A8;
   text-decoration: none;
}

a:visited {
   color: #2A4A70;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a:active {
   text-decoration: underline;
}


a.extern { background: url("/methoden/img/linkextern.png") center right no-repeat;
    padding-right: 13px;
     }

a.pdf { background: url("/methoden/img/linkpdf.png") center right no-repeat;
    padding-right: 18px;
     }


strong {
   font-weight: bold;
}

img {
	border: 0;
}

p {
	margin: 0px;
}

div.figure {
  clear: right;
  float: right;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {  
  width: 100%;
}

img.re   {   clear: right; float: right; margin-top: 5px; margin-bottom: 5px; margin-left: 15px }
img.li   { float: left; margin-top: 5px; margin-right: 15px; margin-bottom: 5px }

/*Sektionsweite Formatieren kommen zum Schluss*/


/* Header */

#header {
	margin-bottom: 20px;
	margin-top: 20px;	
	margin-left: 30px;
	margin-right: 30px;
}

#header p.left {
	float:left;
	width:210px;
	text-align:left;
}
#header p.right {
	margin-left: 220px; 
	padding-top: 10px;
	text-align:right;
}

#header img {
	margin-left: -11px;
}


/* ENDE Header */

/* menu */

#menu {
	display: none
}

/* ENDE Menu/*

/*bread*/

#bread {
	margin-left: 30px;	
	font-size:small;
	padding: 3px;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;  /* internet explorer float bug workaround - siehe http://www.positioniseverything.net/explorer/doubled-margin.html*/
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}


/*ENDE bread/*

/*lang*/

#lang {
	display: none;}

/* Navi */
#navi {
	display: none;}

/* ENDE Navi */


/* content */
#content {
	margin-left:30px;
	margin-right:30px;
    margin-top:20px;
    margin-bottom:20px;    
    
}


/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #content {
  height:0;  /* internet explorer float bug workaround -- siehe http://www.positioniseverything.net/explorer/threepxtest.html*/
  }

#content p, td  { line-height: 1.3em; margin-bottom: 1em; font-size: 90% }

#content li { line-height: 1.3em; font-size: 90%; margin-bottom:0.4em; }

#content h1 { color: #4E6E94; font-size: 130%; font-weight: normal }

#content h2 { color: #4E6E94; font-weight: normal; font-size: 110%; text-align: left}

#content h3 { color: #4E6E94; font-size: 100%; text-align: left}


ul.bibliography  {	
	list-style-type: none;
	padding-left:0px;
	margin-left: 3em;
	text-indent: -3em;
	}


table.data {
	border-collapse: collapse; 
	margin: 0.5em 0px;
}

table.data th {
	padding: 0.2em;
	text-align:left;
    vertical-align:text-top;
	border: 1px solid silver;
	border-left: 0px;
	border-right: 0px;
	font-size:90%;
}

table.data td {
	padding: 0.2em;
    vertical-align:text-top;
	border: 1px solid silver;
	border-left: 0px;
	border-right: 0px;
	font-size:90%;
}


/*ENDE content*/


#footer {
	clear:both;
	border-top: 1px solid #152538;
	margin-top:50px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 80%;
}	
	
