@charset "iso-8859-1";

/* .Hintergrund3 {  background-image: url(images/Hintergrund-03.jpg)} */


/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

/* Wenn mit der Maus über eine Hover-Schaltfläche gefahren wird, */
/* erscheint der Link in Schrägbuchstaben = italic */

/* a:hover      { font-style: italic } */ 

/* Damit die Hyperlinks im Projekt immer gleich erscheinen: */

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a:link {
	color: #0000FF;
	text-align: left;	
}

a:visited {
/*	color: #663300;  */
	color: #0000FF;

}

a:focus {
	border-style: inset;
	border-width: thin;
	border-color: #000000 #FFFFFF #FFFFFF #000000;
	padding: 3px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #3333FF;
}

a:hover
{
	padding: 3px;
	border-right: white thin inset;
	border-top: thin #808080 inset;
	border-left: white thin inset;
	border-bottom: white thin inset;
	BACKGROUND-COLOR: #cccccc;
	border-style: groove;
	border-width: thin;
	color: #000000;
	border-color: #FFFFFF #000000 #000000 #FFFFFF;
}
a:active {
	padding: 3px;
	margin: 3px;
	border-right: white thin inset;
	border-top: thin #808080 inset;
	border-left: white thin inset;
	border-bottom: white thin inset;
	BACKGROUND-COLOR: #cccccc;
	border-style: groove;
	border-width: thin;
	color: #000000;
	border-color: #000000 #FFFFFF #FFFFFF #000000;
}


/* normaler Text */

/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

/* p,ul,ol,li,div,td,th,address,nobr,b,i,font { font-size:10pt; } */

p,ul,ol,li,div,td,th,address,nobr,b,i {
	font-size:95%;
}

body {
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


table {
	border: 0px solid #808080;
	text-align: center;
	background-color:;
}
	.gelblich-1px {
	background-color: #FCFCFC;
	border: 1px solid #808080;
	text-align: left;
	-moz-border-radius:    0.5em;
	-webkit-border-radius: 0.5em;
	border-radius:         0.5em;
}
	.gelblich-1px-zentriert {
	background-color: #FCFCFC;
	border: 1px solid #808080;
	text-align: middle;
	-moz-border-radius:    0.5em;
	-webkit-border-radius: 0.5em;
	border-radius:         0.5em;
}
	.graulich-1px {
	background-color: #EAEAEA;
	border: 1px solid #808080;
	-moz-border-radius:    0.5em;
	-webkit-border-radius: 0.5em;
	border-radius:         0.5em;
}
	.Verzeichnis-1px {
	border-style: solid;
	border-color: #808080;
	width: 100%;
	background-color: ;
	text-align: left;
}
	.RahmenGrau-1px {
	border: 1px double #808080;
	background-image: url('pics-gt/bg-grau.jpg');
}
	.grauBG {
	background-color: #EAEAEA;
}
	.rundeEcke {
	border: 1px solid #808080;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}


div {
	margin:0;
}

.ro {
	background:url('pics-gt/gtRahmen-ro.gif') top right no-repeat;
	margin:0;
	padding:0;
}

.lo {
	background: url('pics-gt/gtRahmen-lo.gif') top left no-repeat;
	margin: 0;
	padding: 0;
}

.ru {
	background:url('pics-gt/gtRahmen-ru.gif') bottom right no-repeat;
	margin:0;
	padding:0;
}

.lu {
	background:url('pics-gt/gtRahmen-lu.gif') bottom left no-repeat;
	margin:0;
	padding:0;
}

.inhalt {
	margin:0;
	padding:2.5em 2.5em 3.5em 2.5em;
}

.inhalt p {
	margin:0;
	padding:0;
}




.searchword  {color: #222; background-color: #ffd; border: 1px dotted #ffd;}
.searchword0 {color: #222; background-color: #ff0; border: 1px dotted #ff0;}
.searchword1 {color: #222; background-color: #0f0; border: 1px dotted #0f0;}
.searchword2 {color: #222; background-color: #0ff; border: 1px dotted #0ff;}
.searchword3 {color: #222; background-color: #fbb; border: 1px dotted #fbb;}
.searchword4 {color: #222; background-color: #dfd; border: 1px dotted #dfd;}
.searchword5 {color: #222; background-color: #faf; border: 1px dotted #faf;}
.searchword6 {color: #222; background-color: #ccc; border: 1px dotted #ccc;}

.mod {display: block; font-size: .8em;}



