body {
	font-family: sans-serif;
	font-size: 80%;
	color: black;
	background-color: silver;
	margin: 0;
	padding: 0;
}

#content {
	background-color: White;
	width: 900px;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 5px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}


#header {
  margin: 0;
  margin-left: 5px;
  padding: 0;
  background-image: url(images/holliesoft_neu.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 60px;
  /*border-right: solid 20px #98bed1;
  border-left: 20px #98bed1 solid;*/
}



#menu{
margin:0;
padding:0;
text-align:center;
/*background-color: silver;*/
	
}

#menu ul li.activedoc{
color:black;
background:white;
padding:2px 10px 5px 10px;
/*border:2px solid black;*/
border-bottom: 0px;
text-align:center;	


}

#menu ul{
background:transparent;
margin:0;
padding:5px;
list-style:none;
white-space: nowrap;
}

#menu ul li{
display:inline;
margin-left:5px;
margin-right: 5px;
}

#menu ul li a{
color:#000099;
background:#D0E1EA;
padding:2px 10px 5px 10px;
/*border:1px solid black;*/
border-bottom: 0px;
text-align:center;
text-decoration:none;

}

#menu ul li a:hover{
color:white;
background:#6869FF;
}

#submenu {
	width: 160px;
	float: left;
	height: auto;
	margin-left: 5px;
}

#submenu ul li.activedoc {

	display: block;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
	background-color: white;
	color: black;
	width: 160px;
	text-align: center;
}

#submenu ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}

#submenu ul li {
   margin: 0;
	padding: 0;
}

#submenu ul li a {

	display: block;
   color:#000099;
   background:#D0E1EA;
   padding:2px 10px 2px 10px; 
   border:1px solid black;
   text-align:center;
   text-decoration:none;
	width: 160px;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;

}

#submenu ul li a:hover {

	color:white;
background:#6869FF;
}

#text {
	background-color: white;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 600px;
	margin-left: 180px;
	padding-left: 10px;
	padding-right: 10px;
   margin-top: 0px;
	padding-top: 10px;
	float: none;
}

* html #text {
	height: 600px;

}

#footer {
	clear: left;
	border-top: thin solid black;
	text-align: right;
}

.zentriert {
	text-align: center;
}

.links {
	text-align: left;
}

.rechts {
	text-align: right;
}

p.initialien {
	
}



h1 {
	font-size: 200%;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 160%;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 110%;
}


.spezial1 {
	text-align: left;
	padding-left: 20px;
	Border-bottom: thin black solid;
	border-left: 15px solid #6869FF;
	
}

.headline_red {
	color: white;
	background-color: red;
   padding-left: 10px;
}

th {
	background-color: #000099;
	color: White;
	font-weight: bold;
	font-style: italic;
}

.shadow {
	text-shadow: 5px gray;
}

.menu {
	background: #000066;
	color: white;
	text-align: center;
}

.initial {
	margin-top:-5px;
	margin-right:5px;
font-size:35px;
font-weight:bold;
float:left;
}

.taste {
	border-bottom: rgb(128, 128, 128) 2px solid; /*Bildet das Aussehen von Tasten nach*/
	border-left: rgb(200, 200, 200) 1px solid;
	border-right: rgb(128, 128, 128) 2px solid;
	border-top: rgb(200, 200, 200) 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	background: rgb(247, 247, 247);
	color: rgb(100, 100, 100);
	font: 0.8em sans-serif;
	vertical-align: middle;
	
}

.doseingabe {
	background-color: black;
	font-weight: bold;
	color: silver;
	font-family: monospace;
	display: inline;
}

.dosblock {
	background-color: black;
	font-weight: bold;
	color: silver;
	font-family: monospace;
	display: block;
}

pre.quelltext {
	background-color: #FFFFCC;
	border-color: Black;
	border-style: solid;
	border-width: 2px;
	padding: 5px;
}

.pfad {
	font-family: monospace;
	font-weight: bold;
}

a.mail {
 background-image: url(images/email.png);
 padding-right: 18px;
 background-repeat: no-repeat;
 background-position: right;

}

a.download {
 background-image: url(images/disk.png);
 padding-right: 18px;
 background-repeat: no-repeat;
 background-position: right;	
}

a.externerlink {
 background-image: url(images/link_go.png);
 padding-right: 18px;
 background-repeat: no-repeat;
 background-position: right;	
}

.artikelDatum
{
	background-color: silver;
	font-style: italic;
	border: thin gray solid;
	padding: 4px;
	margin-top: 0px;
}