
/* Schriftart fuer (fast) alle Textelemente */

/* p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,u
     { 
        font-family:Helvetica,Arial,sans-serif;
} */


/* Abstaende zwischen Text und Rand */

body { 
	color:#000000;
	background-color:#e9e9FF;
	margin-top:10px; 
	margin-bottom:10px; 
	margin-left:10px;
	margin-right:10px;
	font-family:Helvetica,Arial,sans-serif;
}

body.subside {
	margin-left:8%;
	margin-right:8%;
	border-width: 1;
}
		
     
a:link {
	color: #000088;
	text-decoration:none;
}

a:active {
	color: #000088;
	text-decoration:none;
}

a:visited {
	color: #000088;
	text-decoration:none;
}

a:hover { 
	color: white; 
	background-color : #000088; 
	text-decoration: none; 
}

a#linkbar:link {
	color: #ffffff;
	text-decoration:none;
}

a#linkbar:active {
	color: #ffffff;
	text-decoration:none;
}

a#linkbar:visited {
	color: #ffffff;
	text-decoration:none;
}

a#linkbar:hover {
	color: #f6ff05;
	text-decoration:none;
}

a#bottom:link {
	color: #cccccc;
	text-decoration:none;
}

a#bottom:active {
	color: #cccccc;
	text-decoration:none;
}

a#bottom:visited {
	color: #cccccc;
	text-decoration:none;
}

a#bottom:hover {
	color: #ffffff;
	text-decoration:none;
}

p.fi_let:first-letter {
        color: #0000FF;
        font-size: 143%;
}

/* navigation bar on top of each page */
p.nav_leiste {
	margin-top:20px;
	margin-bottom:10px;
	margin-left:20px;
	vertical-align: middle;
	background-color:#f0f0ff;

}

/* frame of text box */
table.text_box {
	width: 100%;
	border:0;
	padding:0;
	background-color:#000088;
}

/* title and border of text box */
tr.box_frame {
	background-color: #000088;
	color: #ffffff;
	font-size: 64%;
	font-weight: bold;
	padding:2px;
	vertical-align: middle;
}

/* text field in text box */
.box_inner {
	vertical-align: top;
	background-color: #ffffff;
	padding:10px;
}

.black64 {
	color: #000000;
	font-size: 64%;
}
				
.black100 {
	color: #000000; 
	font-size: 100%;
}

.black119 {
        color: #000000; 
        font-size: 119%;
}

.black143 {
        color: #000000;
        font-size: 143%;
}


.blue64 {
	color: #0000FF; 
	font-size: 64%;
}

.blue100 {
	color: #0000FF; 
	font-size: 100%;
}

.blue119 {
	color: #0000FF; 
	font-size: 119%;
}

.blue143 {
        color: #0000FF;
        font-size: 143%;
}       
		
.cent {
	text-align: center;
}

.side_title { 
        font-size: 143%;
        font-weight: bold
}

.side_link {
        font-size: 64%;
        font-style: italic;
}

/* boxed links */
h4.link {
	margin-top:1em;
	border:1px solid #000088;
	background-color:#f0f0ff;
	margin-bottom:0.2em;
	padding:2px;
}

p.link,address.link {
	font-size:0.8em;
	margin-top:0;
	margin-bottom:0.2em;
	margin-left:0.5em;
}

/* link column on top page*/
td.linkleiste {
	background-color:#fff;
	text-align:left;
	vertical-align:top;
	padding:0.5em;
}

/* list of sub-links*/
ul.link {
	margin-left:2em;
	padding:0;
	font-size:0.8em;
	margin-top:0.2em;
	margin-bottom:0.2em;
}

ul.link li {
	margin-top:0;
	margin-bottom:0;
	padding:0;
}

