/*
Name: bionline.css - Biolektors Design for BIOnline
Description: schlicht und mit Focus auf den Texten
Version: 1.0
Author: Friedhelm Kring
 */

/* =STRUKTUR
        +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* =Kopf -----------------------------------------------------------------------------------------------*/
/* =Inhalt ------------------------------------------------------------------------------------------------*/
/* =Footer -----------------------------------------------------------------------------------------------*/
/* =Leiste ------------------------------------------------------------------------------------------------*/
/* =LINKS
        +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* =TYPOGRAPHIE
        +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* =BILDER
        +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* =SONDERFORMATE
        +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
        
        
/* =STRUKTUR
        +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* 	{                                                                       /* Browser-Reset */
	margin: 0pt;
    padding: 0pt;
    }

html	{ 																		/* Fx-Scrollbar immer sichtbar */
	overflow:-moz-scrollbars-vertical; 
	}	
	
body  {
    color: #000;
    background-image: url(grafiken/design/karos5.gif);
    max-width: 960px; /* durch max rutscht die Leiste darunter bei zu kleinem Screen */
    margin-left: auto; /* beide Aussenabstaende auf auto zentriert den Kasten */
    margin-right: auto;
    text-align: center;                                                 /* wegen Bug in IE5 */
    }

/* =Kopf -----------------------------------------------------------------------------------------------*/

#kopf {
    background: url(grafiken/design/bionline-bleistift6.gif) bottom center no-repeat;
	width: 960px;                                                    /* sonst setzt IE den ganzseitig */
    height: 100px;
    margin: 10px 0px 20px 0px;
    padding: 10px 0px 0px 0px ;
/*       border-bottom: 2px solid #000;    */
    }

#kopf a 	{
	color:black;
	text-decoration: none;
	}
	
/* =Inhalt -----------------------------------------------------------------------------------------------*/

#inhalt {
	margin:5px;
	width:940px;
	}

#textblock {
    width: 640px;                 /* durch max rutscht die Leiste darunter bei zu kleinem Screen , max-widht nicht fuer IE6 */
    min-height: 550px;  /* erst  ab IE7 :( */
    background-color: white; 
	border: 1px solid #cccccc;
	padding: 10px;
    float: left;
    margin-left: auto;                         /* beide Aussenabstaende auf auto zentriert den Kasten */
    margin-right: auto;
    margin: 10px 10px 10px 10px;
    }

h2	{
	padding: 15px 0px 5px 0px;	
	}

p 	{
	padding: 3px 0px 3px 0px;
	}
	
p.mehr {
	text-align:right;
	line-height: 0,9 em;
	}
/*
ul.haken {	
	padding: 0px 0px 10px 30px;
	list-style-image: url(grafiken/haken3.gif);
	list-style-position: outside;
	}
*/	
.o-abstand {
	margin: 20px 0px 0px 0px;
	}	

.o2-abstand {
	margin: 30px 0px 0px 0px;
	}	

.u-abstand {
	margin: 0px 0px 20px 0px;
	}	

	
/* =Footer-----------------------------------------------------------------------------------------------*/
#footer {
    width: 960px;
    background-color: transparent;
    padding: 5px 0px;
    border-top: 1px solid #999;
    text-align: center;
	font-style: italic;
    }

/* =Leiste ------------------------------------------------------------------------------------------------*/
		
#leiste {
	width: 225px;
    float: right;
    padding: 10px 0px 0px 0px; 
	margin: 0px 0px 0px 10px;
    text-align: left;
	}
		
#leiste td  {							/* fuer Blog-Feed */
	padding: 0px 2px 2px 5px;
	}

#leiste h3 {
	padding: 0px 0px 10px 0px; 
	text-align: left;
	} 
			
#leiste h4 {
	padding: 0px 0px 20px 0px; 
	} 

#leiste p {
	padding: 10px 0px 2px 0px;
	}

.txt-r {
	border-bottom: 1px solid #999;
	text-align: right;
	}
	
