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

body {
	background-color: #9badad;
	background-image: url(gfx/background1.jpg);
	background-repeat: repeat-y;
}
/* Logo links oben Container*/
#logo {
	position: absolute; left:0px; top:5px; width:224px; z-index:1; height:100px
}
/* Anschrift und Adresse bzw Beschreibung 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: 340px;
	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: 13px;
	position: absolute;
	left: 190px;
	top: 200px;
	width: 426px;
	text-align: justify;
}
 /* 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;
}

.linkseite {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	text-align: justify;
}
/* Links */
a:link {
	color: Black;
	text-decoration: none;
}
a:visited {
	color: Black;
	text-decoration: none;
}
a:hover {
	color: #FFFFE1;
	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 {
	padding: 0px;
	float: right;
	border: 2px solid #E6E6FA;
	margin: 8px 3px 8px 15px;
}
/* Foto links ausgerichtet */
.gfxl{
	margin: 8px 15px 8px 3px;
	padding: 0px;
	float: left;
	border: 2px solid #E6E6FA;
}

.txtn {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 11px;
}
.pfeil {
	color: Red;
}
.strong {
   font-weight: bold;
}
.c {
   clear: both;
}
/* border-bottom: 1px solid #CDD6D6; */
.center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	
}
.textmarker {
	color : black; background: yellow
}
input , textarea {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #000000; 
background : #ffffff; 
border : none #000000; 
border-style : solid; 
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px; 
}
/* 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: 2px;
	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;
}

