/*
	--------------------------------------------------------------------------------
	Dokument-Stile
	--------------------------------------------------------------------------------
*/
.doc_text 
{
  color: #000000;
  font-family: Arial;
  font-size: 12pt;
  line-height: 120%;
}

.doc_bild 
{
	border: none;
}

.doc_titel 
{
  position: relative;
  color: #ffffff;
  background-color: #9fd4f2;
  font-family: Arial;
  font-size: 15pt;
  line-height: 120%;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 5px;
  margin-bottom: 4px;
}

.doc_menu 
{
  position: relative;
  color: #ffffff;
  background-color: #007DC7;
  font-family: Arial;
  font-size: 16pt;
  line-height: 120%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 7px;
  margin-bottom: 4px;
  border-radius: 7px;
}

.doc_liste
{
  color: #000000;
  font-family: Arial;
  font-size: 12pt;
  line-height: 120%;
  margin: 0px;
  padding-left: 20px;
}

.doc_link 
{
  color: #0000ff;
  font-family: Arial;
  font-size: 12pt;
  line-height: 120%;
  display: block;
}

.doc_linie 
{
  border-top: 1px solid #9fd4f2;
  margin-top: 3px;
  margin-bottom: 3px;
}

.doc_icon 
{
  position: absolute;
  left: 10px;
  top: 12px;
  height: 34px;
  border: none;
}

.doc_arrowup 
{
  position: absolute;
  right: 10px;
  top: 4px;
  width: 25px;
  border: none;
  cursor: pointer;
}

.doc_arrowright
{
  position: absolute;
  right: 10px;
  top: 14px;
  height: 25px;
  border: none;
  cursor: pointer;
}

.doc_zeile 
{
  color: #000000;
  font-family: Arial;
  font-size: 12pt;
  line-height: 120%;
  display: block;
}
