/* CSS-Formatierungen fuer Praxislink Portal
* Erstellt: Montag 01.09.2008
* Einsatz: Browser, die sich weitestgehend an Vorgaben des W3C orientieren
* ------------------------------------------------------------------------------ */

/* Allgemeingültige Styles
-------------------------------------------------------------------------------- */
h1 {
	font-size: 300%;
	font-weight: normal;
	margin: 0 0 15px 0;
}

p {
	font-size: 140%;
	margin: 0 0 10px 0;
}

/* Header
-------------------------------------------------------------------------------- */
#header {
	background: transparent url(/media/images/header_start.jpg) left top no-repeat;
	height: 357px;
	padding: 0 0 20px 0;
}

/* Content
-------------------------------------------------------------------------------- */
.login {
	width: 170px; 
	float: left;
	font-size: 120%;
}

.begruessung {
	width: 660px; 
	float: left;
}
