/* CSS Document */

/* Fuer die Druckausgabe ueberfluessiges abschalten */

#head, #colum_side, #footer, #editorial, #pic_thumbs, ul#nav { display: none; }

body {
  margin:0;
  padding:0;
  font-size: 12px;
  font-famaliy:Verdana, Arial, Helvetica, sans-serif;
  color: black;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-famaliy:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size:14px;
  margin: 10px 0 10px 0;
  page-break-after: avoid;
  color:#000000;
}

a:link:after, a:link:visited:after {
  content: " (Link auf <" attr(href) ">) ";
  font-size: 76%;
  color: #999;
  background: transparent;
}

a[href^="/"]:link:after {
  content: " (Link auf <http://style-sheets.de " attr(href) ">) ";
}


/********************************************************************************************** bilder */

img.pic {
	width:290px;
	height:200px;
	}
	
#pic_frame {
	display:block;
	}
	
#pic_box_left {
	width:310px;
	display:block;
	margin-right:10px;
	float:left;
	font-style:italic;
	color:#666666;
	}

#pic_box_right {
	width:310px;
	display:block;
	margin-right:10px;
	float:right;
	font-style:italic;
	color:#666666;
	}
/********************************************************************************************** tabellen */

table {
 	width:100%;
	border:1px solid #000000;
	}
	
table caption {
	margin:0;
	padding: 8px 20px;
	text-align: left;
	border:1px solid #000000;
	border-bottom:none;
	}
	
table th, table td {
	margin:0;
	padding:8px 20px;
	text-align:center;
	border-bottom: 1px solid #b5b5b5;
	}
	
table th {
	}
	
table .name {
	text-align:left;
	}
	
table tr {
	}
	
table tr.alt {
	}
	
table td a {
	display:block;
	font-weight:bold;
	}