.rssBoxItemContent, .rssBoxItemTitle {
	padding: 5px 0px 0px 0px;
	}

p.fragen {
	margin: 5px 0px 0px 0px;
	font-size: 1.2em;
	line-height: 1.5em;
	background-color: transparent;
	}
	
.kasten {
	border: 1px solid #BFBA47;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	background-color: #fffb9f;
	}

.pin {
	position: relative; 
	top: -18px;
	left: +12px;
	}
	
/* =LINKS
        +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
a { color: #ff0000; text-decoration: none; }
a:link {}
a:visited { color: #0080c0;}
/* a:focus { background-color: #ccc; } */
a:active , a:focus { outline: none;} 			/* keine Puenktchen um aktive Links */
a:hover { text-decoration: underline;}

/* =TYPOGRAPHIE
        +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body    {
	font-family: Georgia, sans-serif;
    font-size: 62.5%;                                                  /* um 1em auf 10px zu setzen */
    font-style: italic;
	}

h2, h3, h4, h5, h6 {
    text-align: left;
    font-weight: bold; 
    }

h1 {
    text-align: center;
    line-height: 1.4;                /* ohne Einheit wegen Vererbung */
    font-size: 4em;
    font-weight: bold; 
/*     font-family: Georgia, "Times New Roman", Times, serif;   */
/*     font-family: Constantia,"Palatino Linotype",Palatino,Georgia,serif; */
    }

h2 {
    line-height: 1.2;
    font-size: 2em;
    }

h3 {
    font-size: 2em;
    }

h4 {
    font-size: 1.4em;
    }

h5 {
    font-size: 1.1em;
    }

p, li {
    font-size: 1.6em;
	line-height: 1.2em;
    letter-spacing: normal;
    text-align: left;
    }
/*    
#inhalt table {
    font-size: 1.4em;
	line-height: 1.2em;
    letter-spacing: normal;
    text-align: right;
    }
*/
ol, ul {
    padding: 0px 0px 10px 20px;
/*    list-style-position: inside;*/
    }

li  {
    padding: 3px 0px 3px 0px;
    font-size: 1.6em;
    }

li.index  {
    padding: 4px 0px 4px 0px;
    }

#leiste {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	}
	
.kasten p {
	font-size: 1.1em;
	}
	
#leiste h3 {
	font-size: 1.3em;
	}
	
.rssBoxTitle {
	font-size: 1.2em;
	}

#footer {
	font-size: 1.1em;
	}

/* =BILDER
        +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

a img {
        border: none;                     /* damit verlinkte Grafiken keinen Rand erhalten */
        }

img.alignleft {
        padding: 0px 20px 0px 0px;
        margin: 5px 20px 25px 3px;
        float: left;
        display: inline;
        }

img.alignright {
        padding: 0px;
        margin: 5px 3px, 15px 20px;
        float: right;
        display: inline;
        }

p.aligncenter, img.aligncenter {
        padding: 5px;
        margin: 2px 0px 2px 8px;
        float: none;
        text-align: center;
        }

/* =SONDERFORMATE
        +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.clear {                                                /* verhindert Ueberschneidungen mit schwebenden Elementen */
        clear: both;
        }

.adresse {
	border: 3px solid #aaaaaa;
	margin: 20px 170px 20px 170px;
	padding: 5px;
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em;
	}	
	
.hidden {
        position: absolute;
        overflow: hidden;
        height: 1px;
        top: -500px;
        left: 0pt;
        width: 1px;
        }

.initial {
        color: #000;
        margin: 0.3em 0.1em 0em 0em;
        float: left;
        height: 1em;
        width: 1em;
        font-size: 3em;
        font-style: italic;
        }

/* =Farbschema ----------------------------------------------------------------------------------
Standard                 Schrift: schwarz #000         /         Hintergrund: weiß #fff
Textfelder              Schrift: schwarz #000         /         Hintergrund hellgrau #eee
Links                        normal: rot #f00                   /          besucht: hellblau #0080c0
-------------------------------------------------------------------------------------------------------*/