BODY {
	MARGIN: 0px 5px;
	background-image: url(Bilder/backgr.jpg);
	background-repeat: repeat-x;
}
.block
{
  background-color: #ffffff;
  padding: 5px;
  font-size : 87%;
  border : 1px solid #c0c0c0;
  margin-bottom : 5px;
}


/* Äusserer Rahmen eines umrahmten Modules. */
.box
{
  background-color: #FFFFFF;
  border : 1px solid #c0c0c0;
  padding-top: 0px;
  margin-top: 0px;
  clear : both;
}
.box100
{
	background-color: #FFFFFF;
	border : 1px solid #c0c0c0;
	padding-top: 0px;
	margin-top: 0px;
	clear : both;
	height: 100px;
}
.box130
{
	background-color: #FFFFFF;
	border : 1px solid #c0c0c0;
	padding-top: 0px;
	margin-top: 0px;
	clear : both;
	height: 130px;
}
.box150
{
	background-color: #FFFFFF;
	border : 1px solid #c0c0c0;
	padding-top: 0px;
	margin-top: 0px;
	clear : both;
	height: 150px;
}
.box200
{
	background-color: #FFFFFF;
	border : 1px solid #c0c0c0;
	padding-top: 0px;
	margin-top: 0px;
	clear : both;
	height: 200px;
}
.box250
{
	background-color: #FFFFFF;
	border : 1px solid #c0c0c0;
	padding-top: 0px;
	margin-top: 0px;
	clear : both;
	height: 250px;
}
.box270
{
	background-color: #FFFFFF;
	border : 1px solid #c0c0c0;
	padding-top: 0px;
	margin-top: 0px;
	clear : both;
	height: 270px;
}
.box300
{
	background-color: #FFFFFF;
	border : 1px solid #c0c0c0;
	padding-top: 0px;
	margin-top: 0px;
	clear : both;
	height: 300px;
}
.box325
{
	background-color: #FFFFFF;
	border : 1px solid #c0c0c0;
	padding-top: 0px;
	margin-top: 0px;
	clear : both;
	height: 325px;
}
/* Titeltext. */
.boxtitel
{
	background : #E2E5EC;
	font-weight : bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left : 5px;
	font-size : 11px;
	text-align : left;
	color: #1E5F95;
	font-family: Arial, Helvetica, sans-serif;
}

.boxtitel h2
{
  color: #003366;
  margin-top : 0px;
  vertical-align: middle;
  font-size : 12px;
  margin : 0px;
  padding : 0px;
}

/* Link innerhalb eines Titeltextes. */
.boxtitel a
{
	text-decoration : underline;
	color: #1E5F95;
}

/* Mouseover-effekt eines Links innerhalb eines Titeltextes. */
.boxtitel a:hover
{
  color : #000000;
  text-decoration : none;
}

/* Hauptext in einer Box. */
.boxtext
{
	color : #1E5F95;
	font-weight : normal;
	padding : 5px;
	font-size : 11px;
	text-align : left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/* Link innerhalb des Haupttextes. */
.boxtext a
{
  font-weight : normal;
  color : #808080;
  text-decoration : underline;
}

/* Mouseover-effekt eines Links innerhalb des Haupttextes. */
.boxtext a:hover
{
  color : #000000;
  text-decoration : underline;
}

/* Hier definieren Sie Bilder die sich innerhalb des Haupttextes einer Box befinden. */
.boxtext img
{
  margin-top: 5px;
}

/* Text im Fussbereich einer Box. */
.boxfuss
{
	clear: both;
	font-weight : normal;
	text-align : right;
	padding-right : 2px;
	padding-bottom : 2px;
	font-size : 11px;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
}

/* Link innerhalb des Fusstextes. */
.boxfuss a
{
  color: #808080;
  font-weight: bold;
  text-decoration: none;
}

/* Mouseover-effekt eines Links im Fussbereich. */
.boxfuss a:hover
{
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}

