/*  CSS fuer blogg.de
*   oldbrowser.css
*   date: 26.12.2004
*   author: nico bruenjes
*   nur die ganz einfachen Dinge fuer NS4 und andere unfaehige Browser
*/

body {
   background: #fff url(../img/bg_body.gif) repeat;
   color: #333;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 62.5%;
}

#contact h3 {
   font-size: 1em;
   font-weight: normal;
   text-align: right;
   padding: 10px 53px 4px 0;
}

#header h1 {
   padding-left: 50px;
   padding-top: 12px;
}

.side h3 {
   font-size: 1.2em;
   text-transform: uppercase;
   color: #666;
   margin-bottom: 4px;
}

.side p {
   line-height: 140%;
   padding-bottom: 3px;
}

.side p.formularp {margin-bottom: 10px;}

.side h4 {
	font-size: 1.1em;
}

.side h5 {
	margin-top: 7px;
	margin-bottom: 4px;
	font-size: 1em;
	font-weight: normal;
}
