/* HTML-Elemente */

body {
		margin: 0px;
		background-color: #CCCCCC;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		background-image: url(/images/bg.gif);
		background-repeat: repeat-y;
}

a {
	text-decoration: none;
}

h1, h4 {
	font-size: 120%;
	margin-left: 20px;
	margin-top: 27px;
	margin-bottom: 20px;
}

h2 {
	font-size: 120%;
	margin-top: 18px;
	margin-bottom: 14px;
}

h3 {
	font-size: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* Kopf-Bereich */
#header {
	height: 99px;
	margin-bottom: 0px;
}


/* Hauptnavigation */
.menu {
	position: absolute;
	top: 119px;
	left: 0px;
	width: 200px;
	height: 80%;
	background-color: #E1E1E1;
	padding-top: 20px;
}

.mitem {
	margin-bottom: 5px;
  width: 200px;
  background-image: url(/images/test_n.gif);
	background-repeat: no-repeat;
	background-color: #E1E1E1;
}
.mitem a{
	padding-top: 8px;
	padding-left: 30px;
	display: block;
	height: 31px;
	color: black;
	cursor: pointer;
	font-weight: bold;
}
.mitem a:hover{
	background-image: url(/images/test_o.gif);
	background-repeat: no-repeat;
}

/* Subnavigation */
#subnavinfo {
  position: absolute;
  top: 99px;
  left: 0px;
  height: 20px;
  width: 200px;
  padding-top: 2px;
  padding-right: 10px;
	background-color: #9DA7C0;
	text-align: right;
	font-weight: bold;
	text-align: center;
	color: black;
}

*+html #subnavinfo  {
	height: 18px;
}

#subnavi {
	position: absolute;
  top: 99px;
  left: 200px;
	height: 20px;
	width: 584px;
	padding-top: 2px;
	padding-left: 0px;
	background-color: #ACB6CF;
}

#subnavi a {
	padding-left: 5px;
	padding-right: 5px;
	color: black;
	width: auto;
	font-weight: bold;
}
#subnavi a:hover{
	color: #B86A5D;
}

/* Content-Bereich */

#content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 200px;
	top: 119px;
	width: 584px;
	background-color: #EEEEEE;
	height: 80%;
	line-height: 150%;
	background-color: white;
}
#content a{
	color: black;
	text-decoration: underline;
}
#maincontent{
	margin-left: 60px;
	margin-right: 40px;
	padding-bottom: 20px;
	text-align: justify;
}

#largecontent{
	margin-left: 20px;
	margin-right: 10px;
	padding-bottom: 20px;
}

/* safe s */
.safe {
		color: red;
		font-style: normal;
}

.mainlist {
	margin-bottom: 10px;
}

.def {
	display: block;
	float: left;
	width: 100px;
}
.defx {
	display: block;
	float: left;
	width: 100px;
	font-weight: bold;
}
thead {
	text-align: center;
}
tbody {
	text-align: center;
}
td {
	font-size: 9pt;
}
.certlist {
	margin-bottom: 10px;
	margin-left: -20px;
}
.aktiv {
	color: red;
}
legend {
	border: 1px solid black;
	padding-left: 3px;
	padding-right: 3px;
}

/* Teilnehmerliste */
.koopdiv {
	width: 485px;
	background-color: #DDDDDD; 
	border: 1px solid black
}
.teildiv {
	width: 485px;
	padding-left: 2px; 
	border-left: 1px solid black; 
	border-right: 1px solid black;
}

.lastteildiv {
	width: 485px;
	padding-left: 2px; 
	width: 100%; 
	border: 1px solid black; 
	border-top: 0px solid white;
}

.nokoopdiv {
	width: 485px;
}

.lastnokoopdiv {
	width: 485px; 
	border-top: 1px solid black;
}

#teilnehmer_liste a {
	text-decoration: none;
}

#teilnehmer_liste a:hover {
	text-decoration: underline;
}

#standort_table {
	border: 1px solid black; 
	border-collapse: collapse; 
	width: 550px;
}

#standort_table th, #standort_table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 1px solid black;
	vertical-align: top;
}

#standort_table td {
	text-align: left;
}

#standort_table th {
	background-color: #E1E1E1;
}

#standort_table caption {
	font-size: 80%;
	text-align: right;
	line-height: 125%;
	padding-bottom: 5px;
}