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

/* Farben
http://www.pixy.cz/apps/barvy/index-en.html
230 - 94 - 66
#0A52A8	
#709DD4	
#B2CBE9	
#2A4A70	
#152538	
#4E6E94	
#798A9E

*/

/* HTML und Body werden mit CSS versorgt */

html, body {
   background: #FFFFFF;   
   color: #152538;
/*   font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;*/
   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; overflow: scroll; 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 {
	clear:both;
	background-color: #B2CBE9;	
	border-top: 1px solid #152538;
	border-bottom: 1px solid #152538;		
	padding:1px 0px 3px 0px;	
}


#menu ul {	
	margin:0px;	
	padding:0px;
	list-style-type: none;
	}

#menu ul li {
    width: 16%;  
    float: left;        
}

#menu ul li a {	
	padding: 0 0 0 0;	
	display: block;  
	text-align:center;
}

#menu ul li a.active {
	color: #fff;
	font-weight: bold;
}

/* 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 {
	float:right;	
	display: inline;  /* internet explorer float bug workaround -- siehe http://www.positioniseverything.net/explorer/doubled-margin.html*/
	margin-right: 30px;
	font-size:small;	
	padding: 3px;
}

/* Navi */
#navi {
	float:left;
	display: inline;
	border: 1px solid #152538;
	background: #B2CBE9;
	margin: 20px 0px 20px 30px;   
	min-height: 200px;
	padding:5px;
	width:250px;
	font-size: 80%;
	}

#navi ul {	
	margin-left:5px;	
	padding-left:10px;
	}


#navi li.sub {		
	font-weight:normal;
	list-style-image: url("/methoden/img/dash.png");
	}

#navi li.submenu {		
	font-weight:normal;
	list-style-image: url("/methoden/img/arrrt.png");
	}

#navi li.submenuactive {	
    font-weight: bold;
	list-style-image: url("/methoden/img/arrdn.png");
	}

#navi li.subactive {	
	font-weight: bold;
	list-style-image: url("/methoden/img/dash.png");
	}



#navi p.section {
   font-weight: bold;	
}

/* ENDE Navi */


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

/* http://www.positioniseverything.net/explorer/threepxtest.html - für den 3 Pixel-Sprung nach Ende des Navifloats*/
/* http://www.positioniseverything.net/explorer/italicbug-ie.html - damit italicboxen keinen float reflow machen /*
/* Hide from IE5-mac. Only IE-win sees this. \*/

* html #content  {
  height: 1%;  
  overflow: visible;
  }
 
/* End hide from IE5/mac */ 


#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 {
	font-size: 90%;
	padding: 0.2em;
	text-align: left;
    	vertical-align:text-top;
	border: 1px solid silver;
	border-left: 0px;
	border-right: 0px;
}

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


table.reference {
	width: 100%
	margin: 0.5em 0px;
}


table.reference th {
	font-size: 90%;
	text-align: left;
    	vertical-align:text-top;
	border: 0px;
}

table.reference td {
    	padding: 0.5em 0px;
	font-size: 90%;
    	vertical-align:center;
	border: 0px;
}



/*ENDE content*/


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