/*      Stylesheet for www.drboslau.de            */
/*                 August 2007                    */

body {
	margin: 10px;
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	background-color: #ffffff;
	color: #333333;
	text-align: left;
}

#seite {
	text-align: center;
}

#header { 
	background: url("../index/header.png");
	background-color: #ffffff;
	width: 885px;
	height: 109px;
}

#content {
	background: url("../index/content.png");
  background-color: #ffffff;
	margin: 10px auto;
	width: 885px;
}

#footer { 
	background: url("../index/footer.png");
	background-color: #ffffff;
	width: 885px;
	height: 47px;
	clear: both;
}
a:link { color: #4085f9; font-size: 14px; font-family: arial; font-weight: bold; text-decoration: none; }
a:visited { color: #4085f9; font-size: 14px; font-family: arial; font-weight: bold; text-decoration: none; }
a:hover { color: #fa3535; font-size: 14px; font-family: arial; font-weight: bold; text-decoration: underline; }
a:active { color: #4085f9; font-size: 14px; font-family: arial; text-decoration: underline; }
.minitext-weiss { color: white; font-size: 11px; font-weight: normal; font-style: normal; }
.minitext { color: #5b5b5b; font-size: 11px; font-style: normal; font-weight: normal; }
.ueberschrift { color: #4085f9; font-size: 14px; font-style: normal; font-weight: bold; }
.unterstrichenfett { font-weight: bold; text-decoration: underline; }
a.content:link { color: #4085f9; font-size: 12px; font-family: arial; font-weight: normal; text-decoration: underline; }
a.content:visited { color: #4085f9; font-size: 12px; font-family: arial; font-weight: normal; text-decoration: underline; }
a.content:hover { color: #fa3535; font-size: 12px; font-family: arial; font-weight: normal; text-decoration: underline; }
a.content:active { color: #4085f9; font-size: 12px; font-family: arial; font-weight: normal; text-decoration: underline; }
h1 { color: #4085f9; font-size: 14px; font-style: normal; font-weight: bold; margin-top: 32px; }

