/* Coding by www.source-factory.com
sometime in 2004  */
/* Some coding by JAlbum.net*/


body {
	background-color: #9badad ;
	background-image: url(background1.jpg);
	background-repeat: repeat-y;
}
/* Logo links oben Container*/
#logo {
	position: absolute; left:0px; top:5px; width:224px; z-index:1; height:100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* Anschrift und Adresse oben Container*/
#adresse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #F0F8FF;
	position: absolute;
	left: 370px;
	top: 17px;
	width: 240px;
	border-bottom: 1px solid #CDD6D6;
	padding: 3px 3px;
}
/* hartmannart Überschrift Container*/
#hartmannart {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 20px;
	font-size: 18px;
	position: absolute;
	left: 20px;
	top: 140px;
	width: auto;
	font-weight: bold;
	border-bottom: 1px solid #CDD6D6;
	padding: 3px 3px;
}
/* Content - Inhalt Container*/
#contentlayer {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: medium;
	position: absolute;
	left: 190px;
	top: 200px;
	width: 426px;
	
}
 /* Navigation - Menü Container */
#navigation {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: absolute;
	left: 20px;
	top: 219px;
	width: 112px;
	line-height: 20px;
	text-align: left;
	padding:0
}
/* Navigation - Menü Linkdefinition */
a.navigation:link,a.navigation:visited,a.navigation:active {
	display: block;
	text-decoration: none;
	margin: 0;
	border-bottom: 2px solid #CDD6D6;
	color: black;
	padding: 0px 5px;
}

a.navigation:hover {
	display: block;
	text-decoration: none;
	margin: 0;
	border-bottom: 2px solid #A2B3B3;
	border-right: 3px solid #A2B3B3;
	color: Black; /* background: #D3E6D3; */
}
/* Contentüberschrift */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
	font-weight: bold;
	letter-spacing: 2px;
}
/* Links */
a:link {
	color: Black;
	text-decoration: none;
}
a:visited {
	color: Black;
	text-decoration: none;
}
a:hover {
	color: Silver;
	text-decoration: none;
}
/* copyright by source-factory.com */
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: Black;
}
/* Foto rechts ausgerichtet */
.gfxr {
	width: 180px;
	height: 135px;
	padding: 0px;
	float: right;
	border: 3px solid #BCBC8F;
	margin: 8px 3px 8px 15px;
}
/* Foto links ausgerichtet */
.gfxl{
	width : 180px;
	height : 135px;
	margin : 8px 15px 8px 3px;
	padding : 0px;
	float : left;
	border: 3px solid #BCBC8F;
}
.pfeil {
	color: Red;
}
.strong {
   font-weight: bold;
}
.c {
   clear: both;
}
.center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	border-bottom: 1px solid #CDD6D6;
	
}
.textmarker {
	color : black; background: yellow
}
/* Style for all table cells. */
td {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Put a border on all generated images */
.image {
	border-width: 3px;
	border-color: Black;
	border-style: solid;
	margin: 7;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: justify;
	vertical-align: bottom;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}


