/* Stylesheet für "No More Frames!", PHP-Version */

/* Verwendete Farben:

	gainsboro	#DCDCDC
	royalblue	#4169E1
	black		#000000
	white		#FFFFFF
	red		#FF0000

*/

/* Traditionelle HTML-Elemente */

body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.0em;
	background-color:white;
	color:black;
}

p {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.0em;
	color:black;
}

li {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.0em;
	color:black;
}

/* Überschriften */

h1 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.6em;
	background-color:#DCDCDC;
	color:black;
}

h2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.4em;
	background-color:#DCDCDC;
	color:black;
}

h3 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.2em;
	color:black;
}

/* Tabellen-Elemente */

table {
	width:550px;
}

th {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.0em;
	font-weight:bold;
	background-color:#DCDCDC;
	color:black;
	text-align:center;
}

td {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.0em;
	background-color:white;
	color:black;
	vertical-align:top;
}

td.bgwhite {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.0em;
	background-color:white;
	color:#4169E1;
	border-width:1px;
  	border-style:solid;
  	border-color:#DCDCDC;
}

td.bgwhitenf {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.0em;
	background-color:white;
	color:#4169E1;
}

/* Links */

a:link { 
	text-decoration:underline;
	color:#4169E1;
}

a:visited { 
	text-decoration:underline; 
	color:black; 
}

/*
a.hover {
	text-decoration:underline; 
	color:red;
}
*/

a:active { 
	text-decoration:underline; 
	color:red; 
}

/*
a:focus { 
	text-decoration:underline; 
	color:red; 
}
*/

/* Links in der Navigation */

a:link.navi { 
	text-decoration:none;
	color:white;
}

a:visited.navi { 
	text-decoration:none; 
	color:white; 
}

/*
a.hover.navi {
	text-decoration:none; 
	color:red; 
}
*/

a:active.navi { 
	text-decoration:none; 
	color:red; 
}

/*
a:focus.navi { 
	text-decoration:none; 
	color:red; 
}
*/

/* Allgemeine Definitionen */

div.center {
	text-align:center;
}

div.center table {
	margin:0 auto; 
	text-align: left;
}

.box {
	background-color:white;
	border-width:1px;
  	border-style:solid;
  	border-color:black;
}

.border1 {
	border-width:1px;
  	border-style:solid;
  	border-color:black;
}

.border1grey {
	border-width:1px;
  	border-style:solid;
  	border-color:#DCDCDC;
}

.navigation {
	 
	background-color:#4169E1;
	color:white;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
}

/* Farben */

.bggrey {
	background-color:#DCDCDC;
}

.bgblue {
	background-color:#4169E1;
	color:white;
}

.blue {
	color:#4169E1;
	background-color:white;
}

.bgwhite {
	background-color:white;
	color:#4169E1;
}

.eingabefeld {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.0em;
	color:black;
}

.red {
	color:red;
}

.bigblue25 {
	color:#4169E1;
	background-color:white;
	font-weight:bold;
	font-size:2.5em;
}

/* Größen */
.wie_h1 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.6em;
	color:black;
}

.wie_h2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.4em;
	color:black;
}

.wie_h3 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.2em;
	color:black;
}
