/* ========================================================= */
/*    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;
	text-align: center;
	color: #515151;
	font: 70% 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF url(../bilder/hintergrund_gross.jpg) repeat-x top;
}

#container {
	position: relative;
	overflow: visible;
	padding:0px;
	margin: 0px;
	background: url(../bilder/bgr_index.jpg) no-repeat center 0px;
	min-width: 960px;
}

#kopf {
	border: none;
	width: 960px;
	height: 239px;
	padding: 60px 0px 0px 0px;
	margin: 0px;
	display: block;
}


#flashintro {
	margin:0px;
	padding:0px;
	height:198px;
	width: 960px;
	float: left;
}

/* IE6 */
* html #flashintro {
	margin: -14px 0px 0px 25px;
}

/*#logo_oben {
	margin:0px;
	padding:20px 0px 0px 20px;
	height:155px;
	width: 220px;
	float: left;
}*/

#logo_unten {
	margin: 0px;
	height:35px;
	/*background-color: #33FFFF;*/
}

#logo_unten img{
	margin: 0px;
}

/*#logo a img, #logo :link img, #logo :visited img {
	border: 0 none;
	background: url(../bilder/logo_kompl.png) no-repeat;
}

#logo :hover img {
	background: url(../bilder/logo_kompl.png) no-repeat 0px -150px;
}

/* für IE6 */
/** html #logo a img, * html #logo :link img, * html #logo :visited img {
	background: url(../bilder/logo_kompl.gif) no-repeat;
}
* html #logo :hover img {
	background: url(../bilder/logo_kompl.gif) no-repeat 0px -150px;
}*/
