/* DATEI: gps.css */

/* CSS für GPSCHMIDT*/


body	 {
	margin-top:50px;
	margin-bottom:0px;
	color: Black;
	background-color: #FFFFBB;
	text-align:justify;
	margin-left : 0px;
}

DIV#kopf {
	margin-left: 340px;
	text-align: center;
	margin-right: 200px;
	height: 50px;
}


DIV#text {
	margin-top: 60px;
	margin-left: 180px;
	min-height: 240px;
	margin-right: 25px;
}


DIV#nav {
	float: left;
	margin-left: 5px;
	margin-top: 120px;
	width: 150px;
	background-color: #FFFFBB;
}

DIV#grechts {
	float: right;
	margin-right: 15px;
	margin-top: 100px;
   width: 190px;
	background-color: #FFFFBB;
	text-align: right;
	}

table.mytab {
	color:#000000;
	background-color:#FFFFBB;
	border: 0px;
	margin : 10px ;
	padding : 0px;
	width: 70%;
	empty-cells : show;
	}


td, th {
		font-family:Arial,Helvetica,sans-serif;
	    font-size: 10pt;
		 vertical-align: top;
}


td.back{
	color:#000000;
	background-color: #FFFFBB;
}


td.center {
   text-align: center;
	vertical-align: middle;
}

td.right{
   text-align:right;
	vertical-align: middle;
}
tr.center {
	text-align: center;
	vertical-align: bottom;
}

p, ul, ol, li, address, blockquote, b, i, nobr
     {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 10pt;
	text-align:justify;
}


/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

.bold {
 font-weight: bold;
}


.red {
 color:Red;
}


h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:20pt;
	color:#FF0000;
	background-color: #FFFFFF;
}



h2 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:16pt;
	font-weight:bold;
	color:#000000;
	background-color : #FFFFBB;
}


h3 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12pt;
	color:#FF0000;
	background-color : #FFFFFF;
}


h4 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	color: Blue;
	background-color : #FFFFBB;
	text-align: left;
	margin-top: 5px;
}

p.center { text-align:center;}

p.klein {
	font-size:7pt;
	text-align:center;
	margin-top: 1px;
}
p.klein2 {font-size:8pt;
}

p.grossfett {
	font-size:12pt;
	text-align:center;
	color: Red;
	font-weight: bolder;
}

p.hide {
	font-size:2pt;
	color: #FFFFA8;
	background-color : #FFFFBB;
}

td.klein {font-size:8pt;}

sub, sup {font-size:8pt;}

div.lit { font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	}

b.lit {
	font-weight : bold;
	font-size:8pt;
}

div.klein {font-size:8pt;
	text-align:justify;
}


a:link {
	color: #EA0000;
	text-decoration: underline;
}
a:visited {
	color: Red;
	text-decoration: underline;
}
a:active {
	color:Red;
	text-decoration:none;
}

a.gelb:link {
	font-size:12pt;
	text-decoration : underline;
	color : Blue;
	background-color : #FFFFBB;
}

a.gelb:visited {
	font-size:12pt;
	text-decoration : underline;
	color : Blue;
	background-color : #FFFFBB;
}

a.weiss:link {
	font-size:10pt;
	text-decoration : underline;
	color : Blue;
	background-color : White;
}

a.weiss:visited {
	font-size:10pt;
	text-decoration : underline;
	color : Blue;
	background-color : White;
}