/* Stylesheet CSS von http://WWW.PCundFoto.de / http://WWW.IT-Service-Schneider.com */

/* globale Einstellungen */

*{padding: 0; margin: 0;}

/* Seitenlayout */

body {
    color: #000000; background: #ffffe5;
    margin: 0; padding: 0;
    text-align: center;
  }

P  {
	color : #000000;
	font-size : 12px;
	font-family : Arial,Verdana;
}

h1  {
	color : #990033;
	font-size : 16px;
	font-family : Arial,Verdana;
	font-variant : small-caps;
}

h3  {
	color : #990033;
	font-weight : bold;
	font-size : 12px;
	font-family : Arial,Verdana;
}

a:link  {
	color : #990033;
	font-weight : bold;
	font-size : 16px;
	font-family : Arial,Verdana;
	text-decoration : none;
}

a:visited  {
	color : #990033;
	font-weight : bold;
	font-size : 16px;
	font-family : Arial,Verdana;
	text-decoration : none;
}

a:active  {
	color : #808080;
	font-weight : bold;
	font-size : 16px;
	font-family : Arial,Verdana;
	text-decoration : none;
}

a:hover  {
	color : #808080;
	font-weight : bold;
	font-size : 16px;
	font-family : Arial,Verdana;
	text-decoration : none;
}

a:focus  {
	color : #808080;
	font-weight : bold;
	font-size : 16px;
	font-family : Arial,Verdana;
	text-decoration : none;
}


img  {
	border-width: 0px;
	border-style: solid;
	border-color: #ffffe5;
}

hr  {
	color: #990033;
	height: 2px;
	border-style: solid;
}


