/* Styles f�r die Netzrezepte Druckausgabe - Stand 4.2004 */


p {font-size: 15px;line-height: 20px;margin-bottom: 15px;}

body {
 font-family:Arial,Helvetica,sans-serif;
 font-size:12px;
 color:#000000;
 padding: 0px;
}



h3 {
 font-family:Arial,Helvetica,sans-serif;
 font-size:13px;
 font-weight:bold;
 color:#000000;
}

h4 {
 font-family:Arial,Helvetica,sans-serif;
 font-size:12px;
 font-weight:bold;
 color:#000000;
}

h2 {
 font-family:Arial,Helvetica,sans-serif;
 font-size:14px;
 font-weight:bold;
 color:#000000;
}

h1 {
 font-family:Arial,Helvetica,sans-serif;
 font-size:14px;
 font-weight:bold;
 color:#000000;
}


p {
 font-family:Arial,Helvetica,sans-serif;
 font-size:12px;
 color:#000000;
}

ul {
 font-family:Arial,Helvetica,sans-serif;
 font-size:12px;
 color:#000000;
}



a:link {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000000;
 /* font-weight:bold; */
 text-decoration:underline;

}
a:visited {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000000;
/* font-weight:bold; */
 text-decoration:underline;
}
a:hover {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000000;
 font-weight:bold;
 text-decoration:none;
}
a:active {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000000;
 font-weight:bold;
 text-decoration:none;
}
a:focus {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000000;
 font-weight:bold;
 text-decoration:none;
}



#copyright {
  font-weight: bold;
  font-family : verdana;
  font-size: 11px;
  color: #B1B0B0;
  }

/*---------all floated elements left-----*/

@media print {
#content {width: 99% 0;}


.ct2 #mainleft {
  width: 49%;
  float:left;
}

.ct2 #mainright {
  width: 49%;
  float:right;
}

.ct1 #mainleft {
  width: 65%;
  float:left;
}

.ct1 #mainright {
  width: 32%;
  float:right;
}


#main, #mainbottom {width: 99% ;clear: both;}

}


@media screen {
#content {700px 0;}


.ct2 #mainleft {
  width: 350px;
  float:left;
  margin-right:10px;
}

.ct2 #mainright {
  width: 350px;
  float:left;
}

.ct1 #mainleft {
  width: 466px;
  float:left;
  margin-right:10px;
}

.ct1 #mainright {
  width: 230px;
  float:left;
}



#main, #mainbottom {width: 700px;clear: both;}

}

.clearfix:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
}

.clearfix {display: inline-block;}

/* without IE Mac \*/

* html .clearfix { height: 1%;}

.clearfix { display: block;}

/* End without IE Mac */

 