@media screen {
  body {
    font-family:	Arial, Verdana, Helvetica, sans-serif;
    background-color:	#9C3000;
    color:		#8C2021;
    margin:		0px;
    padding:		0px;
    text-align: center;
    font-size: 10pt;
  }

  div.page {
    margin:                0px;
    width:                 760px;
    margin:                60px auto 5px;
    text-align:            left;
    border-style:          solid;
    border-width:          0px 14px 0px 14px;
    border-color:          #FFFFFF;
    border-right-color:    #e5a7aa;
    background-color:	   #d68a8c;
  }

  div#navigation {
    text-align:         right;
    line-height:        250%;
    float:              left;
    width:              95px;
    margin:             0px;
    padding:            55px 0px 15px 0px;
  }

  ul#menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }

  ul#menu li {
    margin: 0px;
    padding: 1px 0px 2px 0px;
  }

  div#navigation a {
    padding:		5px 12px 4px 19px;
    margin:		0px;
    text-decoration:	none;
    color:		#8c2021;
    font-size:             80%;
    font-weight:	bold;
    background-image:	url(style_FILES/navi.gif);
    background-repeat:     no-repeat;
    background-position:    0px 3px;
  }

  div#navigation a:hover {
    background-image:	url(style_FILES/krone-hell.gif);
  }

  div#navigation a.current, div#navigation a.current:hover {
    background-image:	url(style_FILES/krone-dunkel.gif);
    cursor:			default;
  }

  div#content, div#right, div#left {
    margin:                 0px;
    padding:                0px 0px 3px 0px;
  }

  div#content {
    width:                  650px;
    float:                  right;
  }

  div#right {
    width:                  390px;
    margin: 25px 10px 0px 0px;
    float:                  right;
  }

  div#left {
    width:                  210px;
    float:                  left;
    margin: 30px 0px 0px 10px;
  }

  p.bodytext {
    margin: 0px;
    padding: 0px;
  }

  img {
    border: none;
  }




  .rule-top, .rule-bottom {
    clear: both;
    background-image: url(style_FILES/gradient.jpg);
    background-position: right;
    width: 100%;
    height: 21px;
    text-align: right;
    font-weight: bold;
    font-size: 80%;
  }

  .rule-top {
    border-bottom: 2px solid #9C3031;
  }

  .rule-bottom {
    border-top: 2px solid #9C3031;
  }

  .rule-top div, .rule-bottom div {
    padding: 4px 0px 0px 0px;
  }

  .rule-top div a, .rule-bottom div a {
    color: #000000;
    margin-left: 15px;
    text-decoration: none;
  }




h1 {
  margin-bottom:   10px;
  font-size: 150%;
}





.hidden {
	display:		none;
}


abbr, acronym, .help {
	border-bottom:		1px dashed #333;
	cursor:			help;
}

  a {
    color:		#FFFFFF;
  }
}

@media print {
a {
	background:		inherit;
	color:			inherit;
	text-decoration:	none;
}

div#navigation, div.conformance {
	display:		none;
}
}

