/* ------------------------------------------------------------ */
/* Body-Einstellungen */
/* ------------------------------------------------------------ */

body
{
  background-color     : #ffffff;
  background-image     : url(images/gitter2.gif);
  background-repeat    : repeat;
  background-attachment: fixed;
  background-position  : top left;
  line-height          : 20px;

  scrollbar-base-color      :#dddddd;
  scrollbar-3dlight-color   :#ffffff;
  scrollbar-arrow-color     :#ff0000;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color      :#dddddd;
  scrollbar-highlight-color :#ffffff;
  scrollbar-shadow-color    :#000000;
  scrollbar-track-color     :#eeeeee;

}

.cssCheckList {
  list-style-image: url(images/haken.gif);
}

table.cssBox {
	border: #000 1px solid;
	width: 98%;
	background-color: #fff;
	margin-bottom: 20px;
	font-family: Arial;
	padding: 0px;
}

.cssBoxContent {
	color: #000;
	font-size: 11px;
	text-align: left;
	line-height: 12px;
}

.cssBoxHead {
	background-color: #d92626;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	border-bottom: #000 1px solid;
}
  .cssFormSimple {
	border: #000 1px solid;
	padding: 10px;
	display: block;
	background-color: #fff1e0;
  }

  .cssFormSimple label {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	display: block;
  }

  .cssLinkExtern {
	color: #0a0;
  }
a.safe{
font-style: italic;
color:#000000;
text-decoration:none;
cursor: text;
}
a.safe:visited{
font-style: italic;
color:#000000;
text-decoration:none;
cursor: text;
}
a.safe:link{
font-style: italic;
color:#000000;
text-decoration:none;
cursor: text;
}
a.safe:hover{
font-style: italic;
color:#000000;
text-decoration:none;
cursor: text;
}

/* ------------------------------------------------------------ */
/* Programmteile im Text */
/* ------------------------------------------------------------ */

.Menu
{
  background-color: #ffffe6;
  font-family: Courier;
}

/* ------------------------------------------------------------ */
/* Rubrik (z.B. weitere Themen) */
/* ------------------------------------------------------------ */

b
{
  font-family: Arial;
  font-weight: bold;
  color      : #330000;
}

td
{
  font-size  : 12px;
//  line-height: 22px;
  font-family: Arial;
  color      : #000000;
}

h1
{
  font-size  : 20px;
  line-height: 20px;
  font-family: Arial;
  font-weight: bold;
  color      : #000000;
}

h2
{
  font-size  : 16px;
  line-height: 16px;
  font-family: Arial;
  font-weight: bold;
  color      : #000000;
}

h3
{
  font-size  : 12px;
  line-height: 12px;
  font-family: Arial;
  font-weight: bold;
  color      : #000000;
}

.head
{
  font-style : italic;
  font-size  : 18px;
  font-family: Arial;
  font-weight: bold;
  color      : #ffffff;
}

small
{
  font-family: Arial;
  font-size  : 11px;
  line-height: 16px;
  color      : #000000;
}

/* ------------------------------------------------------------ */
/* Headline für weiter Themen und Navigation */
/* ------------------------------------------------------------ */

a
{
  color: #ff0000;
  text-decoration: none;
}

a:link
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

a:visited
{

}

a:active
{
  text-decoration: underline;
}

/* ----------------------------------------------------------------- */
/*  Navigation 2 (Subnavigation) */
/* ----------------------------------------------------------------- */

.cssArea{
  border: #000000 1px solid;
  width: 152px;
  height: 16px;
  margin: 5px;
  padding: 1px;
  background-color: #eeeeee;
}
.cssRegion{
  border: #cccccc 1px solid;
  width: 152px;
  height: 16px;
  margin: 1px;
  padding: 1px;
  background-color: #ffffff;
  font-size:10px;
}
.cssAreaHl{
  border: #000000 1px solid;
  width: 152px;
  height: 16px;
  margin: 5px;
  padding: 1px;
  background-color: #ffeeee;
}

.cssNaviHead {
  border: #000000 1px solid;
  width: 152px;
  height: 16px;
  margin: 5px;
  padding: 1px;
  background-color: #d92626;
  color: #ffffff;
  font-weight: bold;
}

a.cssARegion{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}
a.cssARegion:visited{
  font-color: #000000;
}
a.cssARegion:hover{
  text-decoration: underline;
}
/* Ende: Navigation 2 (Subnavigation) */

a.cssLinkIntern:after
{
  content:" " url("images/link.gif");
}

