/* CSS Document  abc*/

html {
	/* height: 100%;  */
}
body {
	margin: 0px;
	margin-bottom: 1px;
	height: 98%; 
	padding: 0px;
	font-family: "Century Gothic", Avantguarde, Verdana, Helvetica, Arial;
	line-height: 120%;
	font-size: 11pt;
	color: #333333;
	background: #D0D8F0; 
	text-align: center;
}

table {
	margin: 0px;
	}
	
.clr {
	clear: both;
}

p.wort {
         font-size: 13pt; 
		 font-weight: bold; 
		 color: #FF0000;
       }

a:link       { color:#FFFFFF; text-decoration:none; background-color:#586060; font-weight:normal; }
a:visited { color:#E0E0E0; text-decoration:none; background-color:#687070; font-weight:normal; }
a:focus     { color:#FFFFFF; text-decoration:none; background-color:#F80808; font-weight:normal; }
a:hover     { color:#FFFFFF; text-decoration:none; background-color:#F80808; font-weight:normal; }
a:active   { color:#FFFFFF; text-decoration:none; background-color:#F80808; font-weight:normal; }

a.boata:link       { color:#FFFFFF; text-decoration:none; background-color:#A0A0A0; font-weight:normal; }
a.boata:visited { color:#FFFFFF; text-decoration:none; background-color:#A0A0A0; font-weight:normal; }
a.boata:focus     { color:#FFFFFF; text-decoration:none; background-color:#A0A0A0; font-weight:normal; }
a.boata:hover     { color:#FFFFFF; text-decoration:none; background-color:#A0A0A0; font-weight:normal; }
a.boata:active   { color:#FFFFFF; text-decoration:none; background-color:#A0A0A0; font-weight:normal; }


td.ride {
	margin: 0px;
	margin-bottom: 1px;
	line-height: 18pt;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #586060;
	background-color: #586060;
	text-align: center;
	}


ul {
margin: 0;
padding: 0;
list-style: none;
}

ul.serv {
margin: 0;
padding-left: 20;
list-style: disc;
}

b.serv, span.serv {
 color: #F80808;
 font-weight: bold;
}


li {

}


