/* ========================================================= */
/*    Stylesheet für die index Seite                         */
/*    SITE : www.zentrum-augenheilkunde.de                   */
/*    ERSTELLT: 18.08.2008 17:15                             */
/*    GEÄNDERT: 18.08.2008 17:15                             */
/*    (c) aesthetec Boris Pawelczyk e. K.                    */
/* ========================================================= */

/*    Schön, dass Sie hier vorbeischauen ;-) 	               */

/* == NOTES: =============================================== */
/*                                                           */
/*                                                           */
/* ========================================================= */



/* == HTML/body-Tag ============================================ */

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding:0;
	text-align: center;
	color: #515151;
	font: 70% Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF url(../bilder/hintergrund.jpg) repeat-x top;
}

#links_home {
	width: 205px;
	margin: 10px 25px 0px 15px;
	padding: 0px 10px 30px 0px;
	display:block;
	text-align:inherit;
	float: left;
}
/* ... und wieder ein Hack fÃ¼r meinen tumben Freund... */
* html #links_home {
	margin: 9px 25px 0px 7px;
	padding: 0px 10px 15px 0px;
}
* +html #links_home {
	margin: 10px 25px 0px 15px;
	padding: 10px 10px 10px 0px;
}