 
/**
  * global
  */
* {
	background-color: #ffffff !important;
	color:#000;
	text-align:left;
}
body {
	font-family: serif !important;
	font-size: 11pt;
}
body, #Site, #ContentFrame, #Content {
	width: 100%  !important;
	margin: 0 !important;
	padding: 0 !important;
}
img {
	border:none;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 13pt;
}

/**
  * display none
  */
#navigation, .servicenav, .language, .skip, .offscreen, #image, #footer {
	display: none;
}

/**
  * copyinfo
  */
#wrapper:after {
	content: "Alle Rechte vorbehalten. Copyright 2009 Rheumapraxis Dr. Mauss-Etzler";
	color:#666666;
	font-size: 11pt;
	font-weight:bold;
	line-height:24pt;
}




