/* CSS Document */

body {
	padding:0;
	margin-top:0;
	margin-left: 0;
	margin-right:10px;
	background-color: #B0C4DE;  /* CP #520405; */
	color: #000000;
	/* background-image:url(design/bg_verlauf.gif); /* CP */
	/* background-repeat:repeat-x; */
	font-family: verdana,helvetica;
	font-size: 12px;
	width: 750px;
}

p {
	/* color:#E5E5B9; /* CP */
}

/* ------------------------------------------------------------------------------------------ */

a {
	font-weight: bold;
}

/* für noch nicht besuchte Verweisziele */
a:link {
	color: blue;
	/* font-weight: bold; */
	/* text-decoration:underline; */
}

/* für bereits besuchte Verweisziele */
a:visited {
	color: navy;
	/* text-decoration: underline; */
}

/* für angeklickte Verweise) */
a:active {
	color: blue;
	/* font-weight: bold; */
	/* text-decoration:underline; */
}

/* für z.B. mit der Tastatur ausgewählte Verweise */
/* muss vor hover stehen */
a:focus {
}

/* für Verweise, während der Anwender mit der Maus darüber fährt */
a:hover {
	color: Gray;
	font-weight: bold;
	/* text-decoration:underline; */
}

h1 {
	color: blue;
	font-size: 160%;
	font-weight: bold;
	padding-top:0px;
	margin-top:0px;
}

h2 {
	/* color: blue; */
	font-size: 140%;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: blue;
}

.small, small {
	font-size: 80%;
}

ul {
color:#ffffff;
}

/* ---------------------------------------------------------------------- */

.black {
	color: #000000;
}

.blue {
	color:#3C3C5C;
}

.red {
	background-color:#DF0000;
	color:#FFFFFF;
}

.green {
	background-color:#00DF00;
	color:#FFFFFF;
}

.yellow {
	background-color:#DFDF00;
	color:#FFFFFF;
}

.white {
	color: #fffff;
	background-color: white;
}

#date {
	font-size: 70%;
	text-align: right;
	font-weight: small;
}

#Information p {
	font-size: 80%;
	font-weight: bold;
}

fieldset {
	background-color: #B0C4DE;
}


/*  ------------------------------------------------------------------------------------------ */
/* for Layout */

table {
	/* padding: 5px;*/
}

td {
}
th {
	font-size: 110%;
}


/* tag "table" in the div-section "tablePage"   */
#tablePage table {
    /* border: 1px dashed #000000; */
    border: 1px solid #000000;
    /* macht dicke Linien, da die Linien aufeinandergelegt werden */
	/* border-spacing: 0px; */
	/* Die Zellen werden verbunden */
	border-collapse: collapse ;

}

#tablePage th {
    border:1px solid #000000;
    text-align: left;
    font-size: 110%;
    padding: 3px;
    /* color: */
}

#tablePage td {
    border:1px solid #000000;
    color: blue;
    padding: 5px;
}

#tablePage caption {
	caption-side: bottom;
	background-color:#990000;
	border:1px solid #000000;
	padding: 8px;
	color: #ffffff

}

#table1 th {
	/* background-color:#780000; */
}

#content {
border: 1px solid black;
	margin:5px 20px 0 0;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 13px;
	padding-right: 3px;
}

#kopfbereich {
	margin:5px 0 2px 0;
}

#navibereich {
	text-decoration: none;
	width: 180px;
	margin: 5px 10px 10px 10px;
}

#navibereich nobr {
	border: 1px solid #520405;
	background-color:#0000FF;  /* blau */
	color: Grey; /* Schrift ohne Link */

	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 13px;
	padding-right: 3px;
	float: left;
	width: 160px;
	margin-bottom:2px;
}

#navibereich a {
	display:block;
	text-decoration: none;
	color: white;
}

/* für Verweise, während der Anwender mit der Maus darüber fährt */
#navibereich a:hover {
	text-decoration:underline;
}

.bild {
	padding-left: 40px;
	padding-top: 30px;
}

#hidehref {
	color: black;
	font-weight: normal;
}

