/* wigaldboning.de                                 */
/* horn@fienehorn.de                               */

/* stylesheet-deklarationen                        */

/* realisierung:                                   */
/* fiene,horn. Büro für Medien und Kommunikation   */
/*             www.fienehorn.de                    */




/* <a></a>                                         */

a:link
{
	color: #777;
	text-decoration: none;
}

a:visited
{
	color: #777;
	text-decoration: none;
}

a:hover
{
	color: #777;
	text-decoration: underline;
}

a:active
{
	color: #777;
	text-decoration: underline;
}

a:focus
{
	color: #777;
	text-decoration: underline;
}




/* <body></body>                                   */

body
{
	background-color: #ffffff;
	background-image: url('hintergrund_seite.jpg');
	background-position: center top;
	background-repeat: repeat-y;
	color: #000000;
	font-family: "Palatino Linotype", serif;
	font-size: 12px;
	margin: 0px;
	text-align: center;
}




/* <div></div>                                     */

#inhalt
{
	left: 50%;
	margin-left: -387px;
	position: absolute;
}




/* <img></img>                                     */

img
{
	border: 0px;
}