body {
	font-family: Arial, Helvetica, sans-serif;
}


#kopf {
	height: 40px;
}

#logo {
	position: absolute;
	top: 14px;
	z-index: 99;
}	

#impressum {
	display: none;
}

#searchbox {
	display: none;
	position: absolute;
	right: 20px;
	top:10px;
	/*background-color:#E0E9F0;*/
	padding: 5px;
}

#searchbox table { width: 220px; }


	
/*Navigation*/
#nav {
	display: none;

	}
	
*html #nav {
	display: none;
}

/*Ende Navigation*/

#pfad { position:absolute; left: 360px; top: 30px; font-size: 11px; }

#pfad a { text-decoration:none }

#inhalt {
margin-top: 1.5cm;
}
	
#inhalt h1 {
	font-size: 16pt;
	color: black;
}

h2 {
	margin-top: 1cm;
	font-size: 14pt;
}

h3 {
	margin-top: 0cm;
	margin-left: 0cm;
	font-size: 12pt;
}

.screenshot {
	margin-bottom: 2px;
	padding-bottom: 0;
}

b, strong {
color:#000033;
}

p, li, table, p.bodytext, .csc-textpic-caption {
	font-size: 10pt;
	line-height: 14pt;
	width:16cm;
}

.bildunterschrift {
	font-style: italic;
	margin-top: 0;
	margin-bottom: 24px;
}

.seitenhead {
	font-size: 24px;
}

p.fett {
	font-weight: bold;
}

li {
	list-style: square;
}

.menuebefehle {font-family:"Courier New", Courier, mono; font-weight:bold;}

table {
	border-collapse: collapse;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
}

td {
	padding: 4px;
	width: 50%;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

tr {
	border: 1px solid black;
	height: auto;
}

thead {
	font-weight: bold;
	background: #EDEDED;
}

.logo1 { margin-top: 0; margin-left: 0; font-weight: bold; font-size: 15px; border-bottom: 1px solid black; }
