/* Visitenkarten-Stylesheet für www.i-t-works.biz */
* {
	padding: 0;
	margin: 0;
  vertical-align:top;
}
html,body{
  border:0;
  background-color:#000000;
	width:100%;height:100%;
  overflow:hidden;
	text-align:center;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:101%;
	color:#504f4f;   /* sehr dunkles Grau  */
}/*
div{
	margin:0;padding:0;overflow:visible;
}*/
div#alles{
	width:40%;
  height:88%;
	margin:3% auto;
	padding:0;
	background-color:#ffffff;
	text-align:center;
  border-top:2px solid #dedeee;
  border-right:3px solid #cdcdcd;
  border-bottom:4px solid #cdcdce;
  border-left:2px solid #dedeee;
}
div#abstdoben{
	width:100%;
  height:22px;
	margin:0;
	padding:0;
}
div#inhalt{
	width:94%;
  height:92%;
	margin:0; /*  -> sh. IE */
	padding:0 8% 0 0;
	overflow:auto;
	font-size:0.8em;
	line-height:1.3em;
	text-align:right;/*  border: solid 1px #0000cc;  */
}
#top, .top{
	margin:0;padding:0;
	float:left;
  font-size:1px;line-height:1px;
  font-weight:normal;color:#ffffff;
}
p{
	margin:4px 0 0;
  padding:0;
}
p.logo{
	margin:0;
  width:94%; /*  sh. IE */
  text-align:right;
}
div.adresse{
	margin:0;padding:0;
  width:94%;
  text-align:right;
}
ul{
	list-style-type:none;
	margin:0;
	padding:15px 0;
  width:92%; /*  für FF -> s.a. IE */
  display:block;
  text-align:right;  /* border: solid 1px #cc0000;  */
}
li{
  padding:0em;
}
p.werbemittel{
	margin:28px 0 0;
  padding:0;
  height:30px;
  width:92%; /*  sh. IE */
  text-align:right;
  font-weight:bold;
  color:#ee0000; /* leicht dunkleres Rot als !  */
}
a {
	font-family:verdana,arial,helvetica,sans-serif;
	text-decoration:none;
  font-weight:normal;
	color:#504f4f; /*  dgrau wie Text */
  white-space:nowrap;
}
a:visited {
	color:#767686;  /* helleres Grau */
}
a:focus, a:hover{
	color:#ffffff;   /*  Weiß auf Rot */
	background-color:#ee0000;
}
a:active{
	color:#cc0000; /* Rot auf Weiß */
  background-color:#ffffff;
}
.at{
  background-image:url(../grafik/at13x13.gif);
  background-repeat:no-repeat;
  background-position:50% 100%;
}
img{
	border:0;
  font-size:0.8em;line-height:1.1em;
  color:#afafaf;  /*  = grau  */
  padding:1px;
}
.leer{
	font-size:0.2em;
	line-height:0.2em;
}
.suchbegriff{
  background-color:#ffffcc;     /* =  Hellgelb */
}
abbr, acronym, .help, dfn{
	font-style:normal;
	/*border-bottom: 0.1em dashed #afafaf;   grau */
  border:0;text-decoration:none;
	cursor:help;
}
h1{
	margin:20px 0 0;
	font-size:1.14em;  /*  1.14em  */
	line-height:1.6em;
	font-weight:bold;
	color:#cc0000;
}
h3{
	margin:1.4em 0 0.6em 0;
  padding:0;
	font-size:1em;
	font-weight:bold;
  color:#504f4f;
  text-align:left;
}
noscript, .noscript{
	font-family:arial,helvetica,sans-serif;
	font-size:0.86em;
	line-height:1em;
	color:#69686d;          /*  = dgrau - heller als visited   */
	text-align:left;
}