/* allgemeine CSS für OpenSCad */

/* border: dotted 1px red;*/

body {
  background-color: white;
  padding-left: 3em;
  font-family: cambria;
  font-size: 12pt;
}

h1, h2, h3, p, table {
	width: 75%;
	line-height:120%;
}

h1, h2, h3 {
	color: black;
	font-weight: bold;
	text-decoration: none;
	clear: left;
}

header {
	background-image: url("mmp3.png");
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	margin-right: 2.5em;
}

h1 {
	width: 90%;
	margin: 5px auto 15px 0;
	font-size: 1.8em;
	text-align: left;
}

h1 span {
	background-color: rgba(255,255,255,0.8);
	padding: 0.25em;
	margin-left: 25%;
	border-radius: 0.25em;
	border: solid rgba(255,255,255,0.8) 0.25em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.2em;
}

a {
	text-decoration: none;
	color: black;
	border-bottom: solid 1px lightskyblue;
}

p#slogan {
	text-align: right;
	height: 100px;
	vertical-align: top;
	width: calc(100% - 2em);
	background-image: url("gear_kl.png");
	background-repeat: no-repeat;
	background-size: 100px 100px;
}

p#slogan span {
	background-color: rgba(255,255,255,0.8);
	color: darkslateblue;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0.25em;
	border-radius: 0.25em;
	border: solid rgba(255,255,255,0.8) 0.25em;
}	

p.skizze {
	float: left;
	width: 330px;
	margin: 0 0 10px 0;
}

p.skizze img {
	border: solid 1px darkslateblue;
}

p.skizze a {
	text-decoration: none;
	border: none;
}

.legende {
	padding-left: 350px;
}

.anmerkung {
	font-size: 0.85em;
}

span.anmerkung {
	display: inline-block;
	width: 100%;
	text-align: center;
}

strong {
	color: firebrick;
	font-size: 1em;
	font-weight: bold;
}

small {
	font-size: 0.8em;
}

hr {
	width: 80%;
	margin: 0.75em auto;
	color: darkslateblue;
}

code, .codesample {
	font-family: consolas;
}

footer p {
	width: 60%;
	margin: 0.5em auto;
	font-size: 10pt;
	color: darkslateblue;
	text-align: center;
}

footer p a {
	font-weight: bold;
	border-bottom: solid 2px darkslateblue;
}

.codesample {
	background-color: #F0FFFF;
	width: 50%;
	padding: 0.5em 0.5em 0.5em 2em;
	border: solid 1px darkslateblue;
}

.codesample span {
	color: darkgreen;
}

p code {
	font-weight: bold;
	text-decoration: none;
} 

p.parameter, p.datei {
	padding-left: 2.5em;
}

p.bild {
	padding-left: 2.5em;
	font-size: 0.9em;
}

p.bild img {
	border: solid 1px darkslateblue;
}

ul.links, ol.codesample, ul.abhaengig, ol.legende {
	list-style: none;
}

ul.links a {
	color: darkblue;
	text-decoration: none;
}

ul.links a:hover {
	text-decoration: underline;
}

li.einzug1 {
	padding-left: 1em;
}

li.einzug2 {
	padding-left: 2em;
}

li.einzug3 {
	padding-left: 3em;
}

li.einzug4 {
	padding-left: 4em;
}

li.einzug5 {
	padding-left: 5em;
}

li.einzug6 {
	padding-left: 6em;
}

table.definitionen {
		margin-left: 2em;
	border-spacing: 0 0.5em;
}

td.erster {
	font-weight: bold;
	padding-right: 0.25em;
	vertical-align: top;
}

tr.erster td {
	border-top: solid 1px darkslateblue; 
	padding-top: 0.5em;
}

.impressum {
	width: 50%;
	margin: 10px auto 5px auto;
}

/* veraltet */
table.t2spaltig {
	margin-left: 2em;
	border-spacing: 0 0.5em; 
}
