body
{
	margin-top:12px; 
	margin-left:58px; 
	background-color: white;
	color: #9C0000;
}

/* freysign Schriftzug */
.kopf
{
	position: relative;
	left: 0px;
	padding-left: 0px;
	font-size: 4em;
	font-family: 'Courier New', Courier, monospace;
	/* -webkit-text-size-adjust:100%; */
	color: #9C0000;
	text-decoration: none !important;
	font-weight: bold;
	padding-left: 0px;
	border-width: 0px
}

/* Navigationselemente */
.nav
{
	font-family: "Courier New", Courier, monospace;
	color: #9C0000;
	text-decoration: none;
	font-size: 1.8em;
}

/* aktuelles Navigationselement */
.navakt
{
	text-decoration: underline;
}

/* Trenner der Naviationselemente */
.navsep
{
	text-align: center;
	width: 32px;
}

/* Navigationscontainer */
#navigation
{
/* 	border: 1px solid black; */
	position: relative; 
	left: 3px; 
	padding-left: 0px; 
	padding-bottom: 3em;
}

/* Erste Zeile in Naviation */
#navi1
{
/* 	border: 1px solid black; */
	padding-top: 5px;
	padding-bottom: 0px;
}

/* Zweite Zeile in Navigation */
#navi2
{
/* 	border: 1px solid black; */
	padding-top: 5px;
	padding-bottom: 0px;
}

/* Naviation am Seitenende */
#navu
{
/* 	border: 1px solid black; */
	padding-top: 3em;
	padding-bottom: 3em;
}

/* Container für einzelnes Projekt */
div.pcont
{
/* 	border: 1px solid black; */
	display: none;
	position: relative; 
	left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

div.sh10
{
	left: -10px !important;
}

/* Überschrift der Projekte */
b.ptitel
{
	font-family: "Courier New", Courier, monospace; 
	-webkit-text-size-adjust:auto;
}

/* Text zu den Projekten */
div.ptext
{
/* 	border: 1px solid green; */
	display: block;
	font-size:1.7em;
	letter-spacing: 0.03em;
	font-family: "Times New Roman", Times, serif;
	/* -webkit-text-size-adjust:100%; */
	line-height: 1.3em;
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	max-width: 38em;
	padding-top: 2em;
	padding-bottom: 1em;
}

/* Text Profil */
div.Prtext
{
	display: block;
	font-size:1.7em;
	letter-spacing: 0.03em;
	font-family: "Times New Roman", Times, serif;
	/* -webkit-text-size-adjust:100%; */
	line-height: 1.3em;
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	max-width: 50em;
	/*padding-top: 2em;*/
	padding-bottom: 1em;
}

/* Text Home */
div.htext
{
	display: block;
	font-size:2em;
	letter-spacing: 0.03em;
	font-family: "Times New Roman", Times, serif;
	/* -webkit-text-size-adjust:100%; */
	/*line-height: 1.3em;  */
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	max-width: 40em;
	padding-top: 2em;
	padding-bottom: 3em;
}

a:hover 
{
	text-decoration: underline;
}
  
/* Links in Projekt-Fließtexten */
a.ptext
{
	color: #9C0000;
	text-decoration: underline;
}

/* Links am Projektende */
a.ptext2
{
	font-family: 'Courier New', Courier, monospace;
	color: #9C0000;
	text-decoration: underline;
}

/* Projektvorschau */
div.vsbox
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: white;
	background-color: #9C0000;
	visibility: hidden;
	-webkit-text-size-adjust:auto;
}

/* Text in der Projektvorschau */
div.vstext
{
	padding-top: 0.6em;
	padding-left: 0.5em;
	font-size: 1.3em;
	font-family: 'Courier New', Courier, monospace;
	/*font-weight: bold;*/
	letter-spacing: 0.03em;
}


/* Kundenliste */
.kunden
{
/* 	border: 1px solid black; */
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 1em;
	padding: 0px;
	padding-top: 1em;
	padding-bottom: 2em;
	max-width: 50em;
}
/* Kundengruppe */
.KUNDEN
{
/*       border: 1px solid red; */
      font-weight: bold;
      font-size: 1.4em;
}
.nowrap
{
	white-space: nowrap;
}

a.oben
{
	font-family: "Courier New", Courier, monospace;
	color: #9C0000;
	text-decoration: underline;
	padding-top: 0.5em;
	padding-bottom: 2em;
}

#oben
{
	display: none;
	text-decoration: underline;
}

#weitere
{
	display: none;
}


table
{
	border: 0px solid black;
	border-collapse:collapse;
	padding: 0px;
	margin: 0px;
}

tr
{
	border: 0px solid black;
	padding: 0px;
	margin: 0px;
}

td
{
	border: 0px solid black;
	padding: 0px;
	margin: 0px;
}





.pbitem .vsitem
{ 
/* 		  background-color: yellow; */
/* 		  width: 100%;  */
}
/*                 .item.w2 { width: 50%; } */


.vsitem:hover .vsbox
{
	visibility: visible;
	opacity: 0.9;
}

.gray{
/* 			filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");  */
/* 			filter: gray; */
/* 			-webkit-filter: grayscale(100%);  */
}
