/* DATEI: screen.css */

/* Style Sheet Definitionen für Visitenkarte Platzhalter */
/* Autor: Frank Doerr, www.wolke23.de */


body {
  margin-top : 40px;
  margin-bottom : 10px;
  margin-left : 20%;
  margin-right : 20%;
  background-color : #ffffff;
  color : #000000;
      }

p, h1, h2, h3, h4, div, td, th, b, i {
  font-family : Verdana, Helvetica, sans-serif;
      }

h1 {
  font-size : 20px;
  font-weight : bold;
  color : #F80700;
  background-color : #ffffff;
      }

h2 {
  font-size : 16px;
  font-weight : bold;
  color : #F80700;
  background-color : #ffffff;
      }

h3 {
  font-size : 12px;
  font-weight : bold;
  color : #000000;
  background-color : #ffffff;
      }

p, ul, ol, li, div, td, th, b, i {
  font-size : 12px;
  color : #000000;
  background-color : #ffffff;
      }

img
{
	border: solid 0px #660000;
	padding:3px;
}

img.nopad
{
	border:0px;
	padding:0px;
}

img.left
{
	position: relative;
	float: left;
	margin: 0px 10px 10px 0px;
}
img.right
{
	position: relative;
	float: right;
	margin: 0px 10px 10px 0px;
}
img.profile
{
	position: relative;
	float: left;
	margin: 0.5em;
	padding:3px;
}

/* rot: F80700 */