/* CSS-Formatierungen fuer Praxislink Portal
* Erstellt: Montag 01.09.2008
* Einsatz: Browser, die sich weitestgehend an Vorgaben des W3C orientieren
* ------------------------------------------------------------------------------ */

/* Reset - Browser Default Styles deaktivieren
-------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

address, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	vertical-align: top;
}

fieldset,img {
	border: 0;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

.clear0 {
	clear: both; 
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

a {
	color: #b75a48;
	outline: none;
	text-decoration: none;
}

h4 a {
	color: black;
}

a:hover {
	text-decoration: underline;
	color: #0064ff;
}

/* Allgemeingültige Styles
-------------------------------------------------------------------------------- */

body {
	font: 62.5% Arial, sans-serif;
	color: #333;
	background: #0064fe url(/media/images/bg_verlauf.jpg) left top repeat-x; 
}

span.bgBraun {
	padding: 0 5px 0 5px;
	background-color: #a84230;
}

p {
	font-size: 120%;
	margin: 0 0 10px 0;
	line-height: 140%;
}

p a {
	color: #b75a48;
}

ul {
	margin: 0 0 20px 20px;
}

ul li {
	background: transparent url(/media/images/pfeil.gif) left center no-repeat; 
	padding: 0 0 0 15px; 
	margin: 0 0 5px 0;
}


/* Page Wrapper
-------------------------------------------------------------------------------- */
#pageWrapper {
	width: 900px;
	margin: 1px auto 0 auto;
}

/* Header
-------------------------------------------------------------------------------- */
.logo {
	float: left; 
	width: 53px;
}

/* Inhalt Wrapper
-------------------------------------------------------------------------------- */
#inhaltWrapper {
	background-color: white;
	padding: 35px 35px 0 35px;
}

/* Footer
-------------------------------------------------------------------------------- */
#footer {
	color: white;
	font-size: 120%;
	padding: 0 0 30px 0;
}

#footer a {
	color: white;
}

.printEcke {
	background: transparent url(/media/images/ecke.png) right no-repeat;
	height: 57px;
	margin: 0 0 15px 0;
}

.print {
	width: 843px;
	background-color: white;
	height: 57px;
	color: #336666;
	text-align: right;
}

img.printIcon {
	margin: 0 10px 0 0;
}

.metanavi {
	padding: 0 0 0 35px;
	width: 550px;
	float: left;
}

.copy {
	padding: 0 35px 0 0;
	width: 280px;
	float: left;
	text-align: right;
}


