/*allgemeines für das gesamtbild :-) */
body{
	background-color :white;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial;
}
/* da der Text in tabellen nicht dem bodyTag gehorcht */
table {
	font-size: 12px;
	border: 1px solid #6394BD;
	border-collapse: collapse;
}
td {
	font-size: 12px;
	padding: .2em 1em;
}
a:link {
	color : #6394BD;
}
a:visited {
	color : Black;
}
a:active {
	color : Black;
}
a:hover {
	color : Black;
}

/*ueberschriften welche ausschliesslig benutzt werden*/
h1 {
	border-bottom: 4px double #6394BD;
}

h2 {
	border-bottom: 1px solid #6394BD;
}

h3 {
	font-weight: bold;
}

h4 {
	font-weight: normal;
	font-size: 1.2em;
}

/*Definitionsliste estwas anpassen*/
dt {
	font-weight: bold;
}

/* <hr> anpassen */
hr {
	border: 0px;
	color: White;
	border-bottom: 1px solid #6394BD;
}


/*Tablen Sytle 1*/
/* <table border="0" cellspacing="1" class="table1"> */
.table1 {
	background-color: #6394BD;	
}
.cell1 {
	background-color: White;	
}
.cell1g {
	background-color: #D8FEF4;
}
.cell1b {
	background-color: #D8E7FE;	
}

/* menueintrage im Navigationsframe */
/*===============================*/
.menuitem {
	line-height: 2em;
}

/*Navigationsbar unten auf jeder Seite */
div.navbar{
	border-bottom: 1px solid #6394BD;
	border-left: 10px solid #6394BD;
	border-right: 10px solid #6394BD;
	border-top: 1px solid #6394BD;
	text-align: center;
}

a.navbar:hover {
	text-decoration: none;
}
a.navbar:link {
	text-decoration: none;
}
a.navbar:visited {
	text-decoration: none;
}
a.navbar:active {
	text-decoration: none;
}


/* Angabe des letzten Aenderungsdatum am Ende jeder Seite*/
.lastmodify {
	text-align: right;
	font-size: 0.8em;
}

/* Angabe der Anzahl der Aufrufe am Ende jeder Seite*/
.accessed {
	text-align: right;
	font-size: 0.8em;
}

/*formatirungen für die newsseite*/
/*=========================*/
table.news {
	background-color: #6394BD;
}

.newsauthor {
	background-color: #D8E7FE;
	text-align: right;
	font-size: 0.8em;
}

td.newstitle {
	background-color: White;
	font-weight: bold;
}

td.newsbody {
	background-color: White;
}

.newsdate {
	background-color: #D8E7FE;
	font-size: 0.8em;
}
/*ende news*/

