/****************************************/ 
/* bolenski.de xhtml/css website layout */
/* Screen layout                        */
/****************************************/

/************************************/
/*                                  */
/* Body and main container          */
/*                                  */
/************************************/
body {
margin:0 auto; /* Abstand nach oben */
padding:0; /* Abstand nach oben */
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#FFFFFF url(bg.gif) top center repeat-y; /* weißer Hintergrund "ganz hinten" */
color:#000000; /* Schriftfarbe SCHWARZ */
}

#wrap {
background:#fffff0; /* leicht gelber Hintergrund */
margin:0 auto; /* Abstand nach oben */
width:1600px; /* Breite */
}

/************************************/
/*                                  */
/* Various tags                     */
/*                                  */
/************************************/
a {
text-decoration:none;
color:#286ea0;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}

/************************************/
/*                                  */
/* Header                           */
/*                                  */
/************************************/
#header {
/* border-color:#afafff; border-style:dashed; border-width:1px; */
margin:0px 0 0; /* Abstand nach oben */
padding:10; /* Abstände zu Rändern */
}

#header h1 {
font-size:2.2em;
float:left;
}

#header h1 a{
text-decoration:none;
}

#header p {
width:500px;
float:right;
text-align:center;
color:#A0A0A0;
margin:8px 0 0;
font-size:1.1em;
line-height:1.3em;
background-color:inherit;
}


/************************************/
/*                                  */
/* Main content                     */
/*                                  */
/************************************/
#content {
/* border-color:#afafff; border-style:dashed; border-width:1px; */ 
margin:5;
padding:0;
line-height:1.6em;
}


/************************************/
/*                                  */
/* Footer                           */
/*                                  */
/************************************/
#footer {
/* border-color:#afafff; border-style:dashed; border-width:1px; */
clear:both;
margin:0 auto;
padding:10px 0 20px;
border-top:2px solid #f0f0f0;
width:1600px;
text-align:center;
color:#808080;
background:#ffffff;
font-size:0.9em;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

/************************************/
/*                                  */
/* Various classes                  */
/*                                  */
/************************************/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}

/************************************/
/*                                  */
/* Recipe                           */
/*                                  */
/************************************/
.recipe {
margin: 2px; 
background-color: #f0f0f0; 
padding: 5px; 
color: #006A94; 
font: normal "georgia", "verdana", "arial", "helvetica", sans-serif; 
text-align: left; 
}
.recipebold {
margin: 2px; 
background-color: #f0f0f0; 
padding: 5px; 
color: #006A94; 
font: normal "georgia", "verdana", "arial", "helvetica", sans-serif; 
font-weight:600; 
text-align: left; 
}
