/******************************************************
   format.css, update: 30. August 2010 (c)www.zobten.de

        1. Dateiweite Einstellungen
*******************************************************/

body {
background-image:url(19.jpg);
background-attachment:fixed;
font-family:Verdana, Helvetica, sans-serif, "Trebuchet MS";
}

h1 {							/*Hauptueberschrift center, rot*/
font-size:1em;					/*default=1.0em*/
font-style:italic;
color:red;
background-color:#FFFFC0;
text-align:center;
}

h2 {							/*Unterueberschrift center, blau*/
font-size:.9em;					/*default=1.0em*/
color:#00008F;
background-color:#FFFFC0;		/*dunkelblau*/
text-align:center;
font-style:italic;
}

h3 {							/*Ueberschrift links, blau - Breslau und Rezept.htm*/
font-size:1.1em;				/*default=1.1em*/
text-indent:80px;				/*Texteinruecktiefe (von links)*/
}

p {
font-size:.9em;					/*default=0.9em*/
color:#000;						/*nur zu Testzwecken 66CC00 (gruen)*/
font-weight:400;
margin-left:50px;				/*Aussenabstand*/
margin-right:50px;
padding:5px;					/*Innenabstand*/
}


/********  2. Individualformate (nur einmal pro Seite) ********/

#main {
width:720px;
position:relative;
margin-left:auto;
margin-right:auto;
top:25px;
color:#000;
background-color:#FFFFC0;
z-index:2;
padding:5px;
}

#alpha-liste {					/*Kriegszeit.htm*/
list-style-type:upper-alpha;
font-size:.9em;					/*default=0.9em*/
text-align:left;
margin-left:150px;				/*Aussenabstand*/
margin-right:60px;
border:0 solid #03F;			/*1=blau, default=0*/
padding:1px;					/*Innenabstand*/
}

#liste1 {						/*Seiten: Rezepte, Hanke & Famo.htm*/
list-style-type:disc;
font-size:.9em;					/*default=0.8em*/
text-align:left;
margin-left:60px;				/*Aussenabstand*/
margin-right:60px;
border:0 solid #03F;			/*1=blau, default=0*/
padding:20px;					/*Innenabstand*/
}

#liste2,#liste3 {				/*Rezepte.htm*/
border:0 solid #F39;			/*1=rot, default=0*/
font-size:.9em;					/*default=0.8em*/
font-weight:400;
list-style-type:disc;
margin-left:80px;				/*Aussenabstand*/
margin-right:60px;
text-align:left;
padding:20px;					/*Innenabstand*/
}

/***********  3. ungebundene Klassen  ****************/

.center {						/*default=0.9em*/
font-size:.9em;
font-weight:400;
text-align:center;
vertical-align:top;
}

.rechts {
font-size:.9em;
font-weight:400;
text-align:right;
vertical-align:top;
}

.links {
font-size:.9em;
font-weight:400;
text-align:left;
vertical-align:top;
padding:5px;
}

.kursiv {						/*Breslau.htm*/
font-size:.9em;					/*default=0.9em*/
font-weight:400;
font-style:italic;
text-align:left;
}

.bild {							/*Logo.htm...*/
font-size:.9em;					/*default=0.9em*/
text-align:center;
}

.datum {						/*am Ende jeder Seite*/
font-size:.7em;					/*default=0,7em*/
font-style:italic;
text-align:center;
}

/****************  4.0 gebundene Klassen  *******************/

img.mitborder {
border:1px;
border-style:solid;
margin:auto;
}

img.ohneborder {
border:0;
margin:auto;
}

img.rmb {						/*mit Rahmen rechts, Text links*/
border:1px;
float:right;
border-style:solid;
margin:5px 5px 2px 15px;
}

img.lmb {						/*mit Rahmen links, Text rechts*/
border:1px;
float:left;
border-style:solid;
margin:5px 10px 2px 5px;
}

img.lob {						/*ohne Rahmen links, Text rechts*/
border:0;						/*Wappen auf Wroclaw.htm*/
float:left;
border-style:solid;
margin:5px 15px 2px 5px;
}

img.rob {						/*ohne Rahmen rechts, Text links*/
border:0;						/*Wappen in Wroclaw.htm*/
float:right;
margin:5px 15px 2px 5px;
}

/**************** 5. Tabellen ****************/

table.tabelle {					/*Tabelle mit normaler Breite*/
width:580px;
margin-left:auto;				/*Aussenabstand*/
margin-right:auto;
border-collapse:collapse;
vertical-align:top;
text-align:center;
}

td {							/*default=0.8em, Logo...*/
font-size:.8em;
font-weight:400;
border:0 solid silver;			/*1=hellgrau, default=0*/
margin:0;						/*Aussenabstand*/
padding:5px; 					/*Innenabstand*/
}

td.hellblau {					/*Rezepte.htm*/
text-align:left;
font-size:.9em;
background-color:#ADF;
padding:10px;
}

table.tabelle2 {				/*Tabelle mit schmalerer Breite*/
width:460px;
margin-left:auto;				/*Aussenabstand*/
margin-right:auto;
border-collapse:collapse;
vertical-align:top;
text-align:center;
}

td.tab2 {						/*Raaben, Rezepte.htm*/
text-align:left;
font-size:.9em;					/*default=0.9em */
font-weight:400;
padding-left:4em;
border:0 solid silver;
margin:0;
}

td.tab3 {
text-align:center;
font-size:.8em;
font-weight:700;
border:0 solid silver;
margin:0;
padding:1em;
}

/***********  6. Pseudoformate, fuer Mouseover  ************/
/**************  ! Reihenfolge einhalten ! *****************/

a.text:link {                    /*noch nicht besuchte Links*/
color: #0000CF;
text-decoration: none;
background-color: #FFFFC0;
}

a.text:visited {                 /*bereits besuchte Links*/
color: #0000CF;
text-decoration: none;
background-color: #FFFFC0;
}

a.text:hover {                   /*mit der Maus über den Text*/
color: #FFFFA0;
text-decoration: none;
background-color: #34C;
}

a.text:active {                  /*angeklickt werden oder sind*/
color: #0000CF;
text-decoration: none;
background-color: #FFFFC0;
}

a.text:focus {                   /*fuer Tastaturnavigation*/
color: #FF0000;
background-color: #FFFFC0;
text-decoration: none;
}

/*CSS level 2.1 valide by http://jigsaw.w3.org/css-validator */


