
/* Formatvorlage fuer impressum.php */
p {
	text-align:		justify;
	font-family:	Arial, Helvetica, sans-serif;
}

p.right {
	text-align:right;
}

.h1 {
 font-family:		Arial, Helvetica, sans-serif;
 font-size: 		1em;
 font-weight:		bold;
 text-decoration:	underline;
}

address {
	font-style:normal;
}

hr {
 border:			1px dotted #C0C0C0;
}

.fett {
 font-weight:		bold;
}

.right {
	text-align:right;
}

a {
 font-family:		Verdana, Arial;
 font-size:		1em;
}

.hinweis {
 font-size:		0.8em;
 color:			#808080;
}

#myName {		/* mein Name */
 font-family:		Verdana;
 font-size:		18px;
 font-weight:		bold;
}

a.infmm {                /* Link zum "Informatiker Multimedia" */ 
 font-family:		Arial;
 font-size:		9px;
 letter-spacing:		1px;
}

.myHinweis {		/* Hinweis, das es scih um ein eprivate Web-Site handelt */
 font-family:		courier New;
 color:			#800000;
}

#mcp_img {			/* div fuer die MCP-Img */
 float:		right;
}
		#mcp_img img {
		margin-bottom:10px;
		margin-top:15px;
		}