*
	{
	margin: 0;
	font-family: Arial;
	font-size: large;
	}
p, u, font, ul, h1, h2 {
	margin-left: 5px;
	}
p.steckbrief {
	font-size: x-large;
	/* font-weight: bold; */
	/* text-shadow: grey 1pt 1pt; */
	}
h1, h2 {
	margin-top: 10px;
	}
h1 {
	font-size: x-large;
	}
h1.steckbrief {
	text-shadow: lightgrey 2pt 1pt;
	font-size: xx-large;
	}
h1.blog {
	font-size: large;
	margin-top: 20px;
	margin-bottom: 10px;
	text-decoration: underline;
	}
#main a:link {
	padding: 0;
	font-size: large;
	}
a:link {
	padding: 0em 1em;
	font-size: small;
	text-decoration: none;
	color: white;
	}
a:hover {
	text-decoration: underline;
	}
header {
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	background: linear-gradient(to right, #339966 0%, #009999 100%);
	}
header p {
	color: orange;
	padding: 10px 0px 10px 10px;
	}
footer {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0em;
	width: 100%;
	padding: 0px;
	border-style: none;
	background: linear-gradient(to left, #339966 0%, #009999 100%);
	}
footer p {
	font-size: xx-small;
	}
p#rotate {
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: x-large;
	letter-spacing: 2px;
	font-variant: small-caps;
	margin-top: 20px;
	margin-left: 0px;
	}
img#logo {
	position: relative;
	top: 0px;
	height: 110px;
	width: auto;
	border: solid black 1px;
	}
div#title {
	position: fixed;
	width: 100%;
	height: 177px;
	top: 0px;
	left: 0px;
	right: 0px;
	background: linear-gradient(to right, #339966 0%, #009999 100%);
	border-bottom: solid 3px orange;
	}
div#bookmark {
	z-index: 2;
	position: fixed;
	width: 60px;
	top: 180px;
	left: 0;
	right: 0;
	bottom: 0em;
	color: white;
	background: linear-gradient(to bottom, #339966 0%, #009999 100%);
	border-top: solid 5px#009999;
	display: flex;
	justify-content: center;
	}
div#main {
	z-index: 0;
	position: absolute;
	top: 180px;
	left: 0px;
	bottom: 10px;
	width: 100%;
	border-top: solid 5px #009999;
	background-color:lightgrey;
	overflow: auto;
	}
div#main-right {
	z-index: 1;
	float: left;
	width: 1400px;
	left: 3%;
	top: 5%;
	bottom:10px;
	height: 100%;
	padding-left: 65px;
	overflow: auto;
	background-color: lightgrey;
	}
#main-right form {
	margin-left: 0px;
	}
div#zeichnungsvorschau {
	float: left;
	height: 300px;
	background-color: lightgrey;
	}
div#eigen_such-ergebn {
	position: absolute;
	left: 500px;
	width: 800px;
	height: 300px;
	border: solid 1px black;
	background-color: white;
	}
div#main-right-preview {
	position: absolute;
	top: 5px;
	left: 65px;
	bottom: 5px;
	background-color: white;
	width: 1000px;
	overflow: auto;
	}
div#main-right-news {
	position: absolute;
	top: 5px;
	left: 1070px;
	right: 5px;
	bottom: 5px;
	background-color: lightgrey;
	overflow: auto;
	}
div#main-right-news-titel {
	position: absolute;
	width: 100%;
	height: 50px;
	background-color: white;
	overflow: none;
	}
div#main-right-news-blog {
	position: absolute;
	top: 55px;
	width: 100%;
	background-color: white;
	height: auto;
	overflow: auto;
	}
/* Faden von Beispielzeichnungen auf HOME */
#stapel {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 100px;
	top: 30px;
	height: 570px;
	width: 800px;
	border: 5px solid #eee;
	box-shadow: 1px 1px 5px 2px #777;
	background-color: #FFFFFF
	}
#stapel img {
	position: absolute;
	max-height: 566px;
	max-width: 800px;
	opacity: 0; /*Ein-/Ausblenden*/
	overflow: hidden;
	padding: 0px;
	}
	#stapel img:nth-of-type(1) {animation:fade 30s ease-in-out infinite;}
	#stapel img:nth-of-type(2) {animation:fade 30s 6s ease-in-out infinite;}
	#stapel img:nth-of-type(3) {animation:fade 30s 12s ease-in-out infinite;}
	#stapel img:nth-of-type(4) {animation:fade 30s 18s ease-in-out infinite;}
	#stapel img:nth-of-type(5) {animation:fade 30s 24s ease-in-out infinite;}
	@keyframes fade {
		6.66%, 20% {opacity:1;}
		0%, 26.66%, 100% {opacity:0;}
	}
table {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	/* font-weight: bold; */
	border-style: none;
	border-width: 1.5;
	border-spacing: 0px; /*Abstand zwischen den Zellen*/
	background-color: #ffffff;
	border-collapse: collapse;
	margin-top: 10px;
	margin-left: 5px;
	box-shadow: 1px 1px 3px 2px #777;
	}
#tr1 {
	font-size: 9pt;
	font-weight: bold;
	text-align: middle;
}
#tr2 {
	font-size: smaller;
	font-weight: bold;
	vertical-align: bottom;
}
th {
	font-size: x-large;
	font-variant: small-caps;
	text-align: center;
	letter-spacing: 1px;
	padding: 3px;
	border-style: solid;
	border-width: 1.5px;
	border-spacing: 1px;
	background-color: #A4A4A4;
}
td {
	width: 75px;
	text-align: center;
	/* font-variant: small-caps; */
	padding: 3px;
	border-style: none solid none solid;
	border-left-width: thin;
	border-right-width: thin;
	/* font-size: smaller; */
	background-color: #FFFFFF;
}
#td0 {
	border-width: 0px 1.5px 0px 1.5px;
	font-size: medium;
	font-weight: bold;
	letter-spacing: 1px;
}
#td1 {
	vertical-align: middle;
	font-variant: normal;
	font-size: small;
}
#td_spacing, #th_spacing {
	width: 1px;
	border-top-style: none;
	background-color: lightgrey;
	border: none;
}
#tdr {
	border-right-width:1.5px;
	vertical-align: middle;
	font-variant: normal;
	font-size: small;
}
#tf {
	height:10px;
	border-style: none solid solid solid;
}
td label {
	font-weight: bold;
	font-size: medium;
	font-variant: small-caps;
}